Update config
parent
bfba8e64fe
commit
4cd1d82c54
4
config
4
config
|
|
@ -12,11 +12,13 @@
|
|||
# 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="mediakit"
|
||||
LIVEKITNAME="linux"
|
||||
|
||||
# Kernel file, will be copied to your Live Kit
|
||||
# Your kernel must support aufs and squashfs. Debian Jessie's kernel is ready
|
||||
# out of the box.
|
||||
# VMLINUZ=/boot/vmlinuz-4.9.0-8-amd64
|
||||
VMLINUZ=/vmlinuz
|
||||
|
||||
# Kernel version. Change it to "3.2.28" for example, if you are building
|
||||
|
|
@ -28,6 +30,7 @@ KERNEL=$(uname -r)
|
|||
# so You can't use /var/tmp here for example
|
||||
# Exclude directories like proc sys tmp
|
||||
MKMOD="bin etc home lib lib64 opt root sbin srv usr var"
|
||||
#MKMOD="etc" # for fast creation without data
|
||||
|
||||
# If you require network support in initrd, for example to boot over
|
||||
# PXE or to load data using 'from' boot parameter from a http server,
|
||||
|
|
@ -37,6 +40,7 @@ MKMOD="bin etc home lib lib64 opt root sbin srv usr var"
|
|||
NETWORK=false
|
||||
|
||||
# Temporary directory to store livekit filesystem
|
||||
#LIVEKITDATA=/run/initramfs/memory/data/$LIVEKITNAME-data-$$
|
||||
LIVEKITDATA=/tmp/$LIVEKITNAME-data-$$
|
||||
|
||||
# Bundle extension, for example 'sb' for .sb extension
|
||||
|
|
|
|||
Loading…
Reference in New Issue