silence a bogus preinit message
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9429 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
740d19125f
commit
c0663848e7
|
@ -1,2 +1,2 @@
|
|||
mount -t proc none /proc
|
||||
grep 'failsafe=' /proc/cmdline && export FAILSAFE=true
|
||||
grep 'failsafe=' /proc/cmdline > /dev/null && export FAILSAFE=true
|
||||
|
|
Loading…
Reference in New Issue