From 3c19a9a31400ee21cd253f01f8ad36dc54e936bf Mon Sep 17 00:00:00 2001 From: Archaic Date: Mon, 1 May 2006 16:58:39 +0000 Subject: 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 --- chapter06/udev.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'chapter06') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 1591192d0..94b3a8ba6 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -97,18 +97,13 @@ ln -sv /proc/kcore /lib/udev/devices/core Udev's configuration is far from ideal by default, so install the configuration files here: - -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/ + +cp -v &udev-config;/[0-9]* /etc/udev/rules.d/ Now install a helper script that is not included in the main Udev tarball: -install -m 744 &udev-config;/write_cd_aliases /lib/udev/ +install -v -m 744 &udev-config;/write_cd_aliases /lib/udev/ Install the documentation that explains how to create Udev rules: -- cgit v1.2.3-54-g00ecf