[kernel] generic-2.6/2.6.28: show machine name in /proc/cpuinfo if CONFIG_MIPS_MACHIN...
[openwrt.git] / target / linux / x86 / base-files / etc / preinit.arch
index f29f0d4..00db8b4 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
This page took 0.025818 seconds and 4 git commands to generate.