From a5dc0cdced48522938ac7f6be1ba6763bc7a6afc Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 5 Jul 2011 21:54:06 +0200 Subject: grub2: remove package Grub 2 has been marked BROKEN in June 2010, and nobody cared to fix it since then. At that time, it was marked broken because the build process needed a Ruby interpreter available on the host, and it's really a pain that building a bootloader needs such a thing. I've tried to upgrade the package to Grub2 1.99-rcX, and now it does not need a Ruby interpreter anymore, but instead requires a tool called "autogen", which itself needs the Guile Scheme interpreter. Since we haven't heard any complaints about Grub2 being marked broken, and since it's such a pain to package, let's get rid of it. Of course, anybody interested in Grub2 is invited to contribute a working package. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- boot/Config.in | 1 - 1 file changed, 1 deletion(-) (limited to 'boot/Config.in') diff --git a/boot/Config.in b/boot/Config.in index 6bcc98af5..67ab8aca4 100644 --- a/boot/Config.in +++ b/boot/Config.in @@ -2,7 +2,6 @@ menu "Bootloaders" source "boot/barebox/Config.in" source "boot/grub/Config.in" -source "boot/grub2/Config.in" source "boot/syslinux/Config.in" source "boot/u-boot/Config.in" source "boot/at91bootstrap/Config.in" -- cgit v1.2.3