summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-05 19:18:12 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-05 19:18:12 -0400
commit257c5205bbfa87293ae91a676786167ffbeaf723 (patch)
tree7488af282bc257d340cf312153d627e9f959dd3c /etc
parentd8d5e511a275f76579ddbdc2820304d960d49903 (diff)
downloadpfsense-257c5205bbfa87293ae91a676786167ffbeaf723.zip
pfsense-257c5205bbfa87293ae91a676786167ffbeaf723.tar.gz
Revert last commit .. This might not work on Nano
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 8ab144e..ac3b8b5 100755
--- a/etc/rc
+++ b/etc/rc
@@ -66,7 +66,7 @@ echo -n "Mounting filesystems..."
# Mount /. If it fails run a fsck.
if [ ! "$PLATFORM" = "cdrom" ] ; then
- /sbin/mount -a / || (/sbin/fsck -fy; /sbin/mount -uw /)
+ /sbin/mount -uw / || (/sbin/fsck -fy; /sbin/mount -uw /)
# If /conf is a directory, convert it to a symlink
# to /cf/conf
OpenPOWER on IntegriCloud