Changeset 3976
- Timestamp:
- 07/24/08 22:22:05 (4 months ago)
- Files:
-
- trunk/BOOK/bootscripts/common/symlinks.xml (modified) (2 diffs)
- trunk/BOOK/general.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/bootscripts/common/symlinks.xml
r3774 r3976 24 24 run a command similar to the following:</para> 25 25 26 <screen role="nodump"><userinput>udev test /sys/block/hdd</userinput></screen>26 <screen role="nodump"><userinput>udevadm test /sys/block/hdd</userinput></screen> 27 27 28 28 <para>Look at the lines containing the output of various *_id programs.</para> … … 113 113 vendor and product IDs and/or serial numbers work):</para> 114 114 115 <screen role="nodump"><userinput>udev info -a -p /sys/class/video4linux/video0</userinput></screen>115 <screen role="nodump"><userinput>udevadm info -a -p /sys/class/video4linux/video0</userinput></screen> 116 116 117 117 <para>Then write rules that create the symlinks, e.g.:</para> trunk/BOOK/general.ent
r3973 r3976 3 3 <!ENTITY month "07"> <!-- Use two digits --> 4 4 <!ENTITY month_name "July"> 5 <!ENTITY day " 19"> <!-- Use two digits -->5 <!ENTITY day "24"> <!-- Use two digits --> 6 6 <!ENTITY year "2008"> <!-- Use four digits --> 7 7
