summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-05-13 20:47:09 -0400
committerLeo Famulari <leo@famulari.name>2017-05-14 13:07:41 -0400
commit4100698d93bfcb74eb616c14fb15149fae0718f8 (patch)
tree21e084b68e84e386def8318cf9f0d9277bb9543f /doc/guix.texi
parent4be014128e1c422f37b56f9a6b3420b4e85c4302 (diff)
downloadguix-patches-4100698d93bfcb74eb616c14fb15149fae0718f8.tar
guix-patches-4100698d93bfcb74eb616c14fb15149fae0718f8.tar.gz
doc: Suggest a network test command that will definitely be available.
* doc/guix.texi (Running GuixSD in a VM): Suggest the use of `guix download` to test network connectivity.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 5227ad4ba0..873fcf7b75 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -15679,7 +15679,7 @@ to your system definition and start the VM using
@command{`guix system vm config.scm` -net user}. An important caveat of using
@command{-net user} for networking is that @command{ping} will not work, because
it uses the ICMP protocol. You'll have to use a different command to check for
-network connectivity, like for example @command{curl}.
+network connectivity, for example @command{guix download}.
@subsubsection Connecting Through SSH