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/lockingglibc.xml | |
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/lockingglibc.xml')
-rw-r--r-- | chapter05/lockingglibc.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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> |