summaryrefslogtreecommitdiffstats
path: root/etc/rc.cdrom
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-19 19:18:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-19 19:18:14 +0000
commitcd80a0a850b3231669f19b5277df3c2d999f198f (patch)
treeca1c37595880a9bdeae7f6cf8f0687ddcfa0d23a /etc/rc.cdrom
parent40454d16b6e9ee14ecba6816097f46460d0deadd (diff)
downloadpfsense-cd80a0a850b3231669f19b5277df3c2d999f198f.zip
pfsense-cd80a0a850b3231669f19b5277df3c2d999f198f.tar.gz
Misc comments
Diffstat (limited to 'etc/rc.cdrom')
-rwxr-xr-xetc/rc.cdrom4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.cdrom b/etc/rc.cdrom
index 4269116..4faae61 100755
--- a/etc/rc.cdrom
+++ b/etc/rc.cdrom
@@ -22,6 +22,10 @@ fi
if [ ! -L /conf ]; then
/rescue/ln -s /cf/conf /conf
fi
+
+# If the default config.xml and ez-ipupdate.cache do not exist,
+# lets populate them from the default (factory configuration)
+# files.
[ ! -f /cf/conf/config.xml ] || /rescue/cp /FreeSBIE/cf/conf/config.xml /cf/conf/
[ ! -f /cf/conf/ez-ipupdate.cache ] || /rescue/cp /FreeSBIE/cf/conf/ez-ipupdate.cache /cf/conf/
OpenPOWER on IntegriCloud