diff --git a/.config b/.config index 74e0698..dbf7366 100644 --- a/.config +++ b/.config @@ -5,7 +5,9 @@ # Live Kit Name. Defaults to 'mylinux'; # For example, Slax changes it to 'slax' # Must not contain any spaces. -LIVEKITNAME="slax" +# If you change it, you must run ./tools/isolinux.bin.update script +# in order to update isolinux.bin for CD booting. +LIVEKITNAME="mylinux" # Kernel version. Change it to "3.2.28" for example, if you are building # Live Kit with a different kernel than the one you are actually running diff --git a/bootfiles/isolinux.bin b/bootfiles/isolinux.bin index d7f5ce1..846190c 100644 Binary files a/bootfiles/isolinux.bin and b/bootfiles/isolinux.bin differ