From 33e626e22fbb49fb749bf488bc1906ebc979024a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 31 Jul 2000 19:50:21 +0000 Subject: fix fastboot --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index a7348895..b6b2bbfe 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -187,7 +187,7 @@ if [ $usb = "1" ]; then fi fi -if [ -f /fastboot -o grep -q "fastboot" /proc/cmdline 2>/dev/null ]; then +if [ -f /fastboot ] || grep -q "fastboot" /proc/cmdline 2>/dev/null ; then fastboot=yes else fastboot= -- cgit v1.2.1