summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index e26a78a..f45a39d 100755
--- a/etc/rc
+++ b/etc/rc
@@ -108,6 +108,7 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp
# Make sure /etc/rc.conf doesn't exist.
if [ -f /etc/rc.conf ]; then
+ echo "Removing /etc/rc.conf..."
rm -rf /etc/rc.conf
fi
OpenPOWER on IntegriCloud