aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-10-15 08:31:59 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-10-15 08:31:59 +0000
commite3a72b120b009457a21026ca959c4492c9a92140 (patch)
treed84a020bb0a2226420e9623c571c725863624ffc /chapter06
parentf046b9baf1534d7b4838934fcf2a6138aa3af162 (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 'chapter06')
-rw-r--r--chapter06/adjustingtoolchain.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml
index f26f4378c..c20a67be8 100644
--- a/chapter06/adjustingtoolchain.xml
+++ b/chapter06/adjustingtoolchain.xml
@@ -56,6 +56,9 @@ linker is something other than <filename>ld-linux.so.2</filename>, you
name of your platform's dynamic linker in the above commands. Refer back to
<xref linkend="ch05-toolchaintechnotes"/> if necessary.</para></important>
+<!-- HACK - Force some whitespace to appease tidy -->
+<literallayout></literallayout>
+
<caution><para>It is imperative at this point to stop and ensure that the
basic functions (compiling and linking) of the adjusted toolchain are working
as expected. For this we are going to perform a simple sanity check:</para>
@@ -84,5 +87,8 @@ different.</para>
<screen><userinput>rm dummy.c a.out</userinput></screen>
</caution>
+<!-- HACK - Force some whitespace to appease tidy -->
+<literallayout></literallayout>
+
</sect1>