From 4cd1d82c5489c50f6a62198ac189813a94adda21 Mon Sep 17 00:00:00 2001 From: codekoch <45600398+codekoch@users.noreply.github.com> Date: Mon, 24 Dec 2018 13:18:30 +0100 Subject: [PATCH] Update config --- config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config b/config index c7d2792..02f63b0 100644 --- a/config +++ b/config @@ -12,22 +12,25 @@ # 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 # 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 # No subdirectories are allowed, no slashes, # 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