summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 2bdf8a1..ba5526c 100755
--- a/etc/rc
+++ b/etc/rc
@@ -77,6 +77,12 @@ else
fi
echo " done."
+# Make sure symlink is correct on embedded
+if [ "$PLATFORM" = "embedded" ] ; then
+ rm /conf
+ ln -s /cf/conf/ /conf
+fi
+
# Repair symlinks if they are broken
if [ ! -L /etc/syslog.conf ]; then
rm -rf /etc/syslog.conf
OpenPOWER on IntegriCloud