diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-22 23:44:26 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-22 23:44:26 +0000 |
commit | 2a3ec646bbb2fc3d77ab2ee0ef9ba89b847a755d (patch) | |
tree | 9ff1cba26d726ed55252c092962a3aa1da6ec1fc /etc | |
parent | e613545f0ca85a1745c39e11bf8cdeaccada9027 (diff) | |
download | pfsense-2a3ec646bbb2fc3d77ab2ee0ef9ba89b847a755d.zip pfsense-2a3ec646bbb2fc3d77ab2ee0ef9ba89b847a755d.tar.gz |
Create factory default restore directory
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.cdrom | 3 |
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. |