diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-17 23:18:54 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-17 23:18:54 +0200 |
commit | 152dd61ca4fcbd268a43ebe202917937ea1647a2 (patch) | |
tree | 92209640ed04c2baae1dc7d6041ff35843fbf229 /doc | |
parent | 8c3a5d7059a24e9c6d7bf14be296169cdcf06ad6 (diff) | |
download | patches-152dd61ca4fcbd268a43ebe202917937ea1647a2.tar patches-152dd61ca4fcbd268a43ebe202917937ea1647a2.tar.gz |
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'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 7dd32c46c8..8d8c412944 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |