Packer GuixSD Template
This is a Packer template to build QCOW2 GuixSD images.
Usage
- To build an image you need download the GuixSD ISO first. Since the ISO is xz compressed Packer can not automatically do this for you. However there is a make target to do this:
$ make iso
- To build an image simply call:
$ make build
License
This project is licensed under the MIT License - see the LICENSE.md file for details