From: Arne Fitzenreiter Date: Sun, 16 Oct 2011 10:58:42 +0000 (+0200) Subject: inittab: change serial device from ttyS0 to console. X-Git-Tag: v2.9-core54~13^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34d3bfb462aaa8b0fe855f270382b1c9667df581;p=people%2Fms%2Fipfire-2.x.git inittab: change serial device from ttyS0 to console. --- diff --git a/config/etc/inittab b/config/etc/inittab index ea5ae9902d..0708ffbae7 100644 --- a/config/etc/inittab +++ b/config/etc/inittab @@ -26,6 +26,6 @@ su:S016:once:/sbin/sulogin 5:2345:respawn:/sbin/agetty tty5 9600 6:2345:respawn:/sbin/agetty tty6 9600 # *** Uncomment for serial console -#7:2345:respawn:/sbin/agetty ttyS0 115200 +#7:2345:respawn:/sbin/agetty console 115200 # End /etc/inittab diff --git a/config/etc/securetty b/config/etc/securetty index 7d4ae8c076..3118b7c675 100644 --- a/config/etc/securetty +++ b/config/etc/securetty @@ -1,3 +1,4 @@ +console tty1 tty2 tty3 diff --git a/lfs/flash-images b/lfs/flash-images index fb1ca3da99..cc00053ac0 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2011 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by #