From 7c35869bcc6f66391363f742aacd31d53736da20 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Sat, 3 Mar 2018 07:50:41 +0000 Subject: [PATCH] Update INITIATION.md --- INITIATION.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/INITIATION.md b/INITIATION.md index 71069fa..bfd1694 100644 --- a/INITIATION.md +++ b/INITIATION.md @@ -101,10 +101,6 @@ In these examples we make only two partitions but you can extend this if you kno `cast -r locale` ## KERNEL -* Include the filesystem support the boot partition is format in. -* Include UEFI options if on UEFI. -* Include device drivers you need, build the rest as modules. - * On __CRUX__ `cd /usr/src/linux-` `make all modules_install install`