From 38d410c6d45ac050496c86054fa67a4925f8a1e9 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Fri, 18 Jun 2021 21:45:07 -0500 Subject: grub: Minor fix --- libre/grub/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libre/grub/PKGBUILD') diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD index ea2764111..8e5e66023 100644 --- a/libre/grub/PKGBUILD +++ b/libre/grub/PKGBUILD @@ -145,6 +145,9 @@ prepare() { ## Based on http://lists.gnu.org/archive/html/grub-devel/2012-02/msg00021.html patch -Np1 -i "${srcdir}/0001-00_header-add-GRUB_COLOR_-variables.patch" + echo "Patch to detect of Parabola GNU/Linux-libre initramfs images by grub-mkconfig..." + patch -Np1 -i "${srcdir}/0003-10_linux-20_linux_xen-detect-parabola-initramfs.patch" + echo "Fix DejaVuSans.ttf location so that grub-mkfont can create *.pf2 files for starfield theme..." sed 's|/usr/share/fonts/dejavu|/usr/share/fonts/dejavu /usr/share/fonts/TTF|g' -i "configure.ac" -- cgit v1.2.3