diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-06 22:36:59 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-06 22:36:59 +0000 |
commit | c729bc928cb74e89b5f362ffbf9221951461725c (patch) | |
tree | afa4dd7e60475ff39080fb37e467a95bb6fa94b8 /chapter07/network.xml | |
parent | ba75f1313a7927011dcdf17a364fccc2476f8811 (diff) |
Add section on systemd customization
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10527 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |