On Sun, May 14, 2017 at 03:14:07PM -0400, Leo Famulari wrote: > Subject: [PATCH 2/2] maint: The 'release' target builds a VM image. > > * Makefile.am (GUIXSD_VM_SYSTEMS, GUIXSD_VM_IMAGE_BASE, > GUIXSD_VM_IMAGE_SIZE): New variables. > (release): Add logic to build a VM image. After following the instructions in release.org and copying texinfo.tex from a recent gnulib into build-aux, I ran the following command and built a working VM image: guix environment --pure guix --ad-hoc imagemagick git texlive texinfo -- make release Those extra packages all seem to be required. I disabled the disk-image builds to save time and disk space.