]> git.enpas.org Git - openwrt.git/commitdiff
silence a bogus preinit message
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 24 Oct 2007 17:14:09 +0000 (17:14 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 24 Oct 2007 17:14:09 +0000 (17:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9429 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/x86/base-files/etc/preinit.arch

index f29f0d448b14aed0d61a009834bb4e44588c79f6..00db8b4aca647334da0589d131cc24c994f9b1e0 100644 (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