Changeset 2f551f6
- Timestamp:
- Feb 21, 2006, 2:19:24 AM (19 years ago)
- Children:
- 665552c
- Parents:
- ede92d9
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/udev.xml
rede92d9 r2f551f6 36 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 37 href="../../final-system/common/udev.xml" 38 xpointer="xpointer(//*[@os=' e'])"/>38 xpointer="xpointer(//*[@os='g'])"/> 39 39 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> 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 43 href="../../final-system/common/udev.xml" 44 xpointer="xpointer(//*[@os=' h'])"/>44 xpointer="xpointer(//*[@os='j'])"/> 45 45 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> 47 47 48 48 </sect2> -
boot/multilib/udev.xml
rede92d9 r2f551f6 36 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 37 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'])"/> 43 39 44 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 48 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 45 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'])"/> 51 51 52 52 </sect2> -
final-system/common/udev.xml
rede92d9 r2f551f6 52 52 </variablelist> 53 53 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: 55 61 <userinput>make test</userinput>.</para> 56 62 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"> 62 68 <title>The meaning of the make parameter:</title> 63 69 … … 73 79 </variablelist> 74 80 75 <para os=" h">Udev's configuration is far from ideal by default, so install81 <para os="j">Udev's configuration is far from ideal by default, so install 76 82 the configuration files here:</para> 77 83 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 create84 <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 81 87 Udev rules:</para> 82 88 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 full89 <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 86 92 complement of device nodes.</para> 87 93 88 <screen os=" m"><userinput>/sbin/udevstart</userinput></screen>94 <screen os="o"><userinput>/sbin/udevstart</userinput></screen> 89 95 90 96 </sect2> -
final-system/multilib/udev.xml
rede92d9 r2f551f6 72 72 href="../common/udev.xml" 73 73 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'])"/> 74 82 75 83 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.