From d7a44bc45f487cc49b5f1ae9727658570b41b5e5 Mon Sep 17 00:00:00 2001 From: TomasM Date: Sat, 16 Dec 2017 07:15:06 -0500 Subject: [PATCH] bugfix forgotten slax settings back to 'linux' --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index f419656..c7d2792 100644 --- a/config +++ b/config @@ -12,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="slax" +LIVEKITNAME="linux" # Kernel file, will be copied to your Live Kit # Your kernel must support aufs and squashfs. Debian Jessie's kernel is ready @@ -34,7 +34,7 @@ MKMOD="bin etc home lib lib64 opt root sbin srv usr var" # you will need network modules included in your initrd. # This is disabled by default since most people won't need it. # To enable, set to true -NETWORK=true +NETWORK=false # Temporary directory to store livekit filesystem LIVEKITDATA=/tmp/$LIVEKITNAME-data-$$