Changeset 9090bd7 for final-system/common
- Timestamp:
- Feb 21, 2006, 12:56:30 AM (19 years ago)
- Children:
- 97074be
- Parents:
- db63ccc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/udev.xml
rdb63ccc r9090bd7 38 38 <para os="c">Compile the package:</para> 39 39 40 <screen><userinput>make EXTRAS="extras/firmware extras/run_directory" udevdir=/dev</userinput></screen>40 <screen><userinput>make EXTRAS="extras/firmware extras/run_directory"</userinput></screen> 41 41 42 42 <variablelist os="d"> … … 44 44 45 45 <varlistentry> 46 <term><parameter>udevdir=/dev</parameter></term> 47 <listitem> 48 <para>This tells <command>udev</command> in which directory 49 devices nodes are to be created.</para> 46 <term><parameter>EXTRAS="extras/firmware extras/run_directory"</parameter></term> 47 <listitem> 48 <para>This builds the <command>udev_run_devd</command> and 49 <command>udev_run_hotplugd</command> binaries, which are required for 50 correct handling of hotpluggable devices.</para> 50 51 </listitem> 51 52 </varlistentry> … … 58 59 <para os="f">Install the package:</para> 59 60 60 <screen os="g"><userinput>make EXTRAS="extras/firmware extras/run_directory" udevdir=/dev install</userinput></screen> 61 61 <screen os="g"><userinput>make DESTDIR=/ EXTRAS="extras/firmware extras/run_directory" install</userinput></screen> 62 63 <variablelist os="g1"> 64 <title>The meaning of the make parameter:</title> 65 66 <varlistentry> 67 <term><parameter>DESTDIR=/</parameter></term> 68 <listitem> 69 <para>This prevents the Udev build process from killing any 70 <command>udevd</command> processes that may be running on the 71 system.</para> 72 </listitem> 73 </varlistentry> 74 75 </variablelist> 62 76 <para os="h">Udev's configuration is far from ideal by default, so install 63 77 the configuration files here:</para>
Note:
See TracChangeset
for help on using the changeset viewer.