From 3229c6b8a21173d078d03094e1dfc931bd6146bc Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 10 Jul 2001 15:06:31 +0000 Subject: Changed literallayout's to screen's git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter09/theend.xml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'chapter09') 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. -
- find / -type f -exec strip --strip-debug '{}' ';' - -
+ + +find / -type f -exec strip --strip-debug '{}' ';' + + 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: -
- touch /etc/lfs-&version; -
+ + +touch /etc/lfs-&version; + + 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: -
- /sbin/lilo -
+ + +/sbin/lilo + + If you are wondering: "Well, where to go now?" you'll be glad to hear that -- cgit v1.2.3-54-g00ecf