Last active
July 25, 2022 07:34
-
-
Save thoughtful-solutions/e1361712dce296948fd2be340888b74a to your computer and use it in GitHub Desktop.
OS_VMs.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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