mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
doc: Document 'ifconfig eno1 up' before running 'dhclient'.
Reported by Scott McDonough <smcdonough1@gmail.com> in <http://bugs.gnu.org/20582>. * doc/guix.texi (System Installation): Suggested setting the interface up before running 'dhclient'.
This commit is contained in:
parent
8c3a5d7059
commit
152dd61ca4
1 changed files with 3 additions and 3 deletions
|
@ -3896,9 +3896,9 @@ To install the system, you would:
|
|||
@enumerate
|
||||
|
||||
@item
|
||||
Configure the network, by running @command{dhclient eno1} (to get an
|
||||
automatically assigned IP address from the wired network interface
|
||||
controller@footnote{
|
||||
Configure the network, by running @command{ifconfig eno1 up && dhclient
|
||||
eno1} (to get an automatically assigned IP address from the wired
|
||||
network interface controller@footnote{
|
||||
@c http://cgit.freedesktop.org/systemd/systemd/tree/src/udev/udev-builtin-net_id.c#n20
|
||||
The name @code{eno1} is for the first on-board Ethernet controller. The
|
||||
interface name for an Ethernet controller that is in the first slot of
|
||||
|
|
Loading…
Reference in a new issue