diff --git a/.config b/.config index f437b30..2740016 100644 --- a/.config +++ b/.config @@ -2,7 +2,9 @@ # This is a config file for Linux Live Kit build script. # You shouldn't need to change anything expect LIVEKITNAME -# Live Kit Name. Defaults to 'mylinux'; +# Live Kit Name. Defaults to 'linux'; +# This will be the name of the directory created on your CD/USB, which +# will contain everything including boot files and such. # For example, Slax changes it to 'slax' # Must not contain any spaces. # If you change it, you must run ./tools/isolinux.bin.update script @@ -10,7 +12,7 @@ # 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" +LIVEKITNAME="linux" # Kernel file, will be copied to your Live Kit # Your kernel must support aufs and squashfs. Debian Jessie's kernel is ready diff --git a/bootfiles/isolinux.bin b/bootfiles/isolinux.bin index e8a111e..a7100c9 100644 Binary files a/bootfiles/isolinux.bin and b/bootfiles/isolinux.bin differ