diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 06:00:35 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 06:00:35 +0000 |
commit | f861982929d526b7628fc1a6f19386c665f28e31 (patch) | |
tree | 259c0150e454b1d186c75fb56f00fb9c3efe10a6 /chapter06/grub-inst.xml | |
parent | f57e3d1ad9e6bfe96ebf823be19da0e07d81d52b (diff) |
Miscellaneous fixes and cleanups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2932 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grub-inst.xml')
-rw-r--r-- | chapter06/grub-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/grub-inst.xml b/chapter06/grub-inst.xml index f8680e2ae..650b76c0b 100644 --- a/chapter06/grub-inst.xml +++ b/chapter06/grub-inst.xml @@ -9,8 +9,7 @@ have defined any environment variables that override default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting them when building Grub.</para> -<para>Grub needs a patch applied that fixes a compile problem with -GCC-3.3.1:</para> +<para>Grub needs a patch to fix a compilation problem with GCC-3.3.1</para> <para><screen><userinput>patch -Np1 -i ../grub-&grub-patch-version;.patch</userinput></screen></para> |