diff options
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r-- | chapter06/grub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 929e2310b..29bf07713 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -21,7 +21,7 @@ Grub.</para> <para>First fix a compilation problem with GCC-&gcc-version;:</para> -<screen><userinput>patch -Np1 -i ../&grub-patch;</userinput></screen> +<screen><userinput>sed -i 's/2 long/2/' stage2/fsys_reiserfs.c</userinput></screen> <para>Now prepare Grub for compilation:</para> |