summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-19 00:09:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-19 00:09:13 +0000
commit4a095875bb95ee2f8d804dadeef267f952cb5308 (patch)
tree52f7552e5cf4196996cb752e20f4f848d5537fe5 /etc
parent0c5e431d3037a1a63dc9b2651f08ec5aeeba8a40 (diff)
downloadpfsense-4a095875bb95ee2f8d804dadeef267f952cb5308.zip
pfsense-4a095875bb95ee2f8d804dadeef267f952cb5308.tar.gz
Add config.xml support to pfi
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 6ab4352..a551662 100755
--- a/etc/rc
+++ b/etc/rc
@@ -69,7 +69,9 @@ if [ ! -d /cf/conf/backup/ ]; then
fi
if [ "$PLATFORM" = "cdrom" ]; then
+
ln -s /cf/conf /conf
+
if [ ! -f /cf/conf/config.xml ]; then
cp /FreeSBIE/cf/conf/* /cf/conf/ 2>/dev/null
fi
OpenPOWER on IntegriCloud