Ignore:
Timestamp:
Feb 21, 2006, 2:19:24 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
852593c
Parents:
b76b419
Message:

r1120@server (orig r1118): chris | 2006-01-31 19:29:01 -0800
Added a sed command to udev instructions to account for the new 'test' program location

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/udev.xml

    rb76b419 r4faecfa  
    5252    </variablelist>
    5353
    54     <para os="d">To test the results, issue:
     54    <para os="d">If you want to run the testsuite, you need to change
     55    a hardcoded reference to the <command>test</command>
     56    program:</para>
     57
     58    <para os="e"><userinput>sed -i 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></para>
     59
     60    <para os="f">To test the results, issue:
    5561    <userinput>make test</userinput>.</para>
    5662
    57     <para os="e">Install the package:</para>
    58 
    59 <screen os="f"><userinput>make DESTDIR=/ EXTRAS="extras/firmware extras/run_directory" install</userinput></screen>
    60 
    61     <variablelist os="g">
     63    <para os="g">Install the package:</para>
     64
     65<screen os="h"><userinput>make DESTDIR=/ EXTRAS="extras/firmware extras/run_directory" install</userinput></screen>
     66
     67    <variablelist os="i">
    6268      <title>The meaning of the make parameter:</title>
    6369
     
    7379    </variablelist>
    7480
    75     <para os="h">Udev's configuration is far from ideal by default, so install
     81    <para os="j">Udev's configuration is far from ideal by default, so install
    7682    the configuration files here:</para>
    7783
    78 <screen os="i"><userinput>cp ../&udev-config-file; /etc/udev/rules.d/25-lfs.rules</userinput></screen>
    79 
    80     <para os="j">Install the documentation that explains how to create
     84<screen os="k"><userinput>cp ../&udev-config-file; /etc/udev/rules.d/25-lfs.rules</userinput></screen>
     85
     86    <para os="l">Install the documentation that explains how to create
    8187    Udev rules:</para>
    8288
    83 <screen os="k"><userinput>install -m644 -D docs/writing_udev_rules/index.html /usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
    84 
    85     <para os="l">Run the <command>udevstart</command> program to create our full
     89<screen os="m"><userinput>install -m644 -D docs/writing_udev_rules/index.html /usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
     90
     91    <para os="n">Run the <command>udevstart</command> program to create our full
    8692    complement of device nodes.</para>
    8793
    88 <screen os="m"><userinput>/sbin/udevstart</userinput></screen>
     94<screen os="o"><userinput>/sbin/udevstart</userinput></screen>
    8995
    9096  </sect2>
Note: See TracChangeset for help on using the changeset viewer.