diff options
author | Mike Baker <mbm@openwrt.org> | 2007-05-10 14:50:42 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2007-05-10 14:50:42 +0000 |
commit | b1568474b3faedef4c085f0160293dbf3effb5eb (patch) | |
tree | 59619589d1ae84cd3974902ad4f7720910308237 /package | |
parent | e1e6f5489f9ee0a677f81b1bc623f78328c86a3e (diff) | |
download | upstream-b1568474b3faedef4c085f0160293dbf3effb5eb.tar.gz upstream-b1568474b3faedef4c085f0160293dbf3effb5eb.tar.bz2 upstream-b1568474b3faedef4c085f0160293dbf3effb5eb.zip |
use generic inittab for x86
SVN-Revision: 7175
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/files/etc/inittab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/inittab b/package/base-files/files/etc/inittab index d7a053aba2..58be3bc617 100644 --- a/package/base-files/files/etc/inittab +++ b/package/base-files/files/etc/inittab @@ -2,3 +2,4 @@ ::shutdown:/etc/init.d/rcS K stop tts/0::askfirst:/bin/ash --login ttyS0::askfirst:/bin/ash --login +tty1::askfirst:/bin/ash --login |