cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
684 stars 229 forks source link

PreventPending toggle for extra_packages install #245

Closed logan2211 closed 5 years ago

logan2211 commented 5 years ago

Allow toggling the DISM /PreventPending flag when installing the extra_packages.

ader1990 commented 5 years ago

On a general note, maybe we should add extra_packages_dism_flags defaulted to "" and allowed values "/IgnoreCheck /PreventPending"? That if you consider PreventPending may be not enough for your future scenarios.

ader1990 commented 5 years ago

On another note, thank you for the contributions, much appreciated :)

ader1990 commented 5 years ago

@logan2211 can you take care of the code conflicts, please? Thank you.

ader1990 commented 5 years ago

Closing the PR, as there was no answer from the OP.