summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-19 21:19:24 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-19 21:19:24 -0400
commit69490b5525dd8a79f684b780f025cf3ea63964f0 (patch)
treece77d813398c4d9cf60944c6afbaf5c5243bed2a /etc/rc
parentc4995e627e26d2241b6dccc0e81137e5c5b37772 (diff)
downloadpfsense-69490b5525dd8a79f684b780f025cf3ea63964f0.zip
pfsense-69490b5525dd8a79f684b780f025cf3ea63964f0.tar.gz
Handle mounting of extra filesystems correctly. Ticket #444
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index a2629dd..5b3acd3 100755
--- a/etc/rc
+++ b/etc/rc
@@ -28,7 +28,7 @@ echo -n "Mounting filesystems..."
# Mount /. If it fails run a fsck.
if [ ! "$PLATFORM" = "cdrom" ] ; then
- /sbin/mount -uw / || (/sbin/fsck -fy; /sbin/mount -uw /)
+ /sbin/mount -a || (/sbin/fsck -fy; /sbin/mount -a)
# If /conf is a directory, convert it to a symlink
# to /cf/conf
OpenPOWER on IntegriCloud