Update INITIATION.md

This commit is contained in:
mayfrost 2018-10-13 20:47:51 +00:00 committed by GitHub
parent 271ef4ee2a
commit 1657cde211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ Next are simple examples of compiling the kernel, for a more in depth view see:
* On __CRUX__ you must first configure your bootloader (as "_make install_" will call Lilo), then run. * On __CRUX__ you must first configure your bootloader (as "_make install_" will call Lilo), then run.
``` ```
cd /usr/src/linux-<VERSION> cd /usr/src/linux-<VERSION>
make all modules_install install make -j $(nproc) all modules_install install
``` ```
* On __Source Mage GNU/Linux__ (__OPTIONAL__). * On __Source Mage GNU/Linux__ (__OPTIONAL__).