How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "hauptj/Fedora27WS"
end
vagrant init hauptj/Fedora27WS
vagrant up

This version was created over 5 years ago.

Vagrant-Fedora-Hyper-V-Gen-2 AMD 64

Hyper-V Generation 2 Fedora 27 Workstation Vagrant Box with nested virtualization

Changed:

v1.0.1: Disk size increased from 80 GB to 160 GB

Source code on GitHub

Usage:

Simply cd into the directory with the Vagrantfile and run:

vagrant up

Note: Having Vagrant installed beforehand would be helpful.

Vagrantfile

Vagrant.configure("2") do |config|
  config.vm.box = "hauptj/Fedora27WS"
end

CLI

vagrant init hauptj/Fedora27WS
vagrant up

Contributing:

Just submit a pull request. If you can get the kickstart file, ks.cfg, to work, that would be more than awesome.

Building:

Simply cd into the directory with the fedora.json file and run:

packer build -force fedora.json

Screenshot of VirtualBox running in a Hyper-V VM: Screenshot

1 provider for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (4.71 GB)

This version was created over 5 years ago.

Vagrant-Fedora-Hyper-V-Gen-2 AMD 64

Hyper-V Generation 2 Fedora 27 Workstation Vagrant Box with nested virtualization

Source code on GitHub

Note:

v1: Disk size is set to 80 GB

Usage:

Simply cd into the directory with the Vagrantfile and run:

vagrant up

Note: Having Vagrant installed beforehand would be helpful.

Vagrantfile

Vagrant.configure("2") do |config|
  config.vm.box = "hauptj/Fedora27WS"
end

CLI

vagrant init hauptj/Fedora27WS
vagrant up

Contributing:

Just submit a pull request. If you can get the kickstart file, ks.cfg, to work, that would be more than awesome.

Building:

Simply cd into the directory with the fedora.json file and run:

packer build -force fedora.json

Screenshot of VirtualBox running in a Hyper-V VM: Screenshot

1 provider for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (4.66 GB)