Update config
parent
bfba8e64fe
commit
4cd1d82c54
6
config
6
config
|
|
@ -12,22 +12,25 @@
|
||||||
# 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="mediakit"
|
||||||
LIVEKITNAME="linux"
|
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
|
||||||
# out of the box.
|
# out of the box.
|
||||||
|
# VMLINUZ=/boot/vmlinuz-4.9.0-8-amd64
|
||||||
VMLINUZ=/vmlinuz
|
VMLINUZ=/vmlinuz
|
||||||
|
|
||||||
# Kernel version. Change it to "3.2.28" for example, if you are building
|
# Kernel version. Change it to "3.2.28" for example, if you are building
|
||||||
# Live Kit with a different kernel than the one you are actually running
|
# Live Kit with a different kernel than the one you are actually running
|
||||||
KERNEL=$(uname -r)
|
KERNEL=$(uname -r)
|
||||||
|
|
||||||
# List of directories for root filesystem
|
# List of directories for root filesystem
|
||||||
# No subdirectories are allowed, no slashes,
|
# No subdirectories are allowed, no slashes,
|
||||||
# so You can't use /var/tmp here for example
|
# so You can't use /var/tmp here for example
|
||||||
# Exclude directories like proc sys tmp
|
# Exclude directories like proc sys tmp
|
||||||
MKMOD="bin etc home lib lib64 opt root sbin srv usr var"
|
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
|
# 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,
|
# 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
|
NETWORK=false
|
||||||
|
|
||||||
# Temporary directory to store livekit filesystem
|
# Temporary directory to store livekit filesystem
|
||||||
|
#LIVEKITDATA=/run/initramfs/memory/data/$LIVEKITNAME-data-$$
|
||||||
LIVEKITDATA=/tmp/$LIVEKITNAME-data-$$
|
LIVEKITDATA=/tmp/$LIVEKITNAME-data-$$
|
||||||
|
|
||||||
# Bundle extension, for example 'sb' for .sb extension
|
# Bundle extension, for example 'sb' for .sb extension
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue