build: Do not compress the (already compressed) VM qcow2 images.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Wed, 5 May 2021 19:18:05 +0000 (15:18 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Wed, 5 May 2021 20:31:06 +0000 (16:31 -0400)
commitb1b41a23f4e48e35bafe282029190bba32cb7218
tree8456b8560d73a7529e4ac3eaed0aa8f91d92ce78
parent6e71e719522adec83b49a1533af8b5838479c8fb
build: Do not compress the (already compressed) VM qcow2 images.

The qcow2 format supports compression, and the qcow2 type supported by 'guix
system image' produces compressed qcow2 images.

* Makefile.am (release): Do not re-compress the qcow2 VM images with xz.
* doc/guix.texi (Running Guix in a VM): Adjust VM image URL.
Makefile.am
doc/guix.texi