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.
This commit is contained in:
Ludovic Courtès 2020-04-20 12:17:50 +02:00
parent 442fa22d9e
commit f25e71e89f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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