From 7bc3a3e7c9dea0e8936a131db0a849f91176440c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 5 Jan 2012 12:15:51 +0100 Subject: [PATCH] installer: configure first virtual console not to start in runlevel 5 to prevent conflicts with X --- installer/installer.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installer/installer.sh b/installer/installer.sh index eaf8b59..4964a9a 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -571,7 +571,9 @@ dcop_write $"Configuring system startup files..." 85 echo $"Configuring system startup files" # configure inittab -sed -i "s,^\([1-3]\):.*,\1:2345:respawn:/sbin/agetty tty\1 9600," \ +sed -i "s,^1:.*,1:234:respawn:/sbin/agetty tty\1 9600," \ + $MOUNTPOINT/etc/inittab +sed -i "s,^\([2-3]\):.*,\1:2345:respawn:/sbin/agetty tty\1 9600," \ $MOUNTPOINT/etc/inittab # enable multithreaded init