From 21ba4e3570c1c2524b0733d492ced9634b259353 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 9 Oct 2003 23:22:07 +0000 Subject: Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of with (and of course the matching closing tags). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter09/reboot.xml | 10 +++++----- chapter09/theend.xml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'chapter09') 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: -umount $LFS/proc -umount $LFS +umount $LFS/proc +umount $LFS If you decided to create multiple partitions, you need to umount the other partitions before you umount $LFS, like this: -umount $LFS/proc +umount $LFS/proc umount $LFS/usr umount $LFS/home -umount $LFS +umount $LFS And you can reboot your system by running something like: -/sbin/shutdown -r now +/sbin/shutdown -r now At the Grub menu make sure that you tell it to boot lfs 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. -find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \ -   -exec /usr/bin/strip --strip-debug '{}' ';' +find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \ +   -exec /usr/bin/strip --strip-debug '{}' ';' 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: -echo &version; > $LFS/etc/lfs +echo &version; > $LFS/etc/lfs -- cgit v1.2.3-54-g00ecf