Update config

pull/63/head
codekoch 2018-12-24 13:18:30 +01:00 committed by GitHub
parent bfba8e64fe
commit 4cd1d82c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

4
config
View File

@ -12,11 +12,13 @@
# 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
@ -28,6 +30,7 @@ KERNEL=$(uname -r)
# 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