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

Auke Kok sofar at lunar-linux.org
Sun May 8 13:42:09 UTC 2005


Author: sofar
Date: 2005-05-08 13:42:08 +0000 (Sun, 08 May 2005)
New Revision: 14660

Modified:
   lunar-iso/trunk/scripts/initrd
   lunar-iso/trunk/scripts/isofs
   lunar-iso/trunk/scripts/proper
Log:
Don't create 'crash' directory since it should be a file. Also adjust the date field to go into the installer.


Modified: lunar-iso/trunk/scripts/initrd
===================================================================
--- lunar-iso/trunk/scripts/initrd	2005-05-08 13:40:34 UTC (rev 14659)
+++ lunar-iso/trunk/scripts/initrd	2005-05-08 13:42:08 UTC (rev 14660)
@@ -14,7 +14,7 @@
 # template first
 cp -a --no-dereference template BUILD
 find BUILD -type d -name .svn -exec rm -rf {} \;
-mkdir -p BUILD/{mnt,proc,var/lib/discover/crash}
+mkdir -p BUILD/{mnt,proc,var/lib/discover}
 
 echo "+ copying binaries and required files"
 # next up are the required stuff from the BUILD

Modified: lunar-iso/trunk/scripts/isofs
===================================================================
--- lunar-iso/trunk/scripts/isofs	2005-05-08 13:40:34 UTC (rev 14659)
+++ lunar-iso/trunk/scripts/isofs	2005-05-08 13:42:08 UTC (rev 14660)
@@ -19,6 +19,7 @@
 cp lunar-install/sbin/lunar-install $ISO_TARGET/sbin/
 sedit "s:%VERSION%:${ISO_VERSION}:g" $ISO_TARGET/sbin/lunar-install $ISO_TARGET/etc/motd
 sedit "s:%CODENAME%:${ISO_CODENAME}:g" $ISO_TARGET/sbin/lunar-install $ISO_TARGET/etc/motd
+sedit "s:%ISO_DATE%:${ISO_DATE}:g" $ISO_TARGET/sbin/lunar-install $ISO_TARGET/etc/motd
 cp $ISO_SOURCE/lunar-install/etc/inittab $ISO_TARGET/etc/
 
 # need more:

Modified: lunar-iso/trunk/scripts/proper
===================================================================
--- lunar-iso/trunk/scripts/proper	2005-05-08 13:40:34 UTC (rev 14659)
+++ lunar-iso/trunk/scripts/proper	2005-05-08 13:42:08 UTC (rev 14660)
@@ -58,7 +58,7 @@
 rm -f $ISO_TARGET/etc/mtab
 ln -s /proc/mounts $ISO_TARGET/etc/mtab
 
-mkdir -p $ISO_TARGET/var/lib/discover/crash
+mkdir -p $ISO_TARGET/var/lib/discover
 rm -f $ISO_TARGET/etc/*/*modutils
 
 # this is a space killer:



More information about the Lunar-commits mailing list