[Lunar-commits] r18566 - lunar-iso/trunk/lunar-install/etc

Auke Kok sofar at lunar-linux.org
Tue Feb 7 19:02:06 UTC 2006


Author: sofar
Date: 2006-02-07 19:02:01 +0000 (Tue, 07 Feb 2006)
New Revision: 18566

Modified:
   lunar-iso/trunk/lunar-install/etc/inittab
Log:
this works pretty good - boot into level 2 by default for the installer, afterwards init 3 for a console. Fully enables vc's on vc2/3+ when running the installer too - no more castrated shells ;^).


Modified: lunar-iso/trunk/lunar-install/etc/inittab
===================================================================
--- lunar-iso/trunk/lunar-install/etc/inittab	2006-02-07 18:57:55 UTC (rev 18565)
+++ lunar-iso/trunk/lunar-install/etc/inittab	2006-02-07 19:02:01 UTC (rev 18566)
@@ -12,7 +12,9 @@
 
 ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
 
-c1:12345:respawn:/sbin/agetty 38400 tty1
+ci:2:respawn:/sbin/lunar-install
+
+c1:1345:respawn:/sbin/agetty 38400 tty1
 c2:2345:respawn:/sbin/agetty 38400 tty2
 c3:2345:respawn:/sbin/agetty 38400 tty3
 c4:234:respawn:/sbin/agetty 38400 tty4



More information about the Lunar-commits mailing list