summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-20 08:15:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-20 08:15:51 +0000
commitc0b8f2ab211e7404dd95bc3c402b8fdd6cb176f1 (patch)
treeb18094a6e5d238ab488187f751986d32d9e9066a /etc/rc
parentf532c333fd1794f3b984ac67d5fb6ba2f941fd78 (diff)
downloadpfsense-c0b8f2ab211e7404dd95bc3c402b8fdd6cb176f1.zip
pfsense-c0b8f2ab211e7404dd95bc3c402b8fdd6cb176f1.tar.gz
Mount read-write on bootup and read-only at end.
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index bd737d4..2f5b16a 100755
--- a/etc/rc
+++ b/etc/rc
@@ -27,7 +27,7 @@ SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1`
/bin/mkdir -p /usr/savecore 2>/dev/null
/sbin/savecore /usr/savecore $SWAPDEVICE
-/etc/rc.conf_mount_ro
+/etc/rc.conf_mount_rw
rm -rf /var/run/*
rm -rf /tmp/*
@@ -92,7 +92,7 @@ done
echo Final firewall setup in progress...
/etc/rc.filter_configure
-/etc/rc.conf_mount_rw
+/etc/rc.conf_mount_ro
exit 0
OpenPOWER on IntegriCloud