diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-10 02:43:03 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-10 02:43:03 +0000 |
commit | 221e503b86538e92f88265b5683126899fbd19ec (patch) | |
tree | d8d282f083105d17f0b8c629a3e88e10563ec1fb /etc/ttys | |
parent | ddef571ede015fe47c1140968d743d96985930d4 (diff) | |
download | pfsense-221e503b86538e92f88265b5683126899fbd19ec.zip pfsense-221e503b86538e92f88265b5683126899fbd19ec.tar.gz |
Disable serial console. We'll enable on each build when needed by script.
Diffstat (limited to 'etc/ttys')
-rw-r--r-- | etc/ttys | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,5 +33,5 @@ console none unknown off secure # ttyv0 "/usr/libexec/getty Pc" cons25 on secure -ttyd0 "/usr/libexec/getty std.9600" unknown on secure +ttyd0 "/usr/libexec/getty std.9600" unknown off secure console "/bin/sh /etc/rc.initial" cons25 on secure |