diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-18 21:53:07 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-18 21:53:07 +0200 |
commit | dc929174095a00150de6a3e48d46355d24f223b9 (patch) | |
tree | f1106ba7c0d71f8072e5158c481f71aeee8db066 /package/base-files/files/etc/inittab | |
parent | 5e85ae9e4c85e9ec43f38aa350c5bd0f0e7bea2b (diff) | |
download | upstream-dc929174095a00150de6a3e48d46355d24f223b9.tar.gz upstream-dc929174095a00150de6a3e48d46355d24f223b9.tar.bz2 upstream-dc929174095a00150de6a3e48d46355d24f223b9.zip |
image / basefiles: make console password configurable
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/base-files/files/etc/inittab')
-rw-r--r-- | package/base-files/files/etc/inittab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/inittab b/package/base-files/files/etc/inittab index 7817185937..9820e7144b 100644 --- a/package/base-files/files/etc/inittab +++ b/package/base-files/files/etc/inittab @@ -1,3 +1,3 @@ ::sysinit:/etc/init.d/rcS S boot ::shutdown:/etc/init.d/rcS K shutdown -::askconsole:/bin/ash --login +::askconsole:/usr/libexec/login.sh |