summaryrefslogtreecommitdiffstats
path: root/openwrt/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-14 02:16:52 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-14 02:16:52 +0000
commit77a39deb04e485ed1762e048d0fb7347dc8cc6c6 (patch)
tree16fabc3501d190963471c6b8d8b7e1ff23111690 /openwrt/package
parentef88fd263d77e79a7b97858055772ea93963dcd2 (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')
-rw-r--r--openwrt/package/base-files/default/etc/inittab2
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 3cbbe5af2..5916311e1 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