Author: jim
Date: 2006-07-09 13:45:39 -0600 (Sun, 09 Jul 2006)
New Revision: 1943
Modified:
/
branches/clfs-2.0/BOOK/bootscripts/common/udev-rules.xml
branches/clfs-2.0/BOOK/final-preps/creatingfiles.xml
branches/clfs-2.0/BOOK/general.ent
Log:
[EMAIL PROTECTED] (orig r2041): jciccone | 2006-07-09 09:18:42 -0700
Added descriptions for many of the udev rules files.
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2040
+ b6734a72-470d-0410-b049-f317dca95413:/:2041
Modified: branches/clfs-2.0/BOOK/bootscripts/common/udev-rules.xml
===================================================================
--- branches/clfs-2.0/BOOK/bootscripts/common/udev-rules.xml 2006-07-09
15:45:27 UTC (rev 1942)
+++ branches/clfs-2.0/BOOK/bootscripts/common/udev-rules.xml 2006-07-09
19:45:39 UTC (rev 1943)
@@ -61,7 +61,9 @@
<varlistentry id="z05-udev-early.rules-udev-rules">
<term><command>05-udev-early.rules</command></term>
<listitem>
- <para>To be Written.</para>
+ <para>Rules that are run early in the boot process. These rules check
+ for the ability to do hotplug events connect to the network, and
+ make sure that sysfs is ready before running any other rules.</para>
<indexterm zone="ch-scripts-udev-rules
z05-udev-early.rules-udev-rules">
<primary
sortas="d-05-udev-early.rules">05-udev-early.rules</primary>
</indexterm>
@@ -71,7 +73,7 @@
<varlistentry id="z35-helper.rules-udev-rules">
<term><command>35-helper.rules</command></term>
<listitem>
- <para>To be Written.</para>
+ <para>Rules that use helper programs.</para>
<indexterm zone="ch-scripts-udev-rules z35-helper.rules-udev-rules">
<primary sortas="d-35-helper.rules">35-helper.rules</primary>
</indexterm>
@@ -81,7 +83,7 @@
<varlistentry id="z40-modprobe.rules">
<term><command>40-modprobe.rules</command></term>
<listitem>
- <para>To be Written.</para>
+ <para>Rules that use modprobe to load kernel modules.</para>
<indexterm zone="ch-scripts-udev-rules z40-modprobe.rules">
<primary sortas="d-40-modprobe.rules">40-modprobe.rules</primary>
</indexterm>
@@ -91,7 +93,7 @@
<varlistentry id="z50-udev.rules">
<term><command>50-udev.rules</command></term>
<listitem>
- <para>To be Written.</para>
+ <para>Creates basic system devices and permissions.</para>
<indexterm zone="ch-scripts-udev-rules z50-udev.rules">
<primary sortas="d-50-udev.rules">50-udev.rules</primary>
</indexterm>
@@ -101,7 +103,8 @@
<varlistentry id="z55-sound.rules">
<term><command>55-sound.rules</command></term>
<listitem>
- <para>To be Written.</para>
+ <para>Gives proper permissions to audio device and restores sound
+ volumes.</para>
<indexterm zone="ch-scripts-udev-rules z55-sound.rules">
<primary sortas="d-55-sound.rules">55-sound.rules</primary>
</indexterm>
@@ -111,7 +114,7 @@
<varlistentry id="z60-persistent-disk.rules">
<term><command>60-persistent-disk.rules</command></term>
<listitem>
- <para>To be Written.</para>
+ <para>Allows persistent naming of disk drives.</para>
<indexterm zone="ch-scripts-udev-rules z60-persistent-disk.rules">
<primary
sortas="d-60-persistent-disk.rules">60-persistent-disk.rules</primary>
</indexterm>
@@ -121,7 +124,7 @@
<varlistentry id="z61-persistent-input.rules">
<term><command>61-persistent-input.rules</command></term>
<listitem>
- <para>To be Written.</para>
+ <para>Allows persistent naming of input devices.</para>
<indexterm zone="ch-scripts-udev-rules z61-persistent-input.rules">
<primary
sortas="d-61-persistent-input.rules">61-persistent-input.rules</primary>
</indexterm>
@@ -131,7 +134,7 @@
<varlistentry id="z90-user.rules">
<term><command>90-user.rules</command></term>
<listitem>
- <para>To be Written.</para>
+ <para>Rules defined by the user.</para>
<indexterm zone="ch-scripts-udev-rules z90-user.rules">
<primary sortas="d-90-user.rules">90-user.rules</primary>
</indexterm>
@@ -141,7 +144,7 @@
<varlistentry id="z95-debug.rules">
<term><command>95-debug.rules</command></term>
<listitem>
- <para>To be Written.</para>
+ <para>Rules for debugging udev.</para>
<indexterm zone="ch-scripts-udev-rules z95-debug.rules">
<primary sortas="d-95-debug.rules">95-debug.rules</primary>
</indexterm>
Modified: branches/clfs-2.0/BOOK/final-preps/creatingfiles.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-preps/creatingfiles.xml 2006-07-09
15:45:27 UTC (rev 1942)
+++ branches/clfs-2.0/BOOK/final-preps/creatingfiles.xml 2006-07-09
19:45:39 UTC (rev 1943)
@@ -51,7 +51,7 @@
command:</para>
<screen><userinput>cat > ${CLFS}/etc/passwd << "EOF"
-<literal>root:x:0:0:root:/root:/bin/bash</literal>
+<literal>root::0:0:root:/root:/bin/bash</literal>
EOF</userinput></screen>
<para>The actual password for <systemitem class="username">root</systemitem>
Modified: branches/clfs-2.0/BOOK/general.ent
===================================================================
--- branches/clfs-2.0/BOOK/general.ent 2006-07-09 15:45:27 UTC (rev 1942)
+++ branches/clfs-2.0/BOOK/general.ent 2006-07-09 19:45:39 UTC (rev 1943)
@@ -2,7 +2,7 @@
<!ENTITY month "07"> <!-- Use two digits -->
<!ENTITY month_name "July">
-<!ENTITY day "02"> <!-- Use two digits -->
+<!ENTITY day "09"> <!-- Use two digits -->
<!ENTITY year "2006"> <!-- Use four digits -->
<!ENTITY releasedate "&month_name; &day;, &year;">
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page