From 53cb03bea96ce5f971b327f64f4437c096124f18 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 11 Jan 2014 07:05:27 -0200 Subject: grub-1:2.02.beta2-1: updating version 1) Removal of parabola_grub_mkconfig_fixes.patch, replaced with 09_parabola helper script, and grub-add-GRUB_COLOR_variables.patch (small non-Arch specific part of the earlier patch). Fixes https://bugs.archlinux.org/task/37904 2) Bump directly used unifont bdf file to working ver 6.3.20131217 as mentioned at http://savannah.gnu.org/bugs/?40330 3) grub-extras is now available as GIT repo, so removed bzr from makedepends. As a consequence removed python2 and used python(3) in makedepends. Incorrect GRUB_CONTRIB var also fixed. 4) grub-extras LUA and ntldr-img are set to be deprecated, so they are not built. The only grub-extras version built is 915resolution (for grub-bios aka target i386-pc alone) 5) PKGBUILD directly used GIT TAG support by makepkg to checkout the souce instead of downloading the upstream tarball 6) https://bugs.archlinux.org/task/38054 already fixed in 2.02-beta2 7) https://bugs.archlinux.org/task/38053 also fixed in 2.02-beta2 8) Added suffix grub-efi build dir so that it is easy for users to modify the PKGBUILD to build i386-efi in Parabola x86_64 if required (not officially supported) 9) Added 10_linux.in.patch to rebranding for some free distros --- libre/grub/grub.default | 3 --- 1 file changed, 3 deletions(-) (limited to 'libre/grub/grub.default') diff --git a/libre/grub/grub.default b/libre/grub/grub.default index 38bb4a57f..8455b67dd 100644 --- a/libre/grub/grub.default +++ b/libre/grub/grub.default @@ -45,6 +45,3 @@ GRUB_COLOR_HIGHLIGHT="white/magenta" #GRUB_INIT_TUNE="480 440 1" #GRUB_SAVEDEFAULT="true" - -# Disable advanced submenu, due 10_linux script file generates submenu without closing bracket with grub-mkconfig -GRUB_DISABLE_SUBMENU="y" -- cgit v1.2.3-54-g00ecf