diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/serial.conf | 1 | ||||
-rw-r--r-- | init/tty.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/init/serial.conf b/init/serial.conf index dcf7df43..b938b0ce 100644 --- a/init/serial.conf +++ b/init/serial.conf @@ -28,3 +28,4 @@ instance $DEV respawn pre-start exec /sbin/securetty $DEV exec /sbin/agetty /dev/$DEV $SPEED vt100-nav +usage 'DEV=ttySX SPEED=Y - where X is console id and Y is baud rate' diff --git a/init/tty.conf b/init/tty.conf index fca6388e..2b2cecd4 100644 --- a/init/tty.conf +++ b/init/tty.conf @@ -7,3 +7,4 @@ stop on runlevel [S016] respawn instance $TTY exec /sbin/mingetty $TTY +usage 'tty TTY=/dev/ttyX - where X is console id' |