From bcb8b26ac05a6faa010859400bfb422f0aad9521 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 24 Nov 2009 22:50:54 +0100 Subject: [PATCH] Change installer device from tty1 to console. This works with both tty and serial console without changing instroot. --- config/install/inittab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/install/inittab b/config/install/inittab index af94321c4f..6a16041e4d 100644 --- a/config/install/inittab +++ b/config/install/inittab @@ -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 -- 2.39.2