mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-15 00:52:10 -05:00
imx6: inittab: Use login.sh wrapper so we can configure console password
In dc92917 there was introduced login.sh wrapper which allows
configuration of console passwords via UCI system ttylogin config
option.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
636a069c42
commit
5a922e5c41
@ -1,4 +1,4 @@
|
|||||||
::sysinit:/etc/init.d/rcS S boot
|
::sysinit:/etc/init.d/rcS S boot
|
||||||
::shutdown:/etc/init.d/rcS K shutdown
|
::shutdown:/etc/init.d/rcS K shutdown
|
||||||
::askconsole:/bin/ash --login
|
::askconsole:/usr/libexec/login.sh
|
||||||
tty1::askfirst:/bin/ash --login
|
tty1::askfirst:/usr/libexec/login.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user