summaryrefslogtreecommitdiffstats
path: root/etc/rc.cdrom
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-22 23:44:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-22 23:44:26 +0000
commit2a3ec646bbb2fc3d77ab2ee0ef9ba89b847a755d (patch)
tree9ff1cba26d726ed55252c092962a3aa1da6ec1fc /etc/rc.cdrom
parente613545f0ca85a1745c39e11bf8cdeaccada9027 (diff)
downloadpfsense-2a3ec646bbb2fc3d77ab2ee0ef9ba89b847a755d.zip
pfsense-2a3ec646bbb2fc3d77ab2ee0ef9ba89b847a755d.tar.gz
Create factory default restore directory
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 f1db9c4..edb904e 100755
--- a/etc/rc.cdrom
+++ b/etc/rc.cdrom
@@ -23,6 +23,9 @@ if [ ! -L /conf ]; then
/rescue/ln -s /cf/conf /conf
fi
+# Create factory default restore directory
+/bin/mkdir -p /conf.default/
+
# If the default config.xml and ez-ipupdate.cache do not exist,
# lets populate them from the default (factory configuration)
# files.
OpenPOWER on IntegriCloud