diff options
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <para>Udev's configuration is far from ideal by default, so install the configuration files here:</para> -<screen><userinput>cp ../udev-config-3.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen> +<screen><userinput>cp -v ../udev-config-3.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen> <para>Install the documentation that explains how to create Udev rules:</para> -<screen><userinput>install -m644 -D docs/writing_udev_rules/index.html /usr/share/doc/udev-&udev-version;/index.html</userinput></screen> +<screen><userinput>install -m644 -D -v docs/writing_udev_rules/index.html /usr/share/doc/udev-&udev-version;/index.html</userinput></screen> <!-- Edit Me --> <para>Run the <command>udevstart</command> program to create our full |