summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-05-03 09:47:47 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-05-03 09:49:53 -0400
commit10cf742cbc8c887cfd370ceeeb36c9c5c05c33d0 (patch)
treee137231e6608cd8d5c53d0ef806ead2654117a6f /doc
parentf13049f3a856d842fee1abb50e61481b891f2020 (diff)
downloadguix-patches-10cf742cbc8c887cfd370ceeeb36c9c5c05c33d0.tar
guix-patches-10cf742cbc8c887cfd370ceeeb36c9c5c05c33d0.tar.gz
doc: Update the URL of the system VM image.
This is a follow up to commit ebf5d77eab, which added the qcow2 file extension to the VM image file name. * doc/guix.texi (Running Guix in a VM): Update URL.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 2fe7ad3a2a..e23e831676 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -33515,7 +33515,7 @@ Whether or not the droplet should be created with IPv6 networking.
@cindex virtual machine
To run Guix in a virtual machine (VM), one can use the pre-built Guix VM image
distributed at
-@url{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.x86_64-linux.xz}.
+@url{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.x86_64-linux.qcow2.xz}.
This image is a compressed image in QCOW format. You will first need to
decompress with @command{xz -d}, and then you can pass it to an emulator such
as QEMU (see below for details).