[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: doc: Make the ifconfig command more visible.
From: |
Ludovic Courtès |
Subject: |
02/03: doc: Make the ifconfig command more visible. |
Date: |
Fri, 06 Nov 2015 22:50:24 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 235cba85286455901e591dc010a3e6c17d57b21c
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 6 23:42:24 2015 +0100
doc: Make the ifconfig command more visible.
Suggested by Adam Pribyl <address@hidden>.
* doc/guix.texi (System Installation): Move the 'ifconfig' command to an
@example.
---
doc/guix.texi | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 7e5f9c7..fd80a30 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5293,14 +5293,19 @@ To install the system, you would:
@enumerate
@item
-Configure the network, by running @command{ifconfig eno1 up && dhclient
-eno1} (to get an automatically assigned IP address from the wired
+Configure the network, by running:
+
address@hidden
+ifconfig eno1 up && dhclient eno1
address@hidden example
+
+to get an automatically assigned IP address from the wired
network interface address@hidden
@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
the first PCI bus, for instance, would be @code{enp1s0}. Use
address@hidden -a} to list all the available network interfaces.}),
address@hidden -a} to list all the available network interfaces.},
or using the @command{ifconfig} command.
The system automatically loads drivers for your network interface