silence a bogus preinit message

SVN-Revision: 9429
owl
Felix Fietkau 2007-10-24 17:14:09 +00:00
parent 5017d5fc8e
commit 39a43187f3
1 changed files with 1 additions and 1 deletions

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