mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Changed the cp construct in udev to economize. Also added -v switches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0d9735e488
commit
3c19a9a314
@ -97,18 +97,13 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
|
||||
<para>Udev's configuration is far from ideal by default, so install
|
||||
the configuration files here:</para>
|
||||
|
||||
<!-- FIXME: 90-bug.rules should be removed once the book is released -->
|
||||
<screen><userinput>cp &udev-config;/05-udev-early.rules /etc/udev/rules.d/
|
||||
cp &udev-config;/25-lfs.rules /etc/udev/rules.d/
|
||||
cp &udev-config;/60-persistent-storage.rules /etc/udev/rules.d/
|
||||
cp &udev-config;/81-cdrom.rules /etc/udev/rules.d/
|
||||
cp &udev-config;/83-cdrom-symlinks.rules /etc/udev/rules.d/
|
||||
cp &udev-config;/90-bug.rules /etc/udev/rules.d/</userinput></screen>
|
||||
<!-- FIXME: 90-bug.rules should be removed from the tarball once the book is released -->
|
||||
<screen><userinput>cp -v &udev-config;/[0-9]* /etc/udev/rules.d/</userinput></screen>
|
||||
|
||||
<para>Now install a helper script that is not included in the main Udev
|
||||
tarball:</para>
|
||||
|
||||
<screen><userinput>install -m 744 &udev-config;/write_cd_aliases /lib/udev/</userinput></screen>
|
||||
<screen><userinput>install -v -m 744 &udev-config;/write_cd_aliases /lib/udev/</userinput></screen>
|
||||
|
||||
<para>Install the documentation that explains how to create Udev rules:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user