summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-03-28 22:00:10 +0200
committerLudovic Courtès <ludo@gnu.org>2016-03-28 22:25:42 +0200
commit15650ac2a0b979af52d16b86b2f47bf40d9d13ee (patch)
tree0aff8cb11b090233331ae4388e38133a39982127
parent9c18cf9bca04a62b1e468e2aa0448af7ed62e628 (diff)
doc: Suggest 'dhclient -v'.
Suggested by Chris Marusich <cmmarusich@gmail.com>. * doc/guix.texi (Preparing for Installation): Add "-v" for dhclient.
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index f1e28753f9..0eea658a13 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5962,7 +5962,7 @@ At this point, you need to acquire an IP address. On a network where IP
addresses are automatically assigned @i{via} DHCP, you can run:
@example
-dhclient @var{interface}
+dhclient -v @var{interface}
@end example
Try to ping a server to see if networking is up and running: