--- rc.fsck.orig 2005-04-14 23:27:17.000000000 +0200 +++ rc.fsck 2005-04-14 23:31:24.000000000 +0200 @@ -12,14 +12,14 @@ if [ "$1" = "start" ]; then # Test to see if the root partition is read-only, like it ought to be. - if touch /fsrwtestfile 2>/dev/null; then - rm -f /fsrwtestfile - rw=yes - else - start "$fsstatro" +# if touch /fsrwtestfile 2>/dev/null; then +# rm -f /fsrwtestfile +# rw=yes +# else +# start "$fsstatro" rw=no - ok $? - fi +# ok $? +# fi # See if a forced filesystem check was requested at shutdown: if [ -r /etc/forcefsck ]; then