diff options
Diffstat (limited to 'chapter09/reboot.xml')
-rw-r--r-- | chapter09/reboot.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index da568746b..2cd660444 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -6,15 +6,15 @@ the computer. Before we reboot, let's unmount $LFS/proc and the LFS partition itself by running:</para> -<para><screen><userinput>umount $LFS/proc && +<para><screen><userinput>umount $LFS/proc umount $LFS</userinput></screen></para> <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 && -umount $LFS/usr && -umount $LFS/home && +<para><screen><userinput>umount $LFS/proc +umount $LFS/usr +umount $LFS/home umount $LFS</userinput></screen></para> <para>And you can reboot your system by running something like:</para> |