summaryrefslogtreecommitdiffstats
path: root/etc/rc.cdrom
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-08 20:29:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-08 20:29:17 +0000
commite24b2363631ed4cc956496e934a2b8443a339d21 (patch)
tree4cc5221422f18b5eb8a763a896d6a0d6a5f61cdc /etc/rc.cdrom
parent5f6c966bea560ec33bcdaa08796772380a52ec38 (diff)
downloadpfsense-e24b2363631ed4cc956496e934a2b8443a339d21.zip
pfsense-e24b2363631ed4cc956496e934a2b8443a339d21.tar.gz
More debugging prints
Diffstat (limited to 'etc/rc.cdrom')
-rwxr-xr-xetc/rc.cdrom5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc.cdrom b/etc/rc.cdrom
index a335185..3c615bc 100755
--- a/etc/rc.cdrom
+++ b/etc/rc.cdrom
@@ -14,7 +14,12 @@
# configuration.
if [ ! -f /cf/conf/config.xml ]; then
mkdir -p /cf/conf
+ echo ls /cf/conf
ls -la /cf/conf
+ echo ls /
+ ls -la /
+ echo ls /cf/
+ echo -ls /cf/
echo "Copying /FreeSBIE/cf/conf/* /cf/conf/"
/rescue/cp /FreeSBIE/cf/conf/* /cf/conf/
fi
OpenPOWER on IntegriCloud