summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.cdrom3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.cdrom b/etc/rc.cdrom
index 85e7b18..4269116 100755
--- a/etc/rc.cdrom
+++ b/etc/rc.cdrom
@@ -17,7 +17,8 @@ if [ ! -f /cf/conf ]; then
/rescue/cp /FreeSBIE/cf/conf/* /cf/conf/
fi
-# More config workarounds
+# If by this time /conf doesn't exist then lets
+# go ahead and link /conf to /cf/conf
if [ ! -L /conf ]; then
/rescue/ln -s /cf/conf /conf
fi
OpenPOWER on IntegriCloud