Skip to content

JohanBrorson/vbox-builder

Repository files navigation

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

About

Tool for building VirtualBox images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published