summaryrefslogtreecommitdiffstats
path: root/etc/rc.cdrom
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-19 19:13:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-19 19:13:04 +0000
commit40454d16b6e9ee14ecba6816097f46460d0deadd (patch)
tree266b0d85f52bf84dc21222ef28e37855f309570f /etc/rc.cdrom
parent89c5f759b31ec3d4001a06b434e504fc28bd6807 (diff)
downloadpfsense-40454d16b6e9ee14ecba6816097f46460d0deadd.zip
pfsense-40454d16b6e9ee14ecba6816097f46460d0deadd.tar.gz
Misc comments
Diffstat (limited to 'etc/rc.cdrom')
-rwxr-xr-xetc/rc.cdrom3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.cdrom b/etc/rc.cdrom
index 85e7b18..4269116 100755
--- a/etc/rc.cdrom
+++ b/etc/rc.cdrom
@@ -17,7 +17,8 @@ if [ ! -f /cf/conf ]; then
/rescue/cp /FreeSBIE/cf/conf/* /cf/conf/
fi
-# More config workarounds
+# If by this time /conf doesn't exist then lets
+# go ahead and link /conf to /cf/conf
if [ ! -L /conf ]; then
/rescue/ln -s /cf/conf /conf
fi
OpenPOWER on IntegriCloud