Author: archaic
Date: 2006-05-01 10:58:39 -0600 (Mon, 01 May 2006)
New Revision: 7572
Modified:
trunk/BOOK/chapter06/udev.xml
Log:
Changed the cp construct in udev to economize. Also added -v switches.
Modified: trunk/BOOK/chapter06/udev.xml
===================================================================
--- trunk/BOOK/chapter06/udev.xml 2006-05-01 16:47:39 UTC (rev 7571)
+++ trunk/BOOK/chapter06/udev.xml 2006-05-01 16:58:39 UTC (rev 7572)
@@ -97,18 +97,13 @@
<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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page