summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.initial4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index ad73f7f..99c2285 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -43,7 +43,9 @@ echo " 8) Shell"
echo " 9) PFtop"
echo "10) Traffic Logs"
if [ -f /var/db/pfi/capable_* ]; then
- echo "98) Move configuration file to removable device"
+ if [ ! -L /cf/conf ]; then
+ echo "98) Move configuration file to removable device"
+ fi
fi
if [ "$PLATFORM" = "cdrom" ]; then
OpenPOWER on IntegriCloud