From 59988921ebad528d4b2ea1a78be81f5feee490d5 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 29 Sep 2005 20:55:40 +0000 Subject: Add -v to commands that accept it git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/udev.xml') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index d1e7d8291..a3f16876e 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -44,11 +44,11 @@ Udev's configuration is far from ideal by default, so install the configuration files here: -cp ../udev-config-3.rules /etc/udev/rules.d/25-lfs.rules +cp -v ../udev-config-3.rules /etc/udev/rules.d/25-lfs.rules Install the documentation that explains how to create Udev rules: -install -m644 -D docs/writing_udev_rules/index.html /usr/share/doc/udev-&udev-version;/index.html +install -m644 -D -v docs/writing_udev_rules/index.html /usr/share/doc/udev-&udev-version;/index.html Run the udevstart program to create our full -- cgit v1.2.3-54-g00ecf