diff options
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/theend.xml | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml index 6cc83a077..a4edb750d 100644 --- a/chapter09/theend.xml +++ b/chapter09/theend.xml @@ -37,10 +37,11 @@ is to not run strip on libraries (other than --strip-debug) just to be on the safe side. </para> -<blockquote><literallayout> - <userinput>find / -type f -exec strip --strip-debug '{}' ';' - </userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>find / -type f -exec strip --strip-debug '{}' ';'</userinput> +</screen> +</para> <para> If you plan to ever upgrade to a newer LFS version in the future it @@ -51,9 +52,11 @@ you have installed on your system. This can just be a null-byte file by running: </para> -<blockquote><literallayout> - <userinput>touch /etc/lfs-&version;</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>touch /etc/lfs-&version;</userinput> +</screen> +</para> <para> One final thing you may want to do is run lilo now that you are booted @@ -68,9 +71,11 @@ Either way, run the following to make the lilo version installed on LFS active: </para> -<blockquote><literallayout> - <userinput>/sbin/lilo</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>/sbin/lilo</userinput> +</screen> +</para> <para> If you are wondering: "Well, where to go now?" you'll be glad to hear that |