[Lunar-commits] r14637 - lunar-iso/trunk/scripts

Auke Kok sofar at lunar-linux.org
Sat May 7 14:38:50 UTC 2005


Author: sofar
Date: 2005-05-07 14:38:50 +0000 (Sat, 07 May 2005)
New Revision: 14637

Modified:
   lunar-iso/trunk/scripts/proper
Log:
two minor tweaks for testing to reduce warnings.


Modified: lunar-iso/trunk/scripts/proper
===================================================================
--- lunar-iso/trunk/scripts/proper	2005-05-07 14:35:17 UTC (rev 14636)
+++ lunar-iso/trunk/scripts/proper	2005-05-07 14:38:50 UTC (rev 14637)
@@ -58,6 +58,9 @@
 rm -f $ISO_TARGET/etc/mtab
 ln -s /proc/mounts $ISO_TARGET/etc/mtab
 
+mkdir -p $ISO_TARGET/var/lib/discover/crash
+rm -f $ISO_TARGET/etc/*/*modutils
+
 # this is a space killer:
 echo "+ stripping binaries"
 find $ISO_TARGET -name "lib*.so*" -exec strip {} \; 2> /dev/null



More information about the Lunar-commits mailing list