]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Example for agetty on serial port.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 23 Aug 2005 16:28:24 +0000 (16:28 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 23 Aug 2005 16:28:24 +0000 (16:28 +0000)
svn-id: @6328

inittab

diff --git a/inittab b/inittab
index 925bfa242b22a22ccbf2c8c4d7b7e9d29eb5feef..0fe1d3ec5d87f9f935475f4675242e66442c7707 100644 (file)
--- a/inittab
+++ b/inittab
@@ -45,6 +45,8 @@ pf::powerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down"
 # If power was restored before the shutdown kicked in, cancel it.
 pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
 
+# Run agetty on serial port
+# 0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
 
 # Run gettys in standard runlevels
 1:12345:respawn:/sbin/mingetty --noclear tty1
This page took 0.0320780000000001 seconds and 4 git commands to generate.