removed unused debug log file
parent
4fc76b68df
commit
33fdc2c817
7
.config
7
.config
|
|
@ -5,7 +5,7 @@
|
||||||
# Live Kit Name. Defaults to 'mylinux';
|
# Live Kit Name. Defaults to 'mylinux';
|
||||||
# For example, Slax changes it to 'slax'
|
# For example, Slax changes it to 'slax'
|
||||||
# Must not contain any spaces.
|
# Must not contain any spaces.
|
||||||
LIVEKITNAME="slax"
|
LIVEKITNAME="slax56"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
@ -20,13 +20,10 @@ MKMOD="bin etc home lib lib64 opt root sbin srv usr var"
|
||||||
EXCLUDE="/etc/fstab /etc/mtab"
|
EXCLUDE="/etc/fstab /etc/mtab"
|
||||||
|
|
||||||
# Temporary directory to store livekit filesystem
|
# Temporary directory to store livekit filesystem
|
||||||
LIVEKITDATA=/tmp/livekit-data-$$
|
LIVEKITDATA=/tmp/$LIVEKITNAME-data-$$
|
||||||
|
|
||||||
# Bundle extension, for example 'sb' for .sb extension
|
# Bundle extension, for example 'sb' for .sb extension
|
||||||
BEXT=sb
|
BEXT=sb
|
||||||
|
|
||||||
# Directory with kernel .ko modules, can be different in some distros
|
# Directory with kernel .ko modules, can be different in some distros
|
||||||
LMK="lib/modules/$KERNEL"
|
LMK="lib/modules/$KERNEL"
|
||||||
|
|
||||||
# Debug log file
|
|
||||||
DEBUG=/tmp/livekit-debug.log
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue