[Lunar-commits] r19468 - lunar-iso/trunk/scripts
Auke Kok
sofar at lunar-linux.org
Mon Mar 27 00:47:21 UTC 2006
Author: sofar
Date: 2006-03-27 00:47:20 +0000 (Mon, 27 Mar 2006)
New Revision: 19468
Modified:
lunar-iso/trunk/scripts/proper
Log:
More init.d scripts need to be removed from the iso.
Modified: lunar-iso/trunk/scripts/proper
===================================================================
--- lunar-iso/trunk/scripts/proper 2006-03-27 00:44:16 UTC (rev 19467)
+++ lunar-iso/trunk/scripts/proper 2006-03-27 00:47:20 UTC (rev 19468)
@@ -68,15 +68,11 @@
ln -s /usr/bin/zile $ISO_TARGET/usr/bin/emacs
mkdir -p $ISO_TARGET/var/lib/discover
-rm -f $ISO_TARGET/etc/rc*/*modutils
-rm -f $ISO_TARGET/etc/rc*/*bootmisc
-rm -f $ISO_TARGET/etc/rc*/*sysctl
-rm -f $ISO_TARGET/etc/rc*/*nfslock
-rm -f $ISO_TARGET/etc/rc*/*nfs
-rm -f $ISO_TARGET/etc/rc*/*xinetd
-rm -f $ISO_TARGET/etc/rc*/*serial
-rm -f $ISO_TARGET/etc/rc*/*portmap
+for INIT_D in modutils bootmisc sysctl nfslock nfs xinetd serial portmap sshd irqbalance network netmount lard ; do
+ rm -f $ISO_TARGET/etc/rc?.d/???$INIT_D
+done
+
# 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