mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-20 12:19:24 +01:00
Upgrade to udev 070 and remove the unnecessary udevdir=/dev parameter
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6866 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8dc8eb42fe
commit
4fd2af1540
@ -123,6 +123,9 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>September 17, 2005 [matt]: Upgrade to udev-070 and remove the
|
||||||
|
unnecessary "udevdir=/dev" parameter.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>September 17, 2005 [matt]: Added patch for coreutils to improve
|
<listitem><para>September 17, 2005 [matt]: Added patch for coreutils to improve
|
||||||
echo's POSIX and bash compatibility and to recognise "\xhh" syntax as
|
echo's POSIX and bash compatibility and to recognise "\xhh" syntax as
|
||||||
required by the test suite in udev-069 and later.</para></listitem>
|
required by the test suite in udev-069 and later.</para></listitem>
|
||||||
|
@ -32,22 +32,14 @@
|
|||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
<screen><userinput>make udevdir=/dev</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
|
||||||
<varlistentry>
|
|
||||||
<term><parameter>udevdir=/dev</parameter></term>
|
|
||||||
<listitem><para>This tells <command>udev</command> in which directory
|
|
||||||
devices nodes are to be created.</para></listitem>
|
|
||||||
</varlistentry>
|
|
||||||
</variablelist>
|
|
||||||
|
|
||||||
<para>To test the results, issue:
|
<para>To test the results, issue:
|
||||||
<userinput>make test</userinput>.</para>
|
<userinput>make test</userinput>.</para>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput>make udevdir=/dev install</userinput></screen>
|
<screen><userinput>make install</userinput></screen>
|
||||||
|
|
||||||
<para>Udev's configuration is far from ideal by default, so install
|
<para>Udev's configuration is far from ideal by default, so install
|
||||||
the configuration files here:</para>
|
the configuration files here:</para>
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
<!ENTITY tar-version "1.15.1">
|
<!ENTITY tar-version "1.15.1">
|
||||||
<!ENTITY tcl-version "8.4.11">
|
<!ENTITY tcl-version "8.4.11">
|
||||||
<!ENTITY texinfo-version "4.8">
|
<!ENTITY texinfo-version "4.8">
|
||||||
<!ENTITY udev-version "068">
|
<!ENTITY udev-version "070">
|
||||||
<!ENTITY util-linux-version "2.12q">
|
<!ENTITY util-linux-version "2.12q">
|
||||||
<!ENTITY vim-version "6.3">
|
<!ENTITY vim-version "6.3">
|
||||||
<!ENTITY zlib-version "1.2.3">
|
<!ENTITY zlib-version "1.2.3">
|
||||||
|
Loading…
Reference in New Issue
Block a user