Changeset efd5d1f


Ignore:
Timestamp:
05/30/2016 04:37:33 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
26c49f6
Parents:
9a0d741
Message:

Merge symlinks.xml and symlinksd.xml.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11084 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter07
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chapter07.xml

    r9a0d741 refd5d1f  
    1818  <!-- systemd -->
    1919  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introductiond.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="networkd.xml"/>
     21
    2022  <!-- common -->
    2123  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udev.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="symlinks.xml"/>
    2225
    2326  <!-- sysv -->
    24   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="symlinks.xml"/>
    2527  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="network.xml"/>
    2628  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="usage.xml"/>
     
    2830
    2931  <!-- systemd -->
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="networkd.xml"/>
    31   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="symlinksd.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clock.xml"/>
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="consoled.xml"/>
  • chapter07/symlinks.xml

    r9a0d741 refd5d1f  
    66]>
    77
    8 <sect1 id="ch-scripts-symlinks" revision="sysv">
     8<sect1 id="ch-scripts-symlinks">
    99  <?dbhtml filename="symlinks.html"?>
    1010
    1111  <title>Managing Devices</title>
    1212
    13   <sect2>
     13  <sect2 revision="sysv">
    1414
    1515    <title>Network Devices</title>
     
    114114
    115115    </sect3>
    116 <!--
    117     <sect3>
    118       <title>Custom Naming in Systemd</title>
    119    
    120       <para>Network interface names can also be customized with a set of
    121       files spcific to systemd.  A file with a name such as 10-eth0.link
    122       in the /etc/systemd/network directory can set an interface name. All
    123       files in the directory will be applied in lexical order.  Files
    124       in the /lib/systemd/network directory with the same name as those
    125       in /etc/systemd/network will be overridden.  See the man page
    126       for systemd.link for a full explanation.</para>
    127 
    128       <para>An example file looks like:</para>
    129 
    130 <screen role="nodump">[Match]
    131 MACAddress=12:34:56:78:9a:bc
    132 Driver=brcmsmac
    133 Path=pci-0000:02:00.0-*
    134 Type=wlan
    135 Virtualization=no
    136 Host=my-laptop
    137 Architecture=x86-64
    138 
    139 [Link]
    140 Name=wireless0
    141 MTUBytes=1450
    142 BitsPerSecond=10M
    143 WakeOnLan=magic
    144 MACAddress=cb:a9:87:65:43:21</screen>
    145 
    146     <para>The [Match] section specifies when to apply the rule.  In
    147     the example above, the entries can be shortened to the minimum
    148     needed to uniquely identify the network device.  Similarly,
    149     the [Link] section only needs to specify the changes from the
    150     default that are desired.  In many cases, the only thing needed is
    151     the Name entry.</para>
    152 
    153     </sect3>
    154 -->
     116
    155117  </sect2>
    156118
    157   <sect2>
     119  <sect2 revision="sysv">
    158120
    159121    <title>CD-ROM symlinks</title>
Note: See TracChangeset for help on using the changeset viewer.