Changeset bad0dd1


Ignore:
Timestamp:
05/20/2004 04:21:42 PM (20 years ago)
Author:
Zack Winkles <winkie@…>
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.0, 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:
678e79c
Parents:
69a7501b
Message:

Cleaned up hotplug installation a bit

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r69a7501b rbad0dd1  
    5858<listitem><para>coreutils-5.2.1-dupes-1.patch</para></listitem>
    5959<listitem><para>flex-2.5.31-debian-fixes-2.patch</para></listitem>
     60<listitem><para>hotplug-2004_04_01</para></listitem>
     61<listitem><para>hotplug-2004_04_01-bogus-deps-1.patch</para></listitem>
     62<listitem><para>hotplug-2004_04_01-device-2.patch</para></listitem>
     63<listitem><para>hotplug-2004_04_01-isapnp-2.patch</para></listitem>
    6064<listitem><para>iana-etc-1.00</para></listitem>
    6165<listitem><para>inetutils-1.4.2-kernel-headers-1.patch</para></listitem>
     
    7377<listitem><para>udev-025-config-2.patch</para></listitem>
    7478<listitem><para>util-linux-2.12a-kernel-headers-1.patch</para></listitem>
    75 <listitem><para>hotplug-2004_04_01</para></listitem>
    7679</itemizedlist>
    7780</listitem>
     
    100103</listitem>
    101104
     105<listitem><para>May 20th, 2004 [winkie]: Dropped Hotplug's
     106<quote>cosmetic</quote> patch in favor of the script from LFS-Bootscripts and
     107some general textual/rendering cleanups.</para></listitem>
     108
    102109<listitem><para>May 20th, 2004 [winkie]: Point to the correct GCC patches.
    103110</para></listitem>
  • chapter03/patches.xml

    r69a7501b rbad0dd1  
    6565
    6666<varlistentry>
    67 <term>Hotplug patch that eliminates bogus dependencies - 1 KB:</term>
     67<term>Hotplug Bogus Dependencies Patch- 1 KB:</term>
    6868<listitem>
    6969<para><ulink url="&patches-root;hotplug-&hotplug-version;-bogus-deps-1.patch"/></para>
     
    7272
    7373<varlistentry>
    74 <term>Hotplug patch that makes the initscript consistent with the rest - 1 KB:</term>
    75 <listitem>
    76 <para><ulink url="&patches-root;hotplug-&hotplug-version;-cosmetic-2.patch"/></para>
    77 </listitem>
    78 </varlistentry>
    79 
    80 <varlistentry>
    81 <term>Hotplug patch that fixes USB cold plugging - 1 KB:</term>
     74<term>Hotplug Fix for USB Coldplugging - 1 KB:</term>
    8275<listitem>
    8376<para><ulink url="&patches-root;hotplug-&hotplug-version;-device-2.patch"/></para>
     
    8679
    8780<varlistentry>
    88 <term>Hotplug patch that adds ISAPNP hardware detection (optional) - 1 KB:</term>
     81<term>Hotplug ISAPNP Coldplugging Patch - 1 KB:</term>
    8982<listitem>
    9083<para><ulink url="&patches-root;hotplug-&hotplug-version;-isapnp-2.patch"/></para>
  • chapter06/hotplug.xml

    r69a7501b rbad0dd1  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-hotplug" role="wrap">
     6<sect1 id="ch-system-hotplug" xreflabel="Hotplug" role="wrap">
    77<title>Hotplug-&hotplug-version;</title>
    88<?dbhtml filename="hotplug.html"?>
     
    2929
    3030<para>
    31 By default, Hotplug does not output anything in its initscript and places it
    32 into
    33 <filename class="directory">/etc/init.d</filename>,
    34 whereas the place for initscripts in LFS is
    35 <filename class="directory">/etc/rc.d/init.d</filename>. Apply the patch
    36 that makes the output of hotplug initscript more verbose and places this
    37 initscript into the proper directory:
    38 </para>
    39 
    40 <screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-cosmetic-2.patch
    41 </userinput></screen>
    42 
    43 <para>
    4431Apply the patch that avoids bogus dependencies of the hotplug initscript
    4532upon <application>which</application> and
     
    4734</para>
    4835
    49 <screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-bogus-deps-1.patch
    50 </userinput></screen>
     36<screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-bogus-deps-1.patch</userinput></screen>
    5137
    5238<para>
     
    5541</para>
    5642
    57 <screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-device-2.patch
    58 </userinput></screen>
     43<screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-device-2.patch</userinput></screen>
    5944
    6045<para>
     
    7257<screen><userinput>make install</userinput></screen>
    7358
    74 <para>Make a symbolic link that tells the lfs-bootscripts package to run the
    75 hotplug initscript after mounting and cleaning filesystems:</para>
     59<para>Remove hotplug's not-so-clean init script, since we're going to be using
     60the script including with LFS-Bootscripts:</para>
    7661
    77 <screen><userinput>ln -sf ../init.d/hotplug /etc/rc.d/init.d/S55hotplug</userinput></screen>
     62<screen><userinput>rm -rf /etc/init.d</userinput></screen>
    7863
    7964<para>
  • chapter07/bootscripts.xml

    r69a7501b rbad0dd1  
    3232<screen><userinput>make install</userinput></screen>
    3333
     34<para>Also install hotplug's boot script:</para>
     35
     36<screen><userinput>make install-hotplug</userinput></screen>
     37
    3438</sect2>
    3539
Note: See TracChangeset for help on using the changeset viewer.