From 7b92c26e8a0823397c31ae6319842df8cad35f32 Mon Sep 17 00:00:00 2001 From: codekoch Date: Tue, 29 Jan 2019 12:13:17 +0100 Subject: [PATCH] TEST --- config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config b/config index 02f63b0..4a15be3 100644 --- a/config +++ b/config @@ -19,7 +19,8 @@ LIVEKITNAME="linux" # 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 +# VMLINUZ=/vmlinuz +VMLINUZ=/boot/vmlinuz-4.15.0-29-generic # 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 @@ -41,7 +42,7 @@ NETWORK=false # Temporary directory to store livekit filesystem #LIVEKITDATA=/run/initramfs/memory/data/$LIVEKITNAME-data-$$ -LIVEKITDATA=/tmp/$LIVEKITNAME-data-$$ +LIVEKITDATA=/a/$LIVEKITNAME-data-$$ # Bundle extension, for example 'sb' for .sb extension BEXT=sb