diff options
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/reboot.xml | 10 | ||||
-rw-r--r-- | chapter09/theend.xml | 6 |
2 files changed, 8 insertions, 8 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 diff --git a/chapter09/theend.xml b/chapter09/theend.xml index 418e05403..61e8cfcbb 100644 --- a/chapter09/theend.xml +++ b/chapter09/theend.xml @@ -30,8 +30,8 @@ the strip man page for other strip options you can use. The general idea is to not run strip on libraries (other than --strip-debug), just to be on the safe side.</para> -<para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \ - -exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para> +<screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \ + -exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen> <para>It may be a good idea to create the $LFS/etc/lfs file. By having this file it is very easy for you (and for us if you are going to ask @@ -39,7 +39,7 @@ for help with something at some point) to find out which LFS version you have installed on your system. Create the $LFS/etc/lfs file by running the following command:</para> -<para><screen><userinput>echo &version; > $LFS/etc/lfs</userinput></screen></para> +<screen><userinput>echo &version; > $LFS/etc/lfs</userinput></screen> </sect1> |