Changed -r /fastboot to -e /fastboot. File just needs to exist for fastboot.

Otherwise, doesn't work for non-root owner of /fastboot.
This commit is contained in:
Steven Wallace 1993-08-24 06:15:36 +00:00
parent 237fbcc806
commit 35a3da3475

2
etc/rc
View File

@ -16,7 +16,7 @@ HOME=/; export HOME
PATH=/sbin:/bin:/usr/sbin:/usr/bin
export PATH
if [ -r /fastboot ]
if [ -e /fastboot ]
then
echo Fast boot ... skipping disk checks
elif [ $1x = autobootx ]