summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-05-03 21:49:58 +0200
committerLudovic Courtès <ludo@gnu.org>2019-05-04 23:07:38 +0200
commit021deac0e86e9bc6f2669f822a2ed70ad252ba5e (patch)
tree9304a063e55e47898b047b9b406b944e7d02d4dd /doc
parent0d6cfaa3dd8a0666e4dd200ae52634250a927f71 (diff)
downloadguix-patches-021deac0e86e9bc6f2669f822a2ed70ad252ba5e.tar
guix-patches-021deac0e86e9bc6f2669f822a2ed70ad252ba5e.tar.gz
doc: Provide the actual URL to the VM image.
Fixes <https://bugs.gnu.org/35537>. Reported by Andy Tai <atai@atai.org>. * doc/guix.texi (Running Guix in a VM): Use @url and provide the actual URL, without @var{system}.
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 f46f462063..8e78ff9800 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -24649,7 +24649,7 @@ example graph.
@cindex virtual machine
To run Guix in a virtual machine (VM), one can use the pre-built Guix VM image
distributed at
-@indicateurl{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.@var{system}.xz}
+@url{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.x86_64-linux.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).