Changeset dcbb278


Ignore:
Timestamp:
Aug 22, 2013, 10:57:48 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
aed01b86
Parents:
0ec652a
Message:

Add slot rule to eudev install for ethernet device naming.

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/udev.xml

    r0ec652a rdcbb278  
    5252    xpointer="xpointer(//*[@os='j'])"/>
    5353
     54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     55    href="../../final-system/common/udev.xml"
     56    xpointer="xpointer(//*[@os='r1'])"/>
     57
     58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     59    href="../../final-system/common/udev.xml"
     60    xpointer="xpointer(//*[@os='r2'])"/>
     61
    5462  </sect2>
    5563
  • BOOK/boot/common/udev.xml

    r0ec652a rdcbb278  
    5757<screen os="k"><userinput>install -dv ${CLFS}/lib/firmware</userinput></screen>
    5858
     59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     60    href="../../final-system/common/udev.xml"
     61    xpointer="xpointer(//*[@os='r1'])"/>
     62
     63    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     64    href="../../final-system/common/udev.xml"
     65    xpointer="xpointer(//*[@os='r2'])"/>
     66
    5967  </sect2>
    6068
  • BOOK/boot/multilib/udev.xml

    r0ec652a rdcbb278  
    5353    xpointer="xpointer(//*[@os='j'])"/>
    5454
     55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     56    href="../../final-system/common/udev.xml"
     57    xpointer="xpointer(//*[@os='r1'])"/>
     58
     59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     60    href="../../final-system/common/udev.xml"
     61    xpointer="xpointer(//*[@os='r2'])"/>
     62
    5563  </sect2>
    5664
  • BOOK/boot/x86_64-64/udev.xml

    r0ec652a rdcbb278  
    5858<screen os="j"><userinput>install -dv ${CLFS}/lib/firmware</userinput></screen>
    5959
     60    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     61    href="../../final-system/common/udev.xml"
     62    xpointer="xpointer(//*[@os='r1'])"/>
     63
     64    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     65    href="../../final-system/common/udev.xml"
     66    xpointer="xpointer(//*[@os='r2'])"/>
     67
    6068  </sect2>
    6169
  • BOOK/final-system/common/udev.xml

    r0ec652a rdcbb278  
    4747
    4848<screen os="j"><userinput>install -dv /lib/firmware</userinput></screen>
     49
     50    <para os="r1">Create a dummy rule so that eudev will name ethernet devices properly for the system.</para>
     51
     52<screen os="r2"><userinput>echo "# dummy, so that network is once again on eth*" \
     53> /etc/udev/rules.d/80-net-name-slot.rules</userinput></screen>
    4954
    5055  </sect2>
  • BOOK/final-system/multilib/udev-64bit.xml

    r0ec652a rdcbb278  
    6161    xpointer="xpointer(//*[@os='j'])"/>
    6262
     63    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     64    href="../common/udev.xml"
     65    xpointer="xpointer(//*[@os='r1'])"/>
     66
     67    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     68    href="../common/udev.xml"
     69    xpointer="xpointer(//*[@os='r2'])"/>
     70
    6371  </sect2>
    6472
Note: See TracChangeset for help on using the changeset viewer.