commit 1657cde21108873683858dbd50cc76ea790b2105
parent 271ef4ee2a8b8d4fd39377649c21a49c8048264c
Author: mayfrost <mayfrost@cock.li>
Date: Sat, 13 Oct 2018 20:47:51 +0000
Update INITIATION.md
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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-<VERSION>
-make all modules_install install
+make -j $(nproc) all modules_install install
```
* On __Source Mage GNU/Linux__ (__OPTIONAL__).