diff options
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r-- | chapter07/network.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index f776aad7a..4134bb40c 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -206,12 +206,12 @@ EOF</userinput></screen> <para>To disable a previously enabled network interface card configuration at boot, run:</para> -<screen><userinput>systemctl disable ifupdown@eth0</userinput></screen> +<screen role="nodump"><userinput>systemctl disable ifupdown@eth0</userinput></screen> <para>To manually start the network interface card configuration, run:</para> -<screen><userinput>systemctl start ifupdown@eth0</userinput></screen> +<screen role="nodump"><userinput>systemctl start ifupdown@eth0</userinput></screen> <para>Replace eth0 with the correct network interface card name as described on the beginning of this page.</para> |