diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-19 21:05:34 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-19 21:05:34 +0000 |
commit | 54f7e8d0cf520c63ab34a65b4e08fc275ddeae44 (patch) | |
tree | 2fe44bb8c2c3453e22dc2dd96b4ceb521e8da848 /chapter09 | |
parent | 40a482b0aafa0f7e72112b896759dff9e55d8745 (diff) |
Added a few missing -v switches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/reboot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 88b2fbcdb..babdfaeb2 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -38,7 +38,7 @@ umount -v $LFS/sys</userinput></screen> <para>Unmount the LFS file system itself:</para> -<screen><userinput>umount $LFS</userinput></screen> +<screen><userinput>umount -v $LFS</userinput></screen> <para>If multiple partitions were created, unmount the other partitions before unmounting the main one, like this:</para> |