removed unused debug log file

pull/5/head
Tomas M 2012-09-04 20:45:08 -05:00
parent 4fc76b68df
commit 33fdc2c817
1 changed files with 2 additions and 5 deletions

View File

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