diff options
author | ficus <ficus@robocracy.org> | 2012-09-24 16:22:22 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-24 16:22:22 +0200 |
commit | f8d9a63579169bfc7ddb8480c043eb4e4efa99dc (patch) | |
tree | 6029f0f8f0501df1434e641b778ed12afa16565e /packages/torouter-prep | |
parent | 5d115ef935b6ecc2df4d5ac9aa86cc055990ad69 (diff) | |
download | torouter-f8d9a63579169bfc7ddb8480c043eb4e4efa99dc.tar.gz torouter-f8d9a63579169bfc7ddb8480c043eb4e4efa99dc.zip |
inittab in config, not by echoing
Diffstat (limited to 'packages/torouter-prep')
-rw-r--r-- | packages/torouter-prep/configs/etc/inittab | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/torouter-prep/configs/etc/inittab b/packages/torouter-prep/configs/etc/inittab index 98dca83..483d42a 100644 --- a/packages/torouter-prep/configs/etc/inittab +++ b/packages/torouter-prep/configs/etc/inittab @@ -67,4 +67,5 @@ po::powerokwait:/etc/init.d/powerfail stop # #T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3 -T0:2345:respawn:/sbin/getty -L ttyS0 115200 linux +#T0:2345:respawn:/sbin/getty -L ttyS0 115200 linux +T0:12345:respawn:/sbin/getty -L ttyS0 115200 vt100 |