Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 649 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 649 Bytes

redox-dev

Packer builds for virtual machines that can build RedoxOS. Still a WIP because I don't know libvirt yet.

Create qcow2 virtual disk image

packer build -var-file=vars.json ubuntu-vagrant.json

Warning: vagrant box is empty

The vagrant-libvirt post-processor will run, but the changes are not persisted to the virtual disk. Not sure why, yet.

Install on Arch

pacman -S vagrant libvirt dnsmasq ebtables
systemctl restart libvirtd
systemctl restart virtlogd
vagrant plugin install vagrant-libvirt

This repo is based on jakobadam's templates.