mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 07:48:59 +02:00
allow ctrl-c to trigger preinit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12231 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8e7f095d69
commit
cba027e9e2
@ -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