diff options
author | Robert Connolly <robert@linuxfromscratch.org> | 2010-06-15 04:13:25 +0000 |
---|---|---|
committer | Robert Connolly <robert@linuxfromscratch.org> | 2010-06-15 04:13:25 +0000 |
commit | a2f7ad076de73d10551799cdd209edef9c845d43 (patch) | |
tree | 94b9f67a046ab408c9b3f5b4e032be5314c6eee9 /chapter06 | |
parent | 7088c9617d48c6d49e969cabbb88493a3dabdcc0 (diff) |
Verbose rmdir when installing Udev.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 4764603d8..0a92f9323 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -119,7 +119,7 @@ mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen> <para>Remove an empty documentation directory:</para> -<screen><userinput remap="install">rmdir /usr/share/doc/udev</userinput></screen> +<screen><userinput remap="install">rmdir -v /usr/share/doc/udev</userinput></screen> <para>Udev's default configuration covers most but not all devices. Install a file to create symlinks for certain hand-held devices:</para> |