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

Auke Kok sofar at lunar-linux.org
Fri May 20 13:07:04 UTC 2005


Author: sofar
Date: 2005-05-20 13:07:03 +0000 (Fri, 20 May 2005)
New Revision: 14875

Modified:
   lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
This was missing from the installed system.


Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install	2005-05-20 12:40:05 UTC (rev 14874)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install	2005-05-20 13:07:03 UTC (rev 14875)
@@ -683,9 +683,13 @@
 	[ -z "$KEYMAP" ] || echo "$KEYMAP" > $TARGET/etc/keymap
 	[ -z "$CONSOLEFONT" ] || echo "$CONSOLEFONT" > $TARGET/etc/consolefont
 	[ -z "$LANG" ] || echo -e "# you can add declarations for LC_ALL etc in here\n\nexport LANG=\"$LANG\"\n" > $TARGET/etc/LOCALE
-	
         [ -z "$EDITOR" ] || echo "export EDITOR=\"$EDITOR\"" > $TARGET/etc/profile.d/editor.rc
+
+	# post-first-boot message:
+	cp /etc/init.d/lunar-install $TARGET/etc/init.d/
+	ln -s /etc/init.d/lunar-install $TARGET/etc/rc2.d/S20lunar-install
 	
+	# save proxies
         if [ -n "$HPROXY" -o -n "$FPROXY" -o -n "$NPROXY" ]; then
 	(
 	    echo "# these proxy settings apply to wget only"



More information about the Lunar-commits mailing list