summaryrefslogtreecommitdiff
path: root/packages/sys-boot/grub/grub-2.02-r5.exheres-0
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-12 21:47:20 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-12 21:47:20 +0100
commit4cbd51de8e368708b237618db106404338854479 (patch)
tree3d167f7225c3b1887ebb11bd02c0adad5e0a9fd1 /packages/sys-boot/grub/grub-2.02-r5.exheres-0
parent9c513d095ce8b1b7790958095ff83d5fe9fec308 (diff)
sys-boot/grub : enable themes, more fixes
Diffstat (limited to 'packages/sys-boot/grub/grub-2.02-r5.exheres-0')
-rw-r--r--packages/sys-boot/grub/grub-2.02-r5.exheres-018
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/sys-boot/grub/grub-2.02-r5.exheres-0 b/packages/sys-boot/grub/grub-2.02-r5.exheres-0
new file mode 100644
index 0000000..b4e922f
--- /dev/null
+++ b/packages/sys-boot/grub/grub-2.02-r5.exheres-0
@@ -0,0 +1,18 @@
+# Copyright 2015 Ivan Diorditsa <ivan.diorditsa@gmail.com>
+# Distributed under the terms of the GNU General Public License v2
+
+require grub
+
+SLOT="0"
+PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
+
+DEFAULT_SRC_PREPARE_PATCHES=(
+ "${FILES}"/01-xfs-accept-filesystem-with-sparse-inodes.patch
+ "${FILES}"/02-support-multiple-early-initrd-images.patch
+ "${FILES}"/03-relocation.patch
+ "${FILES}"/04-Fix-packed-not-aligned-error-on-GCC-8.patch
+ "${FILES}"/05-gfxpayload.patch
+ "${FILES}"/06-KERNEL_GLOBS.patch
+ "${FILES}"/07-Allow_GRUB_to_mount_ext234_filesystems_that_have_the_encryption_feature.patch
+)
+