Changeset bd7538b


Ignore:
Timestamp:
09/22/2004 04:50:54 AM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0c8b99b
Parents:
091d533f
Message:

Upgraded util-linux, udev, and hotplug to latest versions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4185 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r091d533f rbd7538b  
    4545<listitem><para>tar-1.14</para></listitem>
    4646<listitem><para>tcl-8.4.7</para></listitem>
    47 <listitem><para>util-linux-2.12d</para></listitem>
     47<listitem><para>util-linux-2.12e</para></listitem>
    4848<listitem><para>vim-6.3</para></listitem>
    4949</itemizedlist>
     
    5656<listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem>
    5757<listitem><para>gcc-3.4.2-linkonce-1.patch</para></listitem>
    58 <listitem><para>hotplug-2004_04_01</para></listitem>
    59 <listitem><para>hotplug-2004_04_01-bogus_deps-1.patch</para></listitem>
    60 <listitem><para>hotplug-2004_04_01-device-2.patch</para></listitem>
    61 <listitem><para>hotplug-2004_04_01-isapnp-2.patch</para></listitem>
     58<listitem><para>hotplug-2004_09_20</para></listitem>
     59<listitem><para>hotplug-2004_09_20-bogus_deps-1.patch</para></listitem>
     60<listitem><para>hotplug-2004_09_20-device-2.patch</para></listitem>
    6261<listitem><para>inetutils-1.4.2-kernel_headers-1.patch</para></listitem>
    6362<listitem><para>iproute2-2.6.8-040823</para></listitem>
     
    7069<listitem><para>syslog-ng-1.6.5</para></listitem>
    7170<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
    72 <listitem><para>udev-030</para></listitem>
     71<listitem><para>udev-032</para></listitem>
     72<listitem><para>udev-032-etcdir-2.patch</para></listitem>
    7373<listitem><para>udev-config-1.permissions</para></listitem>
    7474<listitem><para>udev-config-1.rules</para></listitem>
     
    9696</listitem>
    9797
     98<listitem><para>September 21st, 2004 [jeremy]: Upgraded to Util-linux-2.12e,
     99Udev-032, and Hotplug-2004_09_20.  Thanks to David Jensen and Kevin Fleming
     100for their hard work in putting together the new udev instructions, including
     101the new patch.</para></listitem>
     102
    98103<listitem><para>September 20th, 2004 [jeremy]: Upgraded to iana-etc 1.02, libtool 1.5.10, automake-1.9.2.</para></listitem>
    99104
  • chapter05/udev.xml

    r091d533f rbd7538b  
    3030<title>Installation of Udev</title>
    3131
    32 <para>The <command>udevstart</command> program hardcodes the path
    33 to the <command>udev</command> program in itself, which is bad since we
    34 install <command>udev</command> in a non-standard location. Fix this by
    35 running the following:</para>
     32<para>Patch Udev to allow for udev.conf to be found in $PREFIX/etc:</para>
    3633
    37 <screen><userinput>sed -i 's@/sbin/udev@/tools/sbin/udev@g' udevstart.c</userinput></screen>
    38 
    39 <para>Also assure that <command>udev</command> knows the correct location to look for its
    40 configuration files:</para>
    41 
    42 <screen><userinput>sed -i 's@/etc@/tools/etc@g' etc/udev/udev.conf.in</userinput></screen>
     34<screen><userinput>patch -Np1 -i ../udev-&udev-version;-etcdir-2.patch</userinput></screen>
    4335
    4436<para>Now compile Udev:</para>
    4537
    46 <screen><userinput>make prefix=/tools etcdir=/tools/etc</userinput></screen>
     38<screen><userinput>make prefix=/tools udevdir=/dev</userinput></screen>
    4739
    4840<para>Install it:</para>
    4941
    50 <screen><userinput>make DESTDIR=/tools udevdir=/dev install</userinput></screen>
     42<screen><userinput>make prefix=/tools install</userinput></screen>
    5143
    5244<para>Udev's configuration is far from ideal by default, so we install our own
  • chapter06/udev.xml

    r091d533f rbd7538b  
    2424<title>Installation of Udev</title>
    2525
    26 <para>First compile Udev:</para>
     26<para>Patch Udev to allow installation of udev.conf to $PREFIX/etc:</para>
     27
     28<screen><userinput>patch -Np1 -i ../udev-&udev-version;-etcdir-2.patch</userinput></screen>
     29
     30<para>Compile Udev:</para>
    2731
    2832<screen><userinput>make udevdir=/dev</userinput></screen>
     
    3842<para>Install it:</para>
    3943
    40 <screen><userinput>make udevdir=/dev install</userinput></screen>
     44<screen><userinput>make install</userinput></screen>
    4145
    4246<para>Udev's configuration is far from ideal by default, so we install our own
  • general.ent

    r091d533f rbd7538b  
    3939<!ENTITY grub-version "0.95">
    4040<!ENTITY gzip-version "1.3.5">
    41 <!ENTITY hotplug-version "2004_04_01">
     41<!ENTITY hotplug-version "2004_09_20">
    4242<!ENTITY iana-etc-version "1.02">
    4343<!ENTITY inetutils-version "1.4.2">
     
    6969<!ENTITY tcl-version "8.4.7">
    7070<!ENTITY texinfo-version "4.7">
    71 <!ENTITY util-linux-version "2.12d">
    72 <!ENTITY udev-version "030">
     71<!ENTITY util-linux-version "2.12e">
     72<!ENTITY udev-version "032">
    7373<!ENTITY vim-version "6.3">
    7474<!ENTITY zlib-version "1.2.1">
Note: See TracChangeset for help on using the changeset viewer.