diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-29 19:41:04 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-29 19:41:04 +0000 |
commit | d0cada487e86fb8618072839ab8507cc4c8dfc20 (patch) | |
tree | a9e46016271a3cd39c12314e324882f734b97094 /chapter06/util-linux.xml | |
parent | 534bb6229d2678f2b2b8c45dedd867bdffd3fac0 (diff) |
Add some verbose flags to commands in the Util-Linux and Vim instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index d951564d5..16b2da09c 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -45,7 +45,7 @@ <screen><userinput>sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' \ hwclock/hwclock.c -mkdir -p /var/lib/hwclock</userinput></screen> +mkdir -pv /var/lib/hwclock</userinput></screen> </sect2> |