summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-07 03:36:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-07 03:36:00 +0000
commit3311566f6c54ddaec13c9d0eac26b648a34dce8d (patch)
treeebaf17f57273d842dce12e36dad3c33c95114da9 /etc
parentfe1936d1160bc457d45d24c50569194aa44b564a (diff)
downloadpfsense-3311566f6c54ddaec13c9d0eac26b648a34dce8d.zip
pfsense-3311566f6c54ddaec13c9d0eac26b648a34dce8d.tar.gz
Clarify comments
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 4c99753..bf8d1d7 100755
--- a/etc/rc
+++ b/etc/rc
@@ -42,9 +42,11 @@ fi
# Enable console output if its muted.
/sbin/conscontrol mute off >/dev/null
-# Mount all. If it fails run a fsck.
+# Mount /. If it fails run a fsck.
/sbin/mount -w / || /sbin/fsck -y
+# Check to see if a compact flash mountpoint exists
+# If it fails to mount then run a fsck -y
if grep cf /etc/fstab; then
/sbin/mount -w /cf || /sbin/fsck -y
fi
OpenPOWER on IntegriCloud