aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/grub.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-03 22:47:39 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-03 22:47:39 +0000
commit5763f6758eff4e014e353fca57c2064915c46544 (patch)
treee61156e65964d02bfffcbbe068f6e07c3c6bf966 /chapter06/grub.xml
parentd27a27bee96bda9893300fa12df48f5789d2c0c3 (diff)
Fixing some tiny typos, and rephrasing a few more lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r--chapter06/grub.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml
index 431715f8d..929e2310b 100644
--- a/chapter06/grub.xml
+++ b/chapter06/grub.xml
@@ -19,11 +19,11 @@ 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 to fix a compilation problem with GCC-&gcc-version;</para>
+<para>First fix a compilation problem with GCC-&gcc-version;:</para>
<screen><userinput>patch -Np1 -i ../&grub-patch;</userinput></screen>
-<para>Prepare Grub for compilation:</para>
+<para>Now prepare Grub for compilation:</para>
<screen><userinput>./configure --prefix=/usr</userinput></screen>