Changeset 676d923 in clfs-sysroot for BOOK/bootscripts/common/symlinks.xml


Ignore:
Timestamp:
Mar 15, 2009, 2:42:22 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
10658db
Parents:
1970967
Message:

Update bootscript configuration from trunk. Update bootscripts to 1.2-pre6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/symlinks.xml

    r1970967 r676d923  
    2424    run a command similar to the following:</para>
    2525
    26 <screen role="nodump"><userinput>udevtest /sys/block/hdd</userinput></screen>
     26<screen role="nodump"><userinput>udevadm test /sys/block/hdd</userinput></screen>
    2727
    2828    <para>Look at the lines containing the output of various *_id programs.</para>
     
    9999    fixable by creating udev rules for custom persistent symlinks.
    100100    The case of network cards is covered separately in
    101     <xref linkend="ch-scripts-network"/>, and sound card configuration can
     101    <xref linkend="chapter-network"/>, and sound card configuration can
    102102    be found in <ulink url="&cblfs-root;">CBLFS</ulink>.</para>
    103103
     
    113113    vendor and product IDs and/or serial numbers work):</para>
    114114
    115 <screen role="nodump"><userinput>udevinfo -a -p /sys/class/video4linux/video0</userinput></screen>
     115<screen role="nodump"><userinput>udevadm info -a -p /sys/class/video4linux/video0</userinput></screen>
    116116
    117117    <para>Then write rules that create the symlinks, e.g.:</para>
Note: See TracChangeset for help on using the changeset viewer.