diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-05-03 21:49:58 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-04 22:19:15 +0200 |
| commit | 3aa11dfbed4f5c03863f760dc7efbc38bd4aafc6 (patch) | |
| tree | 4d8cd2ae40cbd3b0807478fd5f1c4950d92034e1 | |
| parent | 542e7fb57fe5626970e9321cd23645270a427388 (diff) | |
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}.
| -rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a9ca02f6cd4..82ccccb6db5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -24705,7 +24705,7 @@ example graph. | |||
| 24705 | @cindex virtual machine | 24705 | @cindex virtual machine |
| 24706 | To run Guix in a virtual machine (VM), one can use the pre-built Guix VM image | 24706 | To run Guix in a virtual machine (VM), one can use the pre-built Guix VM image |
| 24707 | distributed at | 24707 | distributed at |
| 24708 | @indicateurl{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.@var{system}.xz} | 24708 | @url{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.x86_64-linux.xz} |
| 24709 | This image is a compressed image in QCOW format. You will first need to | 24709 | This image is a compressed image in QCOW format. You will first need to |
| 24710 | decompress with @command{xz -d}, and then you can pass it to an emulator such | 24710 | decompress with @command{xz -d}, and then you can pass it to an emulator such |
| 24711 | as QEMU (see below for details). | 24711 | as QEMU (see below for details). |
