summaryrefslogtreecommitdiffstats
path: root/etc/rc.cdrom
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-19 02:20:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-19 02:20:59 +0000
commitc4684f093564e1d6c94dbd9aec2648cc0a98e4c4 (patch)
tree8db3f2945f9a7428a031e185aabe018cd8a811ba /etc/rc.cdrom
parente311219fb1454a6afc569f2b07564b2ed667950b (diff)
downloadpfsense-c4684f093564e1d6c94dbd9aec2648cc0a98e4c4.zip
pfsense-c4684f093564e1d6c94dbd9aec2648cc0a98e4c4.tar.gz
Improve a comment
Diffstat (limited to 'etc/rc.cdrom')
-rwxr-xr-xetc/rc.cdrom4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.cdrom b/etc/rc.cdrom
index 6002b9b..85e7b18 100755
--- a/etc/rc.cdrom
+++ b/etc/rc.cdrom
@@ -9,7 +9,9 @@
# Start PFI
/bin/sh /scripts/pfi start
-# Make sure our config is where we want it
+# If PFI did not find a config, this will not be
+# a directory. Go ahead and populate with stock
+# configuration.
if [ ! -f /cf/conf ]; then
mkdir -p /cf/conf
/rescue/cp /FreeSBIE/cf/conf/* /cf/conf/
OpenPOWER on IntegriCloud