summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index ab1b460..c4c1df3 100755
--- a/etc/rc
+++ b/etc/rc
@@ -349,6 +349,9 @@ echo -n "Launching the init system..."
/bin/rm -f /cf/conf/backup/backup.cache
/bin/rm -f /root/lighttpd*
/usr/bin/touch $varrunpath/booting
+for iface in `/sbin/ifconfig -l`; do
+ /sbin/ifconfig $iface up
+done
/etc/rc.bootup
# If a shell was selected from recovery
OpenPOWER on IntegriCloud