Skip to content

Instantly share code, notes, and snippets.

@thoughtful-solutions
Last active July 25, 2022 07:34
Show Gist options
  • Select an option

  • Save thoughtful-solutions/e1361712dce296948fd2be340888b74a to your computer and use it in GitHub Desktop.

Select an option

Save thoughtful-solutions/e1361712dce296948fd2be340888b74a to your computer and use it in GitHub Desktop.
OS_VMs.md
# OS VMs
It is often needed for the testing of ideas the ability to construct VMs on demand.
[Boxcutter](https://github.com/boxcutter) provides such a service.
## Using on Windows-10
The key item to having boxcutter working on windows-10 is to have [Scoop.sh](https://scoop.sh] installed and to have GnuMake installed
as well as the packer tools.
## example buid
'''
make hyperv/eval-win10x64-enterprise
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment