TEST
parent
675bd13fa9
commit
7b92c26e8a
5
config
5
config
|
|
@ -19,7 +19,8 @@ LIVEKITNAME="linux"
|
||||||
# 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=/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
|
# 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
|
||||||
|
|
@ -41,7 +42,7 @@ NETWORK=false
|
||||||
|
|
||||||
# Temporary directory to store livekit filesystem
|
# Temporary directory to store livekit filesystem
|
||||||
#LIVEKITDATA=/run/initramfs/memory/data/$LIVEKITNAME-data-$$
|
#LIVEKITDATA=/run/initramfs/memory/data/$LIVEKITNAME-data-$$
|
||||||
LIVEKITDATA=/tmp/$LIVEKITNAME-data-$$
|
LIVEKITDATA=/a/$LIVEKITNAME-data-$$
|
||||||
|
|
||||||
# Bundle extension, for example 'sb' for .sb extension
|
# Bundle extension, for example 'sb' for .sb extension
|
||||||
BEXT=sb
|
BEXT=sb
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue