summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.cdrom6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.cdrom b/etc/rc.cdrom
index d97039f..6002b9b 100755
--- a/etc/rc.cdrom
+++ b/etc/rc.cdrom
@@ -6,15 +6,15 @@
# Run some FreeSBIE routines
/etc/rc.d/freesbie_1st
+# Start PFI
+/bin/sh /scripts/pfi start
+
# Make sure our config is where we want it
if [ ! -f /cf/conf ]; then
mkdir -p /cf/conf
/rescue/cp /FreeSBIE/cf/conf/* /cf/conf/
fi
-# Start PFI
-/bin/sh /scripts/pfi start
-
# More config workarounds
if [ ! -L /conf ]; then
/rescue/ln -s /cf/conf /conf
OpenPOWER on IntegriCloud