silence a bogus preinit message
SVN-Revision: 9429
This commit is contained in:
parent
5017d5fc8e
commit
39a43187f3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue