mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
allow ctrl-c to trigger preinit
SVN-Revision: 12231
This commit is contained in:
parent
e848e7654b
commit
1139608784
@ -62,6 +62,8 @@ dd if=/dev/console of=/dev/null bs=1 count=0 >/dev/null 2>/dev/null && {
|
||||
exec <$M0 >$M1 2>&0
|
||||
|
||||
echo "- preinit -"
|
||||
echo "Press CTRL-C for failsafe"
|
||||
trap 'FAILSAFE=true' INT
|
||||
trap 'FAILSAFE=true' USR1
|
||||
[ -e /etc/preinit.arch ] && . /etc/preinit.arch
|
||||
set_state preinit
|
||||
|
Loading…
Reference in New Issue
Block a user