From 08b9ac91b95c3a50acf6855499f58da77860fa66 Mon Sep 17 00:00:00 2001 From: Tomas M Date: Thu, 18 May 2017 01:41:22 -0500 Subject: [PATCH] updated readmes --- .config | 5 +++++ README | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.config b/.config index 38e2d75..4be9259 100644 --- a/.config +++ b/.config @@ -7,9 +7,14 @@ # Must not contain any spaces. # If you change it, you must run ./tools/isolinux.bin.update script # in order to update isolinux.bin for CD booting. +# If you do not need booting from CD (eg you're booting only from USB) +# then you can ignore recompiling isolinux.bin, just rename LIVEKITNAME +# and you're done. LIVEKITNAME="mylinux" # Kernel file, will be copied to your Live Kit +# Your kernel must support aufs and squashfs. Debian Jessie's kernel is ready +# out of the box. VMLINUZ=/boot/vmlinuz # Kernel version. Change it to "3.2.28" for example, if you are building diff --git a/README b/README index 325cc56..ece3a9c 100644 --- a/README +++ b/README @@ -9,7 +9,8 @@ since it creates some (sym)links and such. * Before you start building your Kit, edit the file ./.config Most importantly change the LIVEKITNAME variable. -* Make sure your kernel is in /boot/vmlinuz +* Make sure your kernel is in /boot/vmlinuz or change the path in ./.config + Your kernel must support squashfs and aufs. Debian Jessie's kernel does. * You may also wish to replace boot graphics in ./bootfiles/bootlogo.png and reorganize isolinux.cfg to fit your needs (when editing the file,