bugfix forgotten slax settings back to 'linux'

pull/40/head v2.1
TomasM 2017-12-16 07:15:06 -05:00
parent a22ad0de6a
commit d7a44bc45f
1 changed files with 2 additions and 2 deletions

4
config
View File

@ -12,7 +12,7 @@
# If you do not need booting from CD (eg you're booting only from USB) # 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 # then you can ignore recompiling isolinux.bin, just rename LIVEKITNAME
# and you're done. # and you're done.
LIVEKITNAME="slax" LIVEKITNAME="linux"
# Kernel file, will be copied to your Live Kit # Kernel file, will be copied to your Live Kit
# Your kernel must support aufs and squashfs. Debian Jessie's kernel is ready # 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. # you will need network modules included in your initrd.
# This is disabled by default since most people won't need it. # This is disabled by default since most people won't need it.
# To enable, set to true # To enable, set to true
NETWORK=true NETWORK=false
# Temporary directory to store livekit filesystem # Temporary directory to store livekit filesystem
LIVEKITDATA=/tmp/$LIVEKITNAME-data-$$ LIVEKITDATA=/tmp/$LIVEKITNAME-data-$$