mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Corrected installation of udev rules files in chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8652 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c66a37ce4f
commit
68edbd40b6
@ -40,6 +40,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-10-12</para>
|
<para>2008-10-12</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Corrected installation of udev rule files.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[dj] - Removed command to move /sbin/arpd to /usr/sbin as this
|
<para>[dj] - Removed command to move /sbin/arpd to /usr/sbin as this
|
||||||
is default in iproute2-2.26.6.</para>
|
is default in iproute2-2.26.6.</para>
|
||||||
|
@ -95,12 +95,12 @@ rmdir -v /lib/pkgconfig</userinput></screen>
|
|||||||
configuration does not cover all devices. First install two extra rules
|
configuration does not cover all devices. First install two extra rules
|
||||||
files from Udev to help support device-mapper and RAID setups:</para>
|
files from Udev to help support device-mapper and RAID setups:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">install -m644 -v etc/udev/packages/64-*.rules \
|
<screen><userinput remap="install">install -m644 -v rules/packages/64-*.rules \
|
||||||
/etc/udev/rules.d/</userinput></screen>
|
/etc/udev/rules.d/</userinput></screen>
|
||||||
|
|
||||||
<para>Now install a file to create symlinks for certain hand-held devices:</para>
|
<para>Now install a file to create symlinks for certain hand-held devices:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">install -m644 -v etc/udev/packages/40-pilot-links.rules \
|
<screen><userinput remap="install">install -m644 -v rules/packages/40-pilot-links.rules \
|
||||||
/etc/udev/rules.d/</userinput></screen>
|
/etc/udev/rules.d/</userinput></screen>
|
||||||
|
|
||||||
<!-- There are more files available in the packages/ directory, if we want
|
<!-- There are more files available in the packages/ directory, if we want
|
||||||
|
Loading…
Reference in New Issue
Block a user