summaryrefslogtreecommitdiffstats
path: root/etc/rc.cdrom
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-28 22:09:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-28 22:09:03 +0000
commitee5408d5e3a7b9d4fd3b04f99dcba363e17b0d35 (patch)
treef1ec7abf35f93012d37fa0a48fa8145efdc7e137 /etc/rc.cdrom
parent5aa8f8c763b4b6c32f4ffd7e56a9d4924b54257f (diff)
downloadpfsense-ee5408d5e3a7b9d4fd3b04f99dcba363e17b0d35.zip
pfsense-ee5408d5e3a7b9d4fd3b04f99dcba363e17b0d35.tar.gz
Debugging echo's
Diffstat (limited to 'etc/rc.cdrom')
-rwxr-xr-xetc/rc.cdrom3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.cdrom b/etc/rc.cdrom
index 2d95aed..3176326 100755
--- a/etc/rc.cdrom
+++ b/etc/rc.cdrom
@@ -30,12 +30,15 @@ fi
# lets populate them from the default (factory configuration)
# files.
if [ ! -f /cf/conf/config.xml ]; then
+ echo "Copying config.xml to /cf/conf/"
/rescue/cp /FreeSBIE/cf/conf/config.xml /cf/conf/
fi
if [ ! -f /conf.default/config.xml ]; then
+ echo "Copying config.xml to /conf.default/conf/"
/rescue/cp /FreeSBIE/conf.default/config.xml /conf.default/config.xml
fi
if [ ! -f /cf/conf/ez-ipupdate.cache ]; then
+ echo "Copying ez-ipupdate.cache to /cf/conf/"
/rescue/cp /FreeSBIE/cf/conf/ez-ipupdate.cache /cf/conf/ez-ipupdate.cache
fi
OpenPOWER on IntegriCloud