diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/grub.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index a9b53ae1b..fa5394355 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -21,11 +21,7 @@ have defined any environment variables that override default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting them when building Grub.</para> -<para>First fix a compilation problem with GCC-&gcc-version;:</para> - -<screen><userinput>sed -i 's/2 long/2/' stage2/fsys_reiserfs.c</userinput></screen> - -<para>Now prepare Grub for compilation:</para> +<para>Prepare Grub for compilation:</para> <screen><userinput>./configure --prefix=/usr</userinput></screen> |