Skip to content
Snippets Groups Projects
Unverified Commit 021deac0 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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}.
parent 0d6cfaa3
No related branches found
No related tags found
No related merge requests found
...@@ -24649,7 +24649,7 @@ example graph. ...@@ -24649,7 +24649,7 @@ example graph.
@cindex virtual machine @cindex virtual machine
To run Guix in a virtual machine (VM), one can use the pre-built Guix VM image To run Guix in a virtual machine (VM), one can use the pre-built Guix VM image
distributed at 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 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 decompress with @command{xz -d}, and then you can pass it to an emulator such
as QEMU (see below for details). as QEMU (see below for details).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment