bugfix forgotten slax settings back to 'linux'
This commit is contained in:
@@ -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-$$
|
||||||
|
|||||||
Reference in New Issue
Block a user