Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.09 KB

vbox-builder

Tool for building VirtualBox images.

Some pieces to this repo has been borrowed from Windows Templates for Packer.

The following software will be installed on the virtual machine:

  • 7-Zip
  • Sysinternals Suite
  • Firefox
  • Python
  • Git for Windows
  • VS Code
  • IntelliJ IDEA
  • Maven

Prerequisites

Create Virtual Machine

The following command will create a Windows 10 virtual machine

$ python run_packer.py --username myUser --password myPassword

The --no-updates argument will skip the installation of Windows updates and can be used to speed up the creation of a virtual machine.

$ python run_packer.py --username myUser --password myPassword --no-updates