mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fe23ee2c987308b343e5932e3ad32d5b9881d8dc
parent 3488f07a1eaaab6b1a9061acb1830f96de1dc84e
Author: mayfrost <mayfrost@cock.li>
Date:   Wed, 11 Jul 2018 17:27:51 +0000

Update INITIATION.md
Diffstat:
MINITIATION.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INITIATION.md b/INITIATION.md @@ -152,7 +152,7 @@ iface eth0 inet dhcp ## KERNEL Next are simple examples of compiling the kernel, for a more in depth view see: https://github.com/mayfrost/guides/blob/master/KERNEL.md -* On __CRUX__ you must first configure your bootloader, then run. +* On __CRUX__ you must first configure your bootloader (as "_make install_" will call Lilo), then run. ``` cd /usr/src/linux-<VERSION> make all modules_install install