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 | a354075669483848418ed0019ac30d65c2ae097b (patch) | |
tree | b63407dcc269ed5da8a2e79ac2641e71940ed3f0 /package | |
parent | aae7ed751080be49e57fa10c527af72a2efece71 (diff) | |
download | upstream-a354075669483848418ed0019ac30d65c2ae097b.tar.gz upstream-a354075669483848418ed0019ac30d65c2ae097b.tar.bz2 upstream-a354075669483848418ed0019ac30d65c2ae097b.zip |
use generic inittab for x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7175 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |