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 | |
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')
-rw-r--r-- | package/base-files/files/etc/config/system | 1 | ||||
-rw-r--r-- | package/base-files/files/etc/inittab | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/files/etc/config/system b/package/base-files/files/etc/config/system index 20517f9a53..80c3f9b0a8 100644 --- a/package/base-files/files/etc/config/system +++ b/package/base-files/files/etc/config/system @@ -1,6 +1,7 @@ config system option hostname lede option timezone UTC + option ttylogin 0 config timeserver ntp list server 0.openwrt.pool.ntp.org 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 |