mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
doc: Suggest 'dhclient -v'.
Suggested by Chris Marusich <cmmarusich@gmail.com>. * doc/guix.texi (Preparing for Installation): Add "-v" for dhclient.
This commit is contained in:
parent
9c18cf9bca
commit
15650ac2a0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue