[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: doc: Provide the actual URL to the VM image.
From: |
guix-commits |
Subject: |
02/05: doc: Provide the actual URL to the VM image. |
Date: |
Sat, 4 May 2019 16:51:16 -0400 (EDT) |
civodul pushed a commit to branch version-1.0.0
in repository guix.
commit 3aa11dfbed4f5c03863f760dc7efbc38bd4aafc6
Author: Ludovic Courtès <address@hidden>
Date: Fri May 3 21:49:58 2019 +0200
doc: Provide the actual URL to the VM image.
Fixes <https://bugs.gnu.org/35537>.
Reported by Andy Tai <address@hidden>.
* doc/guix.texi (Running Guix in a VM): Use @url and provide the actual
URL, without @var{system}.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index a9ca02f..82ccccb 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -24705,7 +24705,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
address@hidden@value{BASE-URL}/address@hidden@var{system}.xz}
address@hidden@value{BASE-URL}/address@hidden
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).