diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-26 22:33:53 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-26 22:33:53 +0000 |
commit | 1bc8ea027e7fb1d62ebc6b9841810b141c80e658 (patch) | |
tree | deb9d79310aaeab1ef1b3acfb72970de717647f8 /target | |
parent | 8d19c2a747062fd7dafb47cf3f0ad08a961bf07c (diff) | |
download | upstream-1bc8ea027e7fb1d62ebc6b9841810b141c80e658.tar.gz upstream-1bc8ea027e7fb1d62ebc6b9841810b141c80e658.tar.bz2 upstream-1bc8ea027e7fb1d62ebc6b9841810b141c80e658.zip |
for serial console use directly ash --login, otherwise i can not login with the new /bin/login
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@468 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/default/target_skeleton/etc/inittab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/default/target_skeleton/etc/inittab b/target/default/target_skeleton/etc/inittab index 3b0c14e416..aab2df9562 100644 --- a/target/default/target_skeleton/etc/inittab +++ b/target/default/target_skeleton/etc/inittab @@ -1,3 +1,3 @@ ::sysinit:/etc/init.d/rcS ::shutdown:/sbin/halt -tts/0::askfirst:/bin/login +tts/0::askfirst:/bin/ash --login |