summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.reboot6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc.reboot b/etc/rc.reboot
index 721c742..dbb8327 100755
--- a/etc/rc.reboot
+++ b/etc/rc.reboot
@@ -23,5 +23,11 @@ fi
sleep 1
+echo -n "Downing interfaces: "
+for INTERFACE in `/sbin/ifconfig -l`; do
+ echo -n $INTERFACE
+ /sbin/ifconfig $INTERFACE down
+done
+
/sbin/shutdown -r now
OpenPOWER on IntegriCloud