You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the work on implementing customization for Windows guests (#174), I was wondering how we could tackle the following scenario on Windows guests (and maybe in other cases):
Once we have the customization ready, it would be interesting to create Windows images updated with the latest patches, etc... In general, on Windows this means to reboot the machine several times depending on the patches being applied.
How could we integrate these "0..n reboots" during the customization phase? Sounds feasible?
Thanks & happy new year,
Luis
The text was updated successfully, but these errors were encountered:
Hi Luis,
Hm, good question. It almost seems like we could handle this with the section of the TDL. However, I'm not sure if this will work in the current code because a "reboot" might be interpreted as a shutdown and kill the whole the process. Have you tried that, and is that what happens. If that is the case, we could possibly add a "reboot" type attribute to the TDL to make it clear that this particular command wants to reboot, not kill the process. What do you think?
On the one hand, it kind of seems like it would be something that could be handled with the section of the TDL. On the other hand, it might not be that easy to figure out.
Hi @clalancette,
As part of the work on implementing customization for Windows guests (#174), I was wondering how we could tackle the following scenario on Windows guests (and maybe in other cases):
Once we have the customization ready, it would be interesting to create Windows images updated with the latest patches, etc... In general, on Windows this means to reboot the machine several times depending on the patches being applied.
How could we integrate these "0..n reboots" during the customization phase? Sounds feasible?
Thanks & happy new year,
Luis
The text was updated successfully, but these errors were encountered: