As I change the hostname and other settings, I'd like to do a reboot at the end of my deployment StackScript so that I have a 'fresh' start when finished. Adding the reboot command on the final line seems to have triggered an endless loop, where the SS runs, reboots and due to the script not finishing, executes again, calling reboot again, etc, etc.
Any pointers? My need for restarting is tied to this document, where they basically recommend rebooting to ensure proper netwro connectivity, etc:
http://wiki.debian.org/HowTo/ChangeHost ... n_specificThanks!