diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-15 08:31:59 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-15 08:31:59 +0000 |
commit | e3a72b120b009457a21026ca959c4492c9a92140 (patch) | |
tree | d84a020bb0a2226420e9623c571c725863624ffc /chapter05 | |
parent | f046b9baf1534d7b4838934fcf2a6138aa3af162 (diff) |
Expand Grub details and add a warning.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 6 | ||||
-rw-r--r-- | chapter05/binutils-pass2-inst.xml | 3 | ||||
-rw-r--r-- | chapter05/lockingglibc.xml | 3 | ||||
-rw-r--r-- | chapter05/tcl-inst.xml | 3 |
4 files changed, 15 insertions, 0 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 9215451f6..8ceb64537 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -87,9 +87,15 @@ You'll see how this preparation is used later on in the chapter.</para></listitem> </itemizedlist> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + <warning><para>Do not yet remove the Binutils build and source directories. You will need them again in their current state a bit further on in this chapter.</para></warning> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + </sect2> diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml index 4192408ff..58c4e0e76 100644 --- a/chapter05/binutils-pass2-inst.xml +++ b/chapter05/binutils-pass2-inst.xml @@ -60,5 +60,8 @@ make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen> We'll need these directories again in the next chapter in the state they are in now.</para></warning> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + </sect2> diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index bcb0667ec..02ba66b3c 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -85,6 +85,9 @@ different.</para> <screen><userinput>rm dummy.c a.out</userinput></screen> </caution> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + <para>This completes the installation of the self-contained toolchain, and it can now be used to build the rest of the temporary tools.</para> diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index 856b31032..b6deaa66f 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -56,5 +56,8 @@ throughout the book.</para> <filename>tcl&tcl-version;</filename> source directory yet, as the next package will need its internal headers.</para></caution> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + </sect2> |