Author: jim
Date: 2005-03-12 22:15:51 -0700 (Sat, 12 Mar 2005)
New Revision: 4739
Modified:
branches/multi-arch/BOOK/chapter01/changelog.xml
branches/multi-arch/BOOK/chapter06/hotplug.xml
branches/multi-arch/BOOK/chapter06/pwdgroup.xml
branches/multi-arch/BOOK/general.ent
Log:
Multiple updates: udev 054, findutils 4.2.19, psmisc 21.6 and hotplug. Passwd
file correction
Modified: branches/multi-arch/BOOK/chapter01/changelog.xml
===================================================================
--- branches/multi-arch/BOOK/chapter01/changelog.xml 2005-03-13 05:00:01 UTC
(rev 4738)
+++ branches/multi-arch/BOOK/chapter01/changelog.xml 2005-03-13 05:15:51 UTC
(rev 4739)
@@ -44,6 +44,7 @@
<listitem><para>Patch 2.5.9</para></listitem>
<listitem><para>Perl 5.8.5</para></listitem>
<listitem><para>Procps 3.2.5</para></listitem>
+<listitem><para>Psmisc 21.6</para></listitem>
<listitem><para>Sed 4.14</para></listitem>
<listitem><para>Shadow 4.0.7</para></listitem>
<listitem><para>Sysvinit 2.8.6</para></listitem>
@@ -80,6 +81,17 @@
<listitem><para>Changelog Entries:</para>
<itemizedlist>
+<listitem><para>March 12, 2005 [jim]</para>
+<itemizedlist>
+<listitem><para>Updated: Arch: All - Psmisc to 21.6.</para></listitem>
+<listitem><para>Updated: Arch: All - Findutils to 4.2.19.</para></listitem>
+<listitem><para>Updated: Arch: All - Udev to 054.</para></listitem>
+<listitem><para>Updated: Arch: All - Hotplug instructions.</para></listitem>
+<listitem><para>Fixed: Arch: All - Typo in passwd file.</para></listitem>
+</itemizedlist>
+</listitem>
+
+<itemizedlist>
<listitem><para>March 6, 2005 [jim]</para>
<itemizedlist>
<listitem><para>Fixed: Arch: All - Removed --without-cvs from
glibc.</para></listitem>
Modified: branches/multi-arch/BOOK/chapter06/hotplug.xml
===================================================================
--- branches/multi-arch/BOOK/chapter06/hotplug.xml 2005-03-13 05:00:01 UTC
(rev 4738)
+++ branches/multi-arch/BOOK/chapter06/hotplug.xml 2005-03-13 05:15:51 UTC
(rev 4739)
@@ -46,6 +46,18 @@
that reason, remove the network hotplug agent:</para>
<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
+
+<para>For logging of hotplug events we will create a directory and a
+blank file. This file will show all the information passed to hotplug:</para>
+
+<screen><userinput>mkdir /var/log/hotplug
+touch /var/log/hotplug/events</userinput></screen>
+
+<para>For firmware to be loaded by hotplug we will create the necessary
+directory:</para>
+
+<screen><userinput>mkdir /lib/firmware</userinput></screen>
+
</sect2>
@@ -58,7 +70,7 @@
<seglistitem><seg>hotplug</seg>
<seg>/etc/hotplug/*.rc, /etc/hotplug/*.agent</seg>
<seg>/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist,
/etc/hotplug/{pci,usb},
-/etc/hotplug/usb.usermap, /etc/hotplug.d</seg></seglistitem>
+/etc/hotplug/usb.usermap, /etc/hotplug.d,
/var/log/hotplug/events</seg></seglistitem>
</segmentedlist>
<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
@@ -148,6 +160,16 @@
</listitem>
</varlistentry>
+<varlistentry id="hotplug-events">
+<term><filename>/var/log/hotplug/events</filename></term>
+<listitem>
+<indexterm zone="ch-system-hotplug events"><primary
+sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm>
+<para>This file contains all the events since bootup that hotplug has called.
+</para>
+</listitem>
+</varlistentry>
+
<varlistentry id="hotplug-hotplug.d">
<term><filename class="directory">/etc/hotplug.d</filename></term>
<listitem>
@@ -159,6 +181,18 @@
</para>
</listitem>
</varlistentry>
+
+<varlistentry id="hotplug-firmware">
+<term><filename class="directory">/lib/firmware</filename></term>
+<listitem>
+<indexterm zone="ch-system-hotplug hotplug-firmware"><primary
+sortas="e-/lib/firmware">/lib/firmware</primary></indexterm>
+<para>This directory contains the firmware for devices that
+need to have there firmware loaded before use.
+</para>
+</listitem>
+</varlistentry>
+
</variablelist>
</sect2>
</sect1>
Modified: branches/multi-arch/BOOK/chapter06/pwdgroup.xml
===================================================================
--- branches/multi-arch/BOOK/chapter06/pwdgroup.xml 2005-03-13 05:00:01 UTC
(rev 4738)
+++ branches/multi-arch/BOOK/chapter06/pwdgroup.xml 2005-03-13 05:15:51 UTC
(rev 4739)
@@ -24,7 +24,7 @@
<screen><userinput>cat > /etc/passwd << "EOF"
<literal>root:x:0:0:root:/root:/bin/bash
-nobody:x:65534:65534</literal>
+nobody:x:65534:65534:Nobody:/:/sbin/nologin</literal>
EOF</userinput></screen>
<para>The actual password for <emphasis>root</emphasis> (the <quote>x</quote>
Modified: branches/multi-arch/BOOK/general.ent
===================================================================
--- branches/multi-arch/BOOK/general.ent 2005-03-13 05:00:01 UTC (rev
4738)
+++ branches/multi-arch/BOOK/general.ent 2005-03-13 05:15:51 UTC (rev
4739)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "7.0-multiarch-20050306">
+<!ENTITY version "7.0-multiarch-20050312">
<!ENTITY version-x86 "&version;-x86">
<!ENTITY version-alpha "&version;-alpha">
<!ENTITY version-ppc "&version;-PowerPC">
<!ENTITY version-raq2 "&version;-RaQ2">
-<!ENTITY releasedate "March 6, 2005">
+<!ENTITY releasedate "March 12, 2005">
<!ENTITY milestone "7.0">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
@@ -39,7 +39,7 @@
<!ENTITY e2fsprogs-version "1.36">
<!ENTITY expect-version "5.43.0">
<!ENTITY file-version "4.13">
-<!ENTITY findutils-version "4.2.18">
+<!ENTITY findutils-version "4.2.19">
<!ENTITY flex-version "2.5.31">
<!ENTITY gawk-version "3.1.4">
<!ENTITY gcc-version "3.4.3">
@@ -80,7 +80,7 @@
<!ENTITY patch-version "2.5.9">
<!ENTITY perl-version "5.8.6">
<!ENTITY procps-version "3.2.5">
-<!ENTITY psmisc-version "21.5">
+<!ENTITY psmisc-version "21.6">
<!ENTITY readline-version "5.0">
<!ENTITY sed-version "4.1.4">
<!ENTITY shadow-version "4.0.7">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page