Add config.xml support to pfi

This commit is contained in:
Scott Ullrich 2005-06-19 00:09:13 +00:00
parent 0c5e431d30
commit 4a095875bb

2
etc/rc
View File

@ -69,7 +69,9 @@ if [ ! -d /cf/conf/backup/ ]; then
fi
if [ "$PLATFORM" = "cdrom" ]; then
ln -s /cf/conf /conf
if [ ! -f /cf/conf/config.xml ]; then
cp /FreeSBIE/cf/conf/* /cf/conf/ 2>/dev/null
fi