aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-07-10 15:06:31 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-07-10 15:06:31 +0000
commit3229c6b8a21173d078d03094e1dfc931bd6146bc (patch)
tree18c04387a74a9559938b9c3a26bad21e80574c52 /chapter09
parentb4ffa369d68fbce4b8e9bc30474e01630a41f303 (diff)
Changed literallayout's to screen's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r--chapter09/theend.xml25
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