Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Support Improvements #277

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

alanbach
Copy link
Contributor

  • Added Support for Windows Server 2025 ISO and VHDX builds
  • Added Support for Windows 11 ISO builds
  • Autounattend.xml Template file clean-ups
  • Added a new timeout parameter

Added Support for Windows 11 ISO builds
Autounattend.xml Template file clean-ups
Added a new timeout parameter
Copy link
Contributor

@alexsander-souza alexsander-souza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good job. the makefile is starting to get too complex, but we can address this in another PR

swtpm socket --daemon --tpm2 --tpmstate dir=/tmp/swtpm --ctrl type=unixio,path=/tmp/swtpm/swtpm-sock --log level=10
endif
ifneq ($(strip $(VHDX)),)
qemu-img convert -p -O raw ${VHDX} windows_builder.img; \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could be a separate shell script, it would be clearer to understand

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted, will add to TODO

@alexsander-souza alexsander-souza merged commit 8639ee3 into canonical:main Nov 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants