summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index b76853d..a90580b 100755
--- a/etc/rc
+++ b/etc/rc
@@ -43,7 +43,7 @@ fi
/sbin/conscontrol mute off >/dev/null
# Mount all. If it fails run a fsck.
-/sbin/mount -a || /sbin/fsck -y && /sbin/mount -a || /sbin/fsck -y
+/sbin/mount -w -a || /sbin/fsck -y
if [ "$PLATFORM" = "cdrom" ] ; then
echo "No swap on ${PLATFORM}"
OpenPOWER on IntegriCloud