Ignore:
Timestamp:
May 17, 2006, 1:19:47 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9f08378
Parents:
3d0e133
Message:

r3563@server (orig r1628): chris | 2006-05-17 11:24:17 -0700
Updated udev-rules instructions to make use of xincludes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/udev-rules.xml

    r3d0e133 r76246b3  
    2222    <title>Installation of Udev-Rules</title>
    2323
    24     <para>When you installed udev, it installed a set of rules, this package
    25     replaces these rules. So we must first remove all the old rules sets.</para>
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../../bootscripts/common/udev-rules.xml"
     26    xpointer="xpointer(//*[@os='a'])"/>
    2627
    2728<screen><userinput>rm -vf ${LFS}/etc/udev/rules.d/*</userinput></screen>
    2829
    29     <para>Install the package:</para>
     30    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     31    href="../../bootscripts/common/udev-rules.xml"
     32    xpointer="xpointer(//*[@os='c'])"/>
    3033
    3134<screen><userinput>make DESTDIR=${LFS} install-minimal</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.