summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-04-20 12:17:50 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-20 12:18:28 +0200
commitf25e71e89f93e7b92f3036039665c1a79d802947 (patch)
tree20f8e531dd14261ae3c90b8ab94972e813de86f8
parent442fa22d9ebfb75d6eabc053d78d5089e0722f44 (diff)
doc: Work around lack of /etc/config.scm in the VM image.
* doc/guix.texi (Running Guix in a VM): Replace reference to /etc/config.scm with a link to the repo.
-rw-r--r--doc/guix.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 891e2693f6..ec0a77d760 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -27229,7 +27229,11 @@ This image boots the Xfce graphical environment and it contains some
commonly-used tools. You can install more software in the image by running
@command{guix package} in a terminal (@pxref{Invoking guix package}). You can
also reconfigure the system based on its initial configuration file available
-as @file{/etc/config.scm} (@pxref{Using the Configuration System}).
+@c Work around the lack of /etc/config.scm in the image, as fixed on
+@c 'master' with commit 9d0b9c7c6c0b0d45653dea80b499314ea415d3c7.
+@uref{https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/examples/vm-image.tmpl?h=v1.1.0&id=d62c9b2671be55ae0305bebfda17b595f33797f2,
+in the repository}
+(@pxref{Using the Configuration System}).
Instead of using this pre-built image, one can also build their own virtual
machine image using @command{guix system vm-image} (@pxref{Invoking guix