diff options
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r-- | chapter06/grub.xml | 4 |
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> |