diff options
Diffstat (limited to 'chapter09/reboot.xml')
-rw-r--r-- | chapter09/reboot.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index a4ab403b5..8dd765afb 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -6,20 +6,20 @@ the computer. Before we reboot, let's unmount $LFS/proc and the LFS partition itself by running:</para> -<para><screen><userinput>umount $LFS/proc -umount $LFS</userinput></screen></para> +<screen><userinput>umount $LFS/proc +umount $LFS</userinput></screen> <para>If you decided to create multiple partitions, you need to umount the other partitions before you umount $LFS, like this:</para> -<para><screen><userinput>umount $LFS/proc +<screen><userinput>umount $LFS/proc umount $LFS/usr umount $LFS/home -umount $LFS</userinput></screen></para> +umount $LFS</userinput></screen> <para>And you can reboot your system by running something like:</para> -<para><screen><userinput>/sbin/shutdown -r now</userinput></screen></para> +<screen><userinput>/sbin/shutdown -r now</userinput></screen> <para>At the Grub menu make sure that you tell it to boot <emphasis>lfs</emphasis> and not the default entry which will boot your |