Changeset a6a4c80 for BOOK


Ignore:
Timestamp:
Jan 23, 2014, 6:02:32 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
114a66e
Parents:
29d9c97
Message:

Don't dump the systemctl enable/disable/start commands for configuring the network interface at boot when dumping commands. Not good for scripting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/network/common/static.xml

    r29d9c97 ra6a4c80  
    8686    configuration at boot, run:</para>
    8787
    88 <screen><userinput>systemctl enable ifupdown@eth0</userinput></screen>
     88<screen role="nodump"><userinput>systemctl enable ifupdown@eth0</userinput></screen>
    8989
    9090    <para>To disable previously enabled Network Interface
    9191    configuration at boot, run:</para>
    9292
    93 <screen><userinput>systemctl disable ifupdown@eth0</userinput></screen>
     93<screen role="nodump"><userinput>systemctl disable ifupdown@eth0</userinput></screen>
    9494
    9595    <para>To manually start the Network Interface configuration,
    9696    run:</para>
    9797
    98 <screen><userinput>systemctl start ifupdown@eth0</userinput></screen>
     98<screen role="nodump"><userinput>systemctl start ifupdown@eth0</userinput></screen>
    9999
    100100    <para>Replace eth0 with the correct Network Interface
Note: See TracChangeset for help on using the changeset viewer.