]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
inittab: change serial device from ttyS0 to console.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 16 Oct 2011 10:58:42 +0000 (12:58 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 16 Oct 2011 10:58:42 +0000 (12:58 +0200)
config/etc/inittab
config/etc/securetty
lfs/flash-images

index ea5ae9902d24bce03fe6303c2c62d58d2010a0a6..0708ffbae78a06faf0c47c696654f0699a9ee81a 100644 (file)
@@ -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
index 7d4ae8c0766017c79f791d5028674c5fc75cedbc..3118b7c675e027ce4a88efbeb423661fe3b46cbd 100644 (file)
@@ -1,3 +1,4 @@
+console
 tty1
 tty2
 tty3
index fb1ca3da9902435704c0876b7273782b81346740..cc00053ac018f98b513f031f759fd4499072b372 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #