Changeset f00156a


Ignore:
Timestamp:
08/02/2014 09:24:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
106f50b
Parents:
fc796a2
Message:

Add kernel config section for bonding, but keep it commented out until the entire section has been completed.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13808 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/advanced-network-systemd.xml

    rfc796a2 rf00156a  
    123123  </sect2>
    124124
     125  <!-- <sect2 id="network-interface-bonding">
     126    <title>Network Interface Bonding</title>
     127
     128    <sect3 role="kernel" id="advanced-network-bonding-kernel">
     129      <title>Kernel Configuration</title>
     130
     131      <para>
     132        Enable the following options in the kernel configuration
     133        and recompile the kernel if necessary:
     134      </para>
     135
     136<screen><literal>Device Drivers:
     137  Network device support: Y
     138    Bonding driver support: M or Y</literal></screen>
     139
     140      <indexterm zone="advanced-network advanced-network-bonding-kernel">
     141        <primary sortas="d-advanced-network-bonding">Advanced Network Bonding</primary>
     142      </indexterm>
     143
     144    </sect3>
     145
     146    <sect3>
     147      <title>Setting up Network Interface Bonding</title>
     148
     149    </sect3>
     150
     151  </sect2> -->
     152
    125153</sect1>
Note: See TracChangeset for help on using the changeset viewer.