From 1657cde21108873683858dbd50cc76ea790b2105 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Sat, 13 Oct 2018 20:47:51 +0000 Subject: [PATCH] Update INITIATION.md --- INITIATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INITIATION.md b/INITIATION.md index 703beea..b42fe74 100644 --- a/INITIATION.md +++ b/INITIATION.md @@ -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. ``` cd /usr/src/linux- -make all modules_install install +make -j $(nproc) all modules_install install ``` * On __Source Mage GNU/Linux__ (__OPTIONAL__).