mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
inittab: change serial device from ttyS0 to console.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
console
|
||||
tty1
|
||||
tty2
|
||||
tty3
|
||||
|
||||
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user