Changeset fe4bcdb


Ignore:
Timestamp:
01/13/2011 11:21:34 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6138b38
Parents:
1fe8978
Message:

Modified the Udev instructions so that the reader downloads and installs the version of Udev currently on the computer

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8816 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1fe8978 rfe4bcdb  
    278278<!ENTITY dbus-version                 "1.2.24">
    279279<!ENTITY hal-version                  "0.5.14">
    280 <!ENTITY udev-version                 "151">
     280<!ENTITY udev-version                 "Installed LFS Version">
    281281<!ENTITY DeviceKit-version            "003">
    282282<!ENTITY upower-version               "0.9.1">
  • general/sysutils/udev.xml

    r1fe8978 rfe4bcdb  
    55  %general-entities;
    66
    7   <!ENTITY udev-download-http "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2">
     7  <!-- <!ENTITY udev-download-http "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2"> -->
     8  <!ENTITY udev-download-http "http://www.kernel.org/pub/linux/utils/kernel/hotplug/">
    89  <!ENTITY udev-download-ftp  " ">
    9   <!ENTITY udev-md5sum        "aeae0e6273dcbec246c3c1b9868ebed1">
    10   <!ENTITY udev-size          "498 KB">
    11   <!ENTITY udev-buildsize     "10 MB">
    12   <!ENTITY udev-time          "1.8 SBU">
     10  <!-- <!ENTITY udev-md5sum        "aeae0e6273dcbec246c3c1b9868ebed1"> -->
     11  <!ENTITY udev-size          "~500 KB">
     12  <!ENTITY udev-buildsize     "~10 MB">
     13  <!ENTITY udev-time          "~1.8 SBU">
    1314]>
    1415
     
    2122  </sect1info>
    2223
    23   <title>udev-&udev-version;</title>
     24  <title>Udev-&udev-version;</title>
    2425
    2526  <indexterm zone="udev">
     
    2829
    2930  <sect2 role="package">
    30     <title>Introduction to udev</title>
     31    <title>Introduction to Udev</title>
    3132
    3233    <para><application>Udev</application> was indeed installed in LFS and there
    33     is no reason to reinstall it unless you are going to install
    34     <application>UPower</application>. This installation of Udev enables extra
    35     features which includes <application>gudev</application>, a requirement for
    36     <application>UPower</application>.</para>
     34    is no reason to reinstall it unless you are going to install a package such
     35    as <application>UPower</application>. This installation of
     36    <application>Udev</application> enables extra features which includes
     37    <application>gudev</application>, a requirement for
     38    <application>UPower</application> and optionally used by other
     39    packages.</para>
    3740
    38     &lfs65_checked;
     41    <para>Unlike any other package in the BLFS book, there is no set version
     42    of <application>Udev</application> specified to download. Several version
     43    updates to LFS and none to BLFS means there are probably many different
     44    versions of <application>Udev</application> on the platforms that BLFS is
     45    being built upon. Therefore, you should download and use the version of
     46    <application>Udev</application> your computer currently uses. The BLFS
     47    team has no experience updating (or reverting to an older version) the
     48    <application>Udev</application> package <quote>on the fly.</quote> To
     49    discover the version of <application>Udev</application> your computer
     50    currently uses, issue <command>/sbin/udevadm --version</command>.</para>
     51
     52    <para>This package is known to build and work properly using an LFS-6.5
     53    platform. (Using Udev-151)</para>
     54
     55    <para>&lfssvn_checked;20101029&lfssvn_checked2; (Using Udev-164)</para>
    3956
    4057    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    4663        <para>Download (FTP): <ulink url="&udev-download-ftp;"/></para>
    4764      </listitem>
    48       <listitem>
     65      <!-- <listitem>
    4966        <para>Download MD5 sum: &udev-md5sum;</para>
    50       </listitem>
     67      </listitem> -->
    5168      <listitem>
    5269        <para>Download size: &udev-size;</para>
     
    6077    </itemizedlist>
    6178
    62     <bridgehead renderas="sect3">udev Dependencies</bridgehead>
     79    <bridgehead renderas="sect3">Udev Dependencies</bridgehead>
    6380
    6481    <bridgehead renderas="sect4">Required</bridgehead>
     
    7895
    7996  <sect2 role="installation">
    80     <title>Installation of udev</title>
     97    <title>Installation of Udev</title>
    8198
    82     <para>Install <application>udev</application> by running the following
     99    <para>Install <application>Udev</application> by running the following
    83100    commands:</para>
    84101
    85 <screen><userinput>./configure --prefix=/usr \
    86     --sysconfdir=/etc --sbindir=/sbin \
    87     --with-rootlibdir=/lib --libexecdir=/lib/udev \
    88     --docdir=/usr/share/doc/udev-&udev-version; &amp;&amp;
     102<screen><userinput>./configure --prefix=/usr          \
     103            --sysconfdir=/etc      \
     104            --sbindir=/sbin        \
     105            --with-rootlibdir=/lib \
     106            --libexecdir=/lib/udev \
     107            --docdir=/usr/share/doc/udev-&udev-version; &amp;&amp;
    89108make</userinput></screen>
    90109
  • introduction/welcome/changelog.xml

    r1fe8978 rfe4bcdb  
    4545      <para>January 14th, 2011</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Modified the Udev instructions so that the reader
     49          downloads and installs the version of Udev currently on the
     50          computer.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[randy] - Removed the gir-repository dependency from the
Note: See TracChangeset for help on using the changeset viewer.