Author: chris
Date: 2006-04-12 23:37:52 -0600 (Wed, 12 Apr 2006)
New Revision: 1365
Modified:
trunk/BOOK/bootscripts/common/udev-rules.xml
trunk/BOOK/final-system/common/udev.xml
trunk/BOOK/final-system/common/util-linux.xml
Log:
Cleaned up the udev installation text so the lines aren't so long, and added
more -v switches and other minor text fixes.
Modified: trunk/BOOK/bootscripts/common/udev-rules.xml
===================================================================
--- trunk/BOOK/bootscripts/common/udev-rules.xml 2006-04-13 03:38:30 UTC
(rev 1364)
+++ trunk/BOOK/bootscripts/common/udev-rules.xml 2006-04-13 05:37:52 UTC
(rev 1365)
@@ -33,8 +33,8 @@
<sect2 role="installation">
<title>Installation of Udev-Rules</title>
- <para>When you installed udev, it installed a set of rules, this package
- replaces these rules. So we must first remove all the old rules
sets.</para>
+ <para>When you installed udev, it installed a set of rules. This package
+ replaces these rules. So we must first remove all the old rule sets.</para>
<screen><userinput>rm -vf /etc/udev/rules.d/*</userinput></screen>
Modified: trunk/BOOK/final-system/common/udev.xml
===================================================================
--- trunk/BOOK/final-system/common/udev.xml 2006-04-13 03:38:30 UTC (rev
1364)
+++ trunk/BOOK/final-system/common/udev.xml 2006-04-13 05:37:52 UTC (rev
1365)
@@ -35,15 +35,17 @@
<para os="a">Compile the package:</para>
-<screen os="b"><userinput>make EXTRAS="extras/floppy extras/cdrom_id
extras/firmware extras/scsi_id extras/volume_id \
- extras/ata_id extras/usb_id extras/edd_id extras/dasd_id
extras/path_id" udevdir=/dev</userinput></screen>
+<screen os="b"><userinput>make EXTRAS="extras/floppy extras/cdrom_id
extras/firmware \
+ extras/scsi_id extras/volume_id extras/ata_id extras/usb_id extras/edd_id
extras/dasd_id \
+ extras/path_id" udevdir=/dev</userinput></screen>
<variablelist os="c">
<title>The meaning of the make parameter:</title>
<varlistentry>
- <term><parameter>EXTRAS="extras/floppy extras/cdrom_id extras/firmware
extras/scsi_id extras/volume_id \
- extras/ata_id extras/usb_id extras/edd_id extras/dasd_id
extras/path_id"</parameter></term>
+ <term><parameter>EXTRAS="extras/floppy extras/cdrom_id extras/firmware
+ extras/scsi_id extras/volume_id extras/ata_id extras/usb_id extras/edd_id
+ extras/dasd_id extras/path_id"</parameter></term>
<listitem>
<para>This builds the helper applications that are used with
udev. The helper programs assist in correct handling of
devices.</para>
@@ -64,8 +66,9 @@
<para os="g">Install the package:</para>
<screen os="h"><userinput>make DESTDIR=/ \
- EXTRAS="extras/floppy extras/cdrom_id extras/firmware extras/scsi_id
extras/volume_id \
- extras/ata_id extras/usb_id extras/edd_id extras/dasd_id
extras/path_id" udevdir=/dev install</userinput></screen>
+ EXTRAS="extras/floppy extras/cdrom_id extras/firmware extras/scsi_id \
+ extras/volume_id extras/ata_id extras/usb_id extras/edd_id extras/dasd_id \
+ extras/path_id" udevdir=/dev install</userinput></screen>
<variablelist os="i">
<title>The meaning of the make parameter:</title>
@@ -83,12 +86,13 @@
<para os="i">Install necessary helpers.</para>
-<screen os="j"><userinput>install -D extras/eventrecorder.sh
/lib/udev/eventrecorder.sh</userinput></screen>
+<screen os="j"><userinput>install -Dv extras/eventrecorder.sh
/lib/udev</userinput></screen>
<para os="l">Install the documentation that explains how to create
Udev rules:</para>
-<screen os="m"><userinput>install -v -m644 -D
docs/writing_udev_rules/index.html
/usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
+<screen os="m"><userinput>install -v -m644 -D
docs/writing_udev_rules/index.html \
+ /usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
<para os="n">Create a directory for storing firmware that can be
loaded by <command>udev</command>:</para>
Modified: trunk/BOOK/final-system/common/util-linux.xml
===================================================================
--- trunk/BOOK/final-system/common/util-linux.xml 2006-04-13 03:38:30 UTC
(rev 1364)
+++ trunk/BOOK/final-system/common/util-linux.xml 2006-04-13 05:37:52 UTC
(rev 1365)
@@ -44,7 +44,7 @@
<screen><userinput>sed -i '[EMAIL PROTECTED]/[EMAIL
PROTECTED]/lib/hwclock/[EMAIL PROTECTED]' \
hwclock/hwclock.c
-mkdir -p /var/lib/hwclock</userinput></screen>
+mkdir -pv /var/lib/hwclock</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page