How to shutdown the machine automatically when deployment is complete
-
I have deployed the windows image on client machine. Now I dont want the machine start automatically when the deployment is complete. I hope the machine can shutdown not restart. How can I do?
-
@samuel You can set a kernel parameter in the iPXE menu options to make machines shut down on deploy (or other tasks). Go to the FOG web UI -> FOG Configuration -> FOG Settings -> General Settings and add
shutdown=1
to the field FOG_KERNEL_ARGS.