bugfix forgotten slax settings back to 'linux'

This commit is contained in:
TomasM
2017-12-16 07:15:06 -05:00
parent a22ad0de6a
commit d7a44bc45f
+2 -2
View File
@@ -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-$$