From cfc5b3757f11b7760d5246cd181f084328cae912 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Fri, 7 Nov 2014 23:12:26 -0200 Subject: grub: rebuild pkg --- libre/grub/PKGBUILD | 4 ++-- libre/grub/grub-10_linux-detect-parabola-initramfs.patch | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'libre') diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD index fbc375f75..42a40d11d 100644 --- a/libre/grub/PKGBUILD +++ b/libre/grub/PKGBUILD @@ -24,7 +24,7 @@ _UNIFONT_VER="6.3.20131217" pkgname="grub" pkgdesc="GNU GRand Unified Bootloader (2), (Parabola rebranded)" pkgver=2.02.beta2 -pkgrel=4.parabola1 +pkgrel=4.parabola2 epoch="1" url="https://www.gnu.org/software/grub/" arch=('x86_64' 'i686') @@ -68,7 +68,7 @@ md5sums=('SKIP' 'SKIP' '728b7439ac733a7c0d56049adec364c7' 'SKIP' - '43ca769bfbab419d44158656cf63f501' + '181a39ebcc4f86e229c49007d3c7618d' 'e506ae4a9f9f7d1b765febfa84e10d48' 'be55eabc102f2c60b38ed35c203686d6' '8d1dd54ae4a1b550c097e056892ce953' diff --git a/libre/grub/grub-10_linux-detect-parabola-initramfs.patch b/libre/grub/grub-10_linux-detect-parabola-initramfs.patch index 18a0a1c16..f35648a6b 100644 --- a/libre/grub/grub-10_linux-detect-parabola-initramfs.patch +++ b/libre/grub/grub-10_linux-detect-parabola-initramfs.patch @@ -1,7 +1,7 @@ From b470ffd22e43acc7c11231180187a720efd88de1 Mon Sep 17 00:00:00 2001 From: Keshav Amburay Date: Sat, 5 Apr 2014 20:40:51 -0400 -Subject: [PATCH] 10_linux: Detect main and fallback initramfs +Subject: [PATCH] 10_linux: Detect Parabola GNU/Linux-libre main and fallback initramfs images --- @@ -15,11 +15,13 @@ index 00d1931..7d4086b 100644 @@ -81,6 +81,8 @@ linux_entry () case $type in recovery) - title="$(gettext_printf "%s, with Linux %s (recovery mode)" "${os}" "${version}")" ;; +- title="$(gettext_printf "%s, with Linux %s (recovery mode)" "${os}" "${version}")" ;; ++ title="$(gettext_printf "%s, with %s (recovery mode)" "${os}" "${version}")" ;; + fallback) -+ title="$(gettext_printf "%s, with Linux %s (fallback initramfs)" "${os}" "${version}")" ;; ++ title="$(gettext_printf "%s, with %s (fallback initramfs)" "${os}" "${version}")" ;; *) - title="$(gettext_printf "%s, with Linux %s" "${os}" "${version}")" ;; +- title="$(gettext_printf "%s, with Linux %s" "${os}" "${version}")" ;; ++ title="$(gettext_printf "%s, with %s" "${os}" "${version}")" ;; esac @@ -180,7 +182,7 @@ while [ "x$list" != "x" ] ; do basename=`basename $linux` -- cgit v1.2.3-54-g00ecf