Changeset ba8680e for boot


Ignore:
Timestamp:
May 17, 2006, 1:19:47 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
1e59f09
Parents:
4b4befb
Message:

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

Location:
boot
Files:
2 edited

Legend:

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

    r4b4befb rba8680e  
    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>
  • boot/x86/grub.xml

    r4b4befb rba8680e  
    8787color green/black light-green/black
    8888
    89 # The first entry is for LFS.
    90 title LFS &version;
     89# The first entry is for CLFS.
     90title CLFS &version;
    9191root (hd0,3)
    9292kernel /boot/lfskernel-&linux-version; root=/dev/hda4</literal>
Note: See TracChangeset for help on using the changeset viewer.