From 4a095875bb95ee2f8d804dadeef267f952cb5308 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 19 Jun 2005 00:09:13 +0000 Subject: [PATCH] Add config.xml support to pfi --- etc/rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/rc b/etc/rc index 6ab4352812..a551662375 100755 --- a/etc/rc +++ b/etc/rc @@ -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