[Lunar-commits] r17337 - lunar-iso/trunk/lunar-install/sbin

Auke Kok sofar at lunar-linux.org
Tue Nov 15 20:43:23 UTC 2005


Author: sofar
Date: 2005-11-15 20:43:21 +0000 (Tue, 15 Nov 2005)
New Revision: 17337

Modified:
   lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
Don't even consider changing permissions on a RO filesystem here.


Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install	2005-11-15 20:30:05 UTC (rev 17336)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install	2005-11-15 20:43:21 UTC (rev 17337)
@@ -76,8 +76,6 @@
 
 goodbye()
 {
-	# lets make the initscripts executable
-	chroot $TARGET chmod +x /etc/init.d/*
 	PROMPT="Reboot now?"
 	if confirm "$PROMPT" "--defaultno"; then
 		shutdown -r now



More information about the Lunar-commits mailing list