diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-19 22:38:05 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-19 22:38:05 +0000 |
commit | 4de945fa3fb81dbaa2a82f93e5342581a99a9150 (patch) | |
tree | de31ca7498e6353a764c0ca39c22072f7584c4d4 /etc/inc/config.inc | |
parent | 655a80ebcf8a9adada3eae1a693f6d2034c45a72 (diff) | |
download | pfsense-4de945fa3fb81dbaa2a82f93e5342581a99a9150.zip pfsense-4de945fa3fb81dbaa2a82f93e5342581a99a9150.tar.gz |
Look for configuration on d slice as well
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r-- | etc/inc/config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 3c60fdb..87204eb 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -79,7 +79,7 @@ if ($g['booting']) { if (file_exists("{$g['cf_conf_path']}/config.xml")) { /* found it */ $cfgdevice = $mountdisk; - $cfgpartition = $cfgdevice . "a"; + $cfgpartition = $cfgdevice . "d"; $cfgfstype = "ufs"; echo "Found configuration on $cfgdevice.\n"; } |