mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Copy files to /cf/conf/
This commit is contained in:
parent
d05a7d5fe8
commit
2cbec05a65
4
etc/rc
4
etc/rc
@ -69,8 +69,8 @@ fi
|
||||
|
||||
if [ "$PLATFORM" = "cdrom" ]; then
|
||||
[ ! -L /conf ] || ln -s /cf/conf /conf
|
||||
[ ! -f /cf/conf/config.xml ] || cp /FreeSBIE/cf/conf/config.xml
|
||||
[ ! -f /cf/conf/ez-ipupdate.cache ] || cp /FreeSBIE/cf/conf/ez-ipupdate.cache
|
||||
[ ! -f /cf/conf/config.xml ] || cp /FreeSBIE/cf/conf/config.xml /cf/conf/
|
||||
[ ! -f /cf/conf/ez-ipupdate.cache ] || cp /FreeSBIE/cf/conf/ez-ipupdate.cache /cf/conf/
|
||||
mkdir /var/db/
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user