summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/globals.inc4
-rwxr-xr-xetc/rc4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 181556b..ac7cb08 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -56,8 +56,8 @@ $g = array(
"pkg_config_base_url" => "http://www.pfsense.com/packages/",
"pkg_config_filename" => "pkg_config.xml",
"firmwarebaseurl" => "http://www.pfsense.com/",
- "firmwarefilename" => "latest.tgz",
- "embeddedbootupslice" => "ad0a"
+ "firmwarefilename" => "latest.tgz",
+ "embeddedbootupslice" => "/dev/ad0a"
);
?>
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