summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2011-03-22 01:28:23 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2011-03-22 01:28:23 -0600
commit548be1fd6697ab115cbb29d61bc5507744488094 (patch)
tree86482a6e815a4fa6f7a2f347001feddee82d2d65 /etc/rc.bootup
parentfc2c320e2cddb09764f5fb34b5043452654520be (diff)
downloadpfsense-548be1fd6697ab115cbb29d61bc5507744488094.zip
pfsense-548be1fd6697ab115cbb29d61bc5507744488094.tar.gz
Workaround for conf_mount_rw/ro during boot to only allow it to change at the start and end. Fixes #1279
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 6cff6ac..b7a632e 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -129,7 +129,7 @@ $memory = get_memory();
$avail = $memory[0];
echo " done.\n";
-conf_mount_rw();
+conf_mount_rw(true);
/* save dmesg output to file */
system_dmesg_save();
@@ -400,6 +400,6 @@ unset($g['booting']);
led_normalize();
-conf_mount_ro();
+conf_mount_ro(true);
?>
OpenPOWER on IntegriCloud