Commit 24ad5919 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We no longer need relocation fix patch for EFI systems

parent d9c325f0
......@@ -54,7 +54,6 @@ grub.efi32uga: grub-config
grub.efi: grub-config
tar xf grub-2.04.tar.xz
patch -Np1 -d grub-2.04 < grub-2.04-relocation_fix-1.patch
cd grub-2.04 && ./configure --prefix=/usr --sbindir=/sbin --sysconfdir=/etc --with-platform=efi --disable-werror
$(MAKE) -C grub-2.04
$(MAKE) -C grub-2.04 install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment