parent
a22ad0de6a
commit
d7a44bc45f
4
config
4
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-$$
|
||||
|
|
|
|||
Loading…
Reference in New Issue