silence a bogus preinit message

SVN-Revision: 9429
This commit is contained in:
Felix Fietkau 2007-10-24 17:14:09 +00:00
parent 5017d5fc8e
commit 39a43187f3

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