Ignore:
Timestamp:
Aug 18, 2014, 3:57:02 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
f0b15e4
Parents:
782b8809
Message:

Use nodump to prevent jhalfs from processing network config commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/network/common/systemd-network.xml

    r782b8809 r1ecf563  
    3232      interface with a config file. Adjust Name= as required:</para>
    3333
    34   <screen><userinput>cd /etc/systemd/network &amp;&amp;
     34  <screen role="nodump"><userinput>cd /etc/systemd/network &amp;&amp;
    3535cat &gt; static.network &lt;&lt; "EOF"
    3636[Match]
     
    6666    with a config file. Adjust Name= as required:</para>
    6767
    68 <screen><userinput>cd /etc/systemd/network &amp;&amp;
     68<screen role="nodump"><userinput>cd /etc/systemd/network &amp;&amp;
    6969cat &gt; dhcp.network &lt;&lt; "EOF"
    7070[Match]
     
    8080    create a symlink:</para>
    8181
    82 <screen><userinput>ln -sv /run/systemd/network/resolv.conf /etc</userinput></screen>
     82<screen role="nodump"><userinput>ln -sv /run/systemd/network/resolv.conf /etc</userinput></screen>
    8383
    8484    </sect3>
     
    9494    user and group:</para>
    9595
    96 <screen><userinput>groupadd -g &gid-systemd-timesync; systemd-timesync
     96<screen role="nodump"><userinput>groupadd -g &gid-systemd-timesync; systemd-timesync
    9797useradd -g systemd-timesync -u &uid-systemd-timesync; -d /dev/null -s /bin/false systemd-timesync</userinput></screen>
    9898
     
    100100    it will run on system boot:</para>
    101101
    102 <screen><userinput>systemctl enable systemd-timesyncd</userinput></screen>
     102<screen role="nodump"><userinput>systemctl enable systemd-timesyncd</userinput></screen>
    103103
    104104    <para>You can configure <command>systemd-timesyncd</command> by editing
Note: See TracChangeset for help on using the changeset viewer.