Changeset 76246b3


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

Location:
BOOK
Files:
4 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>
  • BOOK/boot/x86/grub.xml

    r3d0e133 r76246b3  
    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>
  • BOOK/bootscripts/common/udev-rules.xml

    r3d0e133 r76246b3  
    2626    <title>Installation of Udev-Rules</title>
    2727
    28     <para>When you installed udev, it installed a set of rules. This package
    29     replaces these rules. So we must first remove all the old rule sets.</para>
     28    <para os="a">When you installed udev, it installed a set of rules. This package
     29    replaces these rules. So we must first remove all the old rule
     30    sets:</para>
    3031
    31 <screen><userinput>rm -vf /etc/udev/rules.d/*</userinput></screen>
     32<screen os="b"><userinput>rm -vf /etc/udev/rules.d/*</userinput></screen>
    3233
    33     <para>Install the package:</para>
     34    <para os="c">Install the package:</para>
    3435
    35 <screen><userinput>make install</userinput></screen>
     36<screen os="d"><userinput>make install</userinput></screen>
    3637
    3738  </sect2>
  • BOOK/general.ent

    r3d0e133 r76246b3  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "SVN-20060516">
     3<!ENTITY version "SVN-20060517">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1616<!ENTITY version-alpha "&version;-ALPHA">
    1717
    18 <!ENTITY releasedate "May 16, 2006">
     18<!ENTITY releasedate "May 17, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.