Commit c7810459 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: document shuting down network interfaces for reboot

parent 01e998a8
......@@ -128,6 +128,15 @@ reboot
sleep 60
```
Some OS configurations don't properly kill all network connections on
reboot, causing the provisioner to hang despite a reboot occuring.
In this case, make sure you shut down the network interfaces
on reboot or in your shell script. For example, on Gentoo:
```
/etc/init.d/net.eth0 stop
```
## Troubleshooting
*My shell script doesn't work correctly on Ubuntu*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment