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.
Hyper-V Generation 2 Fedora 27 Workstation Vagrant Box with nested virtualization
v1.0.1: Disk size increased from 80 GB to 160 GB
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
Just submit a pull request. If you can get the kickstart file, ks.cfg, to work, that would be more than awesome.
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:
This version was created over 5 years ago.
Hyper-V Generation 2 Fedora 27 Workstation Vagrant Box with nested virtualization
v1: Disk size is set to 80 GB
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
Just submit a pull request. If you can get the kickstart file, ks.cfg, to work, that would be more than awesome.
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: