Changeset 4faecfa for BOOK/final-system/common
- Timestamp:
- Feb 21, 2006, 2:19:24 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 852593c
- Parents:
- b76b419
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/udev.xml
rb76b419 r4faecfa 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>
Note:
See TracChangeset
for help on using the changeset viewer.