diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-28 22:00:10 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-28 22:25:42 +0200 |
commit | 15650ac2a0b979af52d16b86b2f47bf40d9d13ee (patch) | |
tree | 0aff8cb11b090233331ae4388e38133a39982127 /doc | |
parent | 9c18cf9bca04a62b1e468e2aa0448af7ed62e628 (diff) | |
download | patches-15650ac2a0b979af52d16b86b2f47bf40d9d13ee.tar patches-15650ac2a0b979af52d16b86b2f47bf40d9d13ee.tar.gz |
doc: Suggest 'dhclient -v'.
Suggested by Chris Marusich <cmmarusich@gmail.com>.
* doc/guix.texi (Preparing for Installation): Add "-v" for dhclient.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
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: |