From 33fdc2c817a3a553b6bfd750d4a9d0dd8f77434f Mon Sep 17 00:00:00 2001 From: Tomas M Date: Tue, 4 Sep 2012 20:45:08 -0500 Subject: [PATCH] removed unused debug log file --- .config | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.config b/.config index 49ed9cf..98d7cfc 100644 --- a/.config +++ b/.config @@ -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