1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 05:04:40 +02:00

silence a bogus preinit message

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9429 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-10-24 17:14:09 +00:00
parent 3eb844672e
commit 06adb0f93b

View File

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