summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2021-06-18 21:45:07 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2021-06-18 21:45:07 -0500
commit38d410c6d45ac050496c86054fa67a4925f8a1e9 (patch)
tree94286bac2ac1ee4f59f881e7d8f921118fd4f3f7
parent856b2c7c881ecf9ef2607a9a4c4466635fea857f (diff)
grub: Minor fix
-rw-r--r--libre/grub/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
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"