From f25e71e89f93e7b92f3036039665c1a79d802947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 20 Apr 2020 12:17:50 +0200 Subject: [PATCH] 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. --- doc/guix.texi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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