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