diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/grub.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 51726e87f..d78a4458a 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -40,6 +40,11 @@ <sect2 role="installation"> <title>Installation of GRUB</title> + <para>First, fix an issue introduced by binutils-2.36:</para> + +<screen><userinput remap="pre">sed "s/gold-version/& -R .note.gnu.property/" \ + -i Makefile.in grub-core/Makefile.in</userinput></screen> + <para>Prepare GRUB for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |