summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-06 23:07:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-06 23:07:48 +0000
commitcc298e8529a3708e6e51f63c709c97b4082da46f (patch)
tree32e2874403fd6969c19a28715fb181518c26b99a /etc
parent0acac84a56350aaa8cb138032033cee1a7b1d429 (diff)
downloadpfsense-cc298e8529a3708e6e51f63c709c97b4082da46f.zip
pfsense-cc298e8529a3708e6e51f63c709c97b4082da46f.tar.gz
Try to mount using -w -a
Diffstat (limited to 'etc')
-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