Changeset 4faecfa


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

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/udev.xml

    rb76b419 r4faecfa  
    3636    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3737    href="../../final-system/common/udev.xml"
    38     xpointer="xpointer(//*[@os='e'])"/>
     38    xpointer="xpointer(//*[@os='g'])"/>
    3939
    40 <screen os="f"><userinput>make DESTDIR=${LFS} EXTRAS="extras/firmware extras/run_directory" install</userinput></screen>
     40<screen os="h"><userinput>make DESTDIR=${LFS} EXTRAS="extras/firmware extras/run_directory" install</userinput></screen>
    4141
    4242    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4343    href="../../final-system/common/udev.xml"
    44     xpointer="xpointer(//*[@os='h'])"/>
     44    xpointer="xpointer(//*[@os='j'])"/>
    4545
    46 <screen os="i"><userinput>cp ../&udev-config-file; ${LFS}/etc/udev/rules.d/25-lfs.rules</userinput></screen>
     46<screen os="k"><userinput>cp ../&udev-config-file; ${LFS}/etc/udev/rules.d/25-lfs.rules</userinput></screen>
    4747
    4848  </sect2>
  • BOOK/boot/multilib/udev.xml

    rb76b419 r4faecfa  
    3636    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3737    href="../common/udev.xml"
    38     xpointer="xpointer(//*[@os='e'])"/>
    39 
    40     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    41     href="../common/udev.xml"
    42     xpointer="xpointer(//*[@os='f'])"/>
     38    xpointer="xpointer(//*[@os='g'])"/>
    4339
    4440    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4844    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4945    href="../common/udev.xml"
    50     xpointer="xpointer(//*[@os='i'])"/>
     46    xpointer="xpointer(//*[@os='j'])"/>
     47
     48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     49    href="../common/udev.xml"
     50    xpointer="xpointer(//*[@os='k'])"/>
    5151
    5252  </sect2>
  • 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>
  • BOOK/final-system/multilib/udev.xml

    rb76b419 r4faecfa  
    7272    href="../common/udev.xml"
    7373    xpointer="xpointer(//*[@os='m'])"/>
     74
     75    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     76    href="../common/udev.xml"
     77    xpointer="xpointer(//*[@os='n'])"/>
     78
     79    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     80    href="../common/udev.xml"
     81    xpointer="xpointer(//*[@os='o'])"/>
    7482
    7583  </sect2>
Note: See TracChangeset for help on using the changeset viewer.