summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-03-26 17:21:55 -0400
committerjim-p <jimp@pfsense.org>2011-03-26 17:21:55 -0400
commit63e18082bb98d51763e542d5c4094793b300eb60 (patch)
treeb180049ea306f8ff1a6091d4d3bd56aa8ad7964e /etc/rc.bootup
parentcd2c71fcf695d1bc82d6c6c1b25a9a68e8a5837a (diff)
downloadpfsense-63e18082bb98d51763e542d5c4094793b300eb60.zip
pfsense-63e18082bb98d51763e542d5c4094793b300eb60.tar.gz
Backing this out to see if it unbreaks NanoBSD upgrades with packages involved. Revert "Workaround for conf_mount_rw/ro during boot to only allow it to change at the start and end. Fixes #1279"
This reverts commit 548be1fd6697ab115cbb29d61bc5507744488094.
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 b7a632e..6cff6ac 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(true);
+conf_mount_rw();
/* save dmesg output to file */
system_dmesg_save();
@@ -400,6 +400,6 @@ unset($g['booting']);
led_normalize();
-conf_mount_ro(true);
+conf_mount_ro();
?>
OpenPOWER on IntegriCloud