Changeset 1b3de968


Ignore:
Timestamp:
02/02/2006 09:46:18 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
dc591b5
Parents:
a7fe252
Message:

Remove hotplug and its bootscript from the book - Udev will take over module handling

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra7fe252 r1b3de968  
    4040      <para>February 2, 2006</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Remove the hotplug package and related bootscript
     44          Udev will now handle device creation and module loading.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[matthew] - Upgrade to Linux-2.6.15.2.</para>
  • chapter01/whatsnew.xml

    ra7fe252 r1b3de968  
    9292      <para>Gzip &gzip-version;</para>
    9393    </listitem>-->
    94     <!--<listitem>
    95       <para>Hotplug &hotplug-version;</para>
    96     </listitem>-->
    9794    <listitem>
    9895      <para>IANA-Etc &iana-etc-version;</para>
     
    262259    </listitem>
    263260    <listitem>
     261      <para>hotplug-2004-09-23</para>
     262    </listitem>
     263    <listitem>
    264264      <para>inetutils-1.4.2-kernel_headers-1.patch</para>
    265265    </listitem>
  • chapter06/chapter06.xml

    ra7fe252 r1b3de968  
    5757<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grub.xml"/>
    5858<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gzip.xml"/>
    59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hotplug.xml"/>
    6059<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="man-db.xml"/>
    6160<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="make.xml"/>
  • chapter07/bootscripts.xml

    ra7fe252 r1b3de968  
    4343  <sect2 role="installation">
    4444    <title>Installation of LFS-Bootscripts</title>
     45
     46    <para>Prevent the hotplug bootscript from being installed, as the hotplug
     47      package is no longer installed.</para>
     48
     49<screen><userinput>sed -i '/hotplug/d' Makefile</userinput></screen>
    4550
    4651    <para>Install the package:</para>
  • general.ent

    ra7fe252 r1b3de968  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20060131">
    3 <!ENTITY releasedate "January 31, 2006">
     2<!ENTITY version "SVN-20060202">
     3<!ENTITY releasedate "February 2, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.