Copy files to /cf/conf/

This commit is contained in:
Scott Ullrich 2005-06-19 01:28:04 +00:00
parent d05a7d5fe8
commit 2cbec05a65

4
etc/rc
View File

@ -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