diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-12 17:15:36 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-12 17:21:06 +0200 |
commit | 7d9d09db673abbedc1cc865c213b742e0450268d (patch) | |
tree | 43d87d5cfbfbd30d95208f41215e0e26d3e315ef /fs/skeleton | |
parent | 5db57b7ac9fc8c5bd0bec6e06166443f04870a3a (diff) |
target/generic: only show getty port option if default skeleton is used
The special marker in etc/inittab might not be present with a custom
skeleton. At the same time make the option always active, remove the
hardcoded tty1/tty2 gettys and reword the option description slightly.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs/skeleton')
-rw-r--r-- | fs/skeleton/etc/inittab | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/skeleton/etc/inittab b/fs/skeleton/etc/inittab index 873db29c7..b1e5c164e 100644 --- a/fs/skeleton/etc/inittab +++ b/fs/skeleton/etc/inittab @@ -22,10 +22,6 @@ null::sysinit:/bin/hostname -F /etc/hostname # now run any rc scripts ::sysinit:/etc/init.d/rcS -# Set up a couple of getty's -tty1::respawn:/sbin/getty 38400 tty1 -tty2::respawn:/sbin/getty 38400 tty2 - # Put a getty on the serial port #ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 # GENERIC_SERIAL |