diff options
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> |