]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Change installer device from tty1 to console.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 24 Nov 2009 21:50:54 +0000 (22:50 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 24 Nov 2009 21:50:54 +0000 (22:50 +0100)
This works with both tty and serial console without changing instroot.

config/install/inittab

index af94321c4fd584c6e01840b047d51bdebed76368..6a16041e4df1be42d09e145017a70a3b455790d7 100644 (file)
@@ -2,7 +2,7 @@
 ::sysinit:/etc/rc
 
 # Run gettys in standard runlevels
-tty1::respawn:/bin/iowrap /dev/tty1 /bin/ash --login -c "/bin/install /dev/tty2"
+console::respawn:/bin/iowrap /dev/console /bin/ash --login -c "/bin/install /dev/tty2"
 tty2::respawn:/bin/iowrap /dev/tty2 /bin/ash --login
 tty3::respawn:/bin/iowrap /dev/tty3 /bin/ash --login