--- /etc/init.d/checkroot~ 2009-01-11 20:57:15.446217000 -0500 +++ /etc/init.d/checkroot 2009-01-11 20:57:15.446217000 -0500 @@ -71,7 +71,7 @@ # Should we mount root rw ? the touch check is to see if the / is # already mounted rw in which case there's nothing for us to do - if mount -vf -o remount / 2> /dev/null | \ + if mount -vfi -o remount / 2> /dev/null | \ awk '{ if ($6 ~ /rw/) exit 0; else exit 1; }' && \ ! touch -c / >& /dev/null then