blob: b4e922fb0614184fad535c7ee54ec0d0821e3fad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
)
|