Skip to content

diodonfrost/packer-template-windows

Repository files navigation

packer-template-windows

CI

Packer templates for building windows minimal vagrant baseboxes

Using public boxes

Adding a windows box to Vagrant:

vagrant box add diodonfrost/windows-2k12r2

Using a windows box in a Vagrantfile:

Vagrant.configure("2") do |config|
  config.vm.box = "diodonfrost/windows-2k12r2"
end

Building Boxes

Requirements

Using packer

Qemu builder only, download virtio drivers:

wget https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso

To build an windows 2k12r2 box with virtualbox provider:

make build-windows-2k12

To build an windows 10 box:

make build-windows-10

Related projects

My main source of inspiration:

License

Apache 2

Author Information

Created in 2018 by diodonfrost.