1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 14:23:08 +03: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:
mbm 2008-08-07 07:17:03 +00:00
parent 8e7f095d69
commit cba027e9e2

View File

@ -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