diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-14 02:16:52 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-14 02:16:52 +0000 |
commit | 77a39deb04e485ed1762e048d0fb7347dc8cc6c6 (patch) | |
tree | 16fabc3501d190963471c6b8d8b7e1ff23111690 /openwrt/package/base-files/default | |
parent | ef88fd263d77e79a7b97858055772ea93963dcd2 (diff) |
don't use /dev/tts/1 as login console
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2971 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files/default')
-rw-r--r-- | openwrt/package/base-files/default/etc/inittab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/default/etc/inittab b/openwrt/package/base-files/default/etc/inittab index 3cbbe5af27..5916311e17 100644 --- a/openwrt/package/base-files/default/etc/inittab +++ b/openwrt/package/base-files/default/etc/inittab @@ -1,4 +1,4 @@ ::sysinit:/etc/init.d/rcS ::shutdown:/sbin/halt tts/0::askfirst:/bin/ash --login -tts/1::askfirst:/bin/ash --login +#tts/1::askfirst:/bin/ash --login |