diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-14 02:16:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-14 02:16:52 +0000 |
commit | 70863c78501ebef211dd281aeff376e31ea162d7 (patch) | |
tree | d2f8b941a1fc153161adaade2729ddf4d4d0ed22 | |
parent | 75490937231383a222f728df0c96020b04b22750 (diff) | |
download | mtk-20170518-70863c78501ebef211dd281aeff376e31ea162d7.zip mtk-20170518-70863c78501ebef211dd281aeff376e31ea162d7.tar.gz mtk-20170518-70863c78501ebef211dd281aeff376e31ea162d7.tar.bz2 |
don't use /dev/tts/1 as login console
SVN-Revision: 2971
-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 3cbbe5a..5916311 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 |