[Clfs-commits] commit: r3976 - in /trunk/BOOK: bootscripts/common/symlinks.xml general.ent

svn at cross-lfs.org svn at cross-lfs.org
Thu Jul 24 15:22:06 PDT 2008


Author: jciccone
Date: Thu Jul 24 22:22:05 2008
New Revision: 3976

Log:
use udevadm for udevinfo and udevtest.

Modified:
    trunk/BOOK/bootscripts/common/symlinks.xml
    trunk/BOOK/general.ent

Modified: trunk/BOOK/bootscripts/common/symlinks.xml
==============================================================================
--- trunk/BOOK/bootscripts/common/symlinks.xml (original)
+++ trunk/BOOK/bootscripts/common/symlinks.xml Thu Jul 24 22:22:05 2008
@@ -23,7 +23,7 @@
     <filename class="directory">/sys/block/hdd</filename>) and
     run a command similar to the following:</para>
 
-<screen role="nodump"><userinput>udevtest /sys/block/hdd</userinput></screen>
+<screen role="nodump"><userinput>udevadm test /sys/block/hdd</userinput></screen>
 
     <para>Look at the lines containing the output of various *_id programs.</para>
 
@@ -112,7 +112,7 @@
     Figure out the attributes that identify the device uniquely (usually,
     vendor and product IDs and/or serial numbers work):</para>
 
-<screen role="nodump"><userinput>udevinfo -a -p /sys/class/video4linux/video0</userinput></screen>
+<screen role="nodump"><userinput>udevadm info -a -p /sys/class/video4linux/video0</userinput></screen>
 
     <para>Then write rules that create the symlinks, e.g.:</para>
 

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Thu Jul 24 22:22:05 2008
@@ -2,7 +2,7 @@
 
 <!ENTITY month "07"> <!-- Use two digits -->
 <!ENTITY month_name "July">
-<!ENTITY day "19"> <!-- Use two digits -->
+<!ENTITY day "24"> <!-- Use two digits -->
 <!ENTITY year "2008"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">




More information about the Clfs-commits mailing list