mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Update to udev-config-20061021, install common Udev rules from the Udev tarball, and install udev-config documentation files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9a07261f1e
commit
7e6fb44035
@ -36,6 +36,19 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2006-10-21</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bryan] - Upgrade to udev-config-20061021, install its
|
||||
doc files.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bryan] - Install common rules from udev package.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2006-10-15</para>
|
||||
<itemizedlist>
|
||||
|
@ -98,14 +98,31 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
|
||||
</variablelist>
|
||||
|
||||
<para>Udev has to be configured in order to work properly, as it does
|
||||
not install any configuration files by default. Install the
|
||||
LFS-specific configuration files:</para>
|
||||
not install any configuration files by default. First install the
|
||||
commonly-used rules files provided by udev:</para>
|
||||
|
||||
<screen><userinput>cp -v &udev-config;/[0-9]* /etc/udev/rules.d/</userinput></screen>
|
||||
<screen><userinput>cp -v etc/udev/rules.d/[0-9]* /etc/udev/rules.d/</userinput></screen>
|
||||
|
||||
<para>Install the documentation that explains how to create Udev rules:</para>
|
||||
<para>Now install the LFS-specific configuration files:</para>
|
||||
|
||||
<screen><userinput>install -m644 -D -v docs/writing_udev_rules/index.html \
|
||||
<screen><userinput>cd &udev-config;
|
||||
make install</userinput></screen>
|
||||
|
||||
<para>Install the documentation that explains the LFS-specific rules
|
||||
files:</para>
|
||||
|
||||
<screen><userinput>make install-doc</userinput></screen>
|
||||
|
||||
<para>Install the documentation that explains the commonly-used Udev
|
||||
rules files:</para>
|
||||
|
||||
<screen><userinput>make install-extra-doc</userinput></screen>
|
||||
|
||||
<para>Install the documentation that explains how to create custom Udev
|
||||
rules:</para>
|
||||
|
||||
<screen><userinput>cd ..
|
||||
install -m644 -D -v docs/writing_udev_rules/index.html \
|
||||
/usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20061011">
|
||||
<!ENTITY releasedate "October 11, 2006">
|
||||
<!ENTITY version "SVN-20061021">
|
||||
<!ENTITY releasedate "October 21, 2006">
|
||||
<!ENTITY milestone "6.3">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
@ -488,10 +488,10 @@
|
||||
<!ENTITY udev-ch6-du "5.8 MB">
|
||||
<!ENTITY udev-ch6-sbu "0.1 SBU">
|
||||
|
||||
<!ENTITY udev-config "udev-config-20061014">
|
||||
<!ENTITY udev-config-size "4 KB">
|
||||
<!ENTITY udev-config "udev-config-20061021">
|
||||
<!ENTITY udev-config-size "26 KB">
|
||||
<!ENTITY udev-config-url "http://www.linuxfromscratch.org/lfs/downloads/development/&udev-config;.tar.bz2">
|
||||
<!ENTITY udev-config-md5 "c4802b5f4e961e481a8b21e8abe7f793">
|
||||
<!ENTITY udev-config-md5 "92ecb9fbfa638c357230f86f17b120ec">
|
||||
<!ENTITY udev-config-home " ">
|
||||
|
||||
<!ENTITY util-linux-version "2.12r">
|
||||
|
Loading…
Reference in New Issue
Block a user