Changeset ad74173 in clfs-sysroot


Ignore:
Timestamp:
Sep 9, 2007, 3:24:37 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
3a5c139
Parents:
e48b96a
Message:

Updated Udev to 115.

Location:
BOOK
Files:
1 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/common/chowning.xml

    re48b96a rad74173  
    4141mknod -m 0600 ${CLFS}/dev/console c 5 1</userinput></screen>
    4242
    43   <para>If you did not create the following rules in <xref linkend="ch-scripts-udev-rules"/>. You
    44   need to create them now.</para>
    45 
    46 <screen><userinput>mknod -m 0666 ${CLFS}/lib/udev/devices/null c 1 3
    47 mknod -m 0600 ${CLFS}/lib/udev/devices/console c 5 1</userinput></screen>
    48 
    4943</sect1>
  • BOOK/bootscripts/alpha-chapter.xml

    re48b96a rad74173  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev-rules.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
    1817  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
  • BOOK/bootscripts/arm-chapter.xml

    re48b96a rad74173  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev-rules.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
    1817  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
  • BOOK/bootscripts/hppa-chapter.xml

    re48b96a rad74173  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev-rules.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
    1817  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
  • BOOK/bootscripts/x86-chapter.xml

    re48b96a rad74173  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev-rules.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
    1817  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
  • BOOK/final-system/common/udev.xml

    re48b96a rad74173  
    2929
    3030<screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC}" LD="${CC}" \
    31     EXTRAS="extras/floppy extras/cdrom_id extras/firmware \
    32     extras/scsi_id extras/volume_id extras/ata_id extras/usb_id \
    33     extras/edd_id extras/dasd_id extras/path_id"</userinput></screen>
     31    EXTRAS="extras/ata_id extras/cdrom_id extras/collect \
     32    extras/edd_id extras/firmware extras/floppy extras/path_id extras/rule_generator \
     33    extras/scsi_id extras/usb_id extras/volume_id" udevdir=/dev</userinput></screen>
    3434
    3535    <variablelist os="c">
     
    3737
    3838      <varlistentry>
    39       <term><parameter>EXTRAS="extras/floppy extras/cdrom_id extras/firmware
    40       extras/scsi_id extras/volume_id extras/ata_id extras/usb_id extras/edd_id
    41       extras/dasd_id extras/path_id"</parameter></term>
     39      <term><parameter>EXTRAS="extras/ata_id extras/cdrom_id extras/collect
     40      extras/edd_id extras/firmware extras/floppy extras/path_id extras/rule_generator
     41      extras/scsi_id extras/usb_id extras/volume_id"</parameter></term>
    4242        <listitem>
    4343          <para>This builds the helper applications that are used with
     
    5151
    5252<screen os="d"><userinput>make DESTDIR="${CLFS}" \
    53     EXTRAS="extras/floppy extras/cdrom_id extras/firmware \
    54     extras/scsi_id extras/volume_id extras/ata_id extras/usb_id \
    55     extras/edd_id extras/dasd_id extras/path_id" install</userinput></screen>
    56 
    57     <para os="e">Install a necessary helper script.</para>
    58 
    59 <screen os="f"><userinput>install -v extras/eventrecorder.sh ${CLFS}/lib/udev</userinput></screen>
    60 
    61     <para os="g">Install the documentation that explains how to create
    62     Udev rules:</para>
     53    EXTRAS="extras/ata_id extras/cdrom_id extras/collect \
     54    extras/edd_id extras/firmware extras/floppy extras/path_id extras/rule_generator \
     55    extras/scsi_id extras/usb_id extras/volume_id" udevdir=/dev install</userinput></screen>
     56
     57    <para os="g">Install the documentation:</para>
    6358
    6459<screen os="h"><userinput>install -v -m644 -D docs/writing_udev_rules/index.html \
     
    6964
    7065<screen os="j"><userinput>install -dv ${CLFS}/lib/firmware</userinput></screen>
    71 
    72     <para os="k">Finally, remove the rules installed by Udev as we will be
    73     installing custom Udev rules later:</para>
    74 
    75 <screen os="l"><userinput>rm -v ${CLFS}/etc/udev/rules.d/*</userinput></screen>
    7666
    7767  </sect2>
  • BOOK/introduction/common/changelog.xml

    re48b96a rad74173  
    4141      <itemizedlist>
    4242        <listitem>
    43           <para>Updated Man-Pages to 2.64.</para>
     43          <para>[jciccone] - Updated Udev to 115.
     44                             This change also removed the udev-cross-lfs package
     45                             since our rules are the same as the ones installed.
     46          </para>
     47        </listitem>
     48        <listitem>
     49          <para>[jciccone] - Updated Man-Pages to 2.64.</para>
    4450        </listitem>
    4551        <listitem>
  • BOOK/materials/common/packages.xml

    re48b96a rad74173  
    466466
    467467    <varlistentry>
    468       <term>Udev Cross-LFS Rules (&udev-cross-lfs-version;) - <token>&udev-cross-lfs-size;</token>:</term>
    469       <listitem>
    470         <para>Home page: <ulink url="&udev-cross-lfs-home;"/></para>
    471         <para>Download: <ulink url="&udev-cross-lfs-url;"/></para>
    472         <para>MD5 sum: <literal>&udev-cross-lfs-md5;</literal></para>
    473       </listitem>
    474     </varlistentry>
    475 
    476     <varlistentry>
    477468      <term>Util-linux (&util-linux-version;) - <token>&util-linux-size;</token>:</term>
    478469      <listitem>
  • BOOK/packages.ent

    re48b96a rad74173  
    298298<!ENTITY texinfo-home "&gnu-software;texinfo">
    299299
    300 <!ENTITY udev-version "105">
    301 <!ENTITY udev-size "188 KB">
     300<!ENTITY udev-version "115">
     301<!ENTITY udev-size "196 KB">
    302302<!ENTITY udev-url "&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2">
    303 <!ENTITY udev-md5 "e789686432bfdcb6ec23661b111364fa">
     303<!ENTITY udev-md5 "39bbe5ddcd62d35cd56b184d6862c540">
    304304<!ENTITY udev-home "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html">
    305 
    306 <!ENTITY udev-cross-lfs-version "1.1-pre4">
    307 <!ENTITY udev-cross-lfs-size "12 KB">
    308 <!ENTITY udev-cross-lfs-url "&packages-root;udev-cross-lfs-&udev-cross-lfs-version;.tar.bz2">
    309 <!ENTITY udev-cross-lfs-md5 "c47f4b05440edff578bc25c6e8191cf4">
    310 <!ENTITY udev-cross-lfs-home " ">
    311305
    312306<!ENTITY util-linux-version "2.12r">
Note: See TracChangeset for help on using the changeset viewer.