add luks2 to arch release
This commit is contained in:
27
PKGBUILD
27
PKGBUILD
@ -1,5 +1,6 @@
|
||||
# Maintainer : Christian Hesse <mail@eworm.de>
|
||||
# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Maintainer : Alexander Bocken <alexander@bocken.org>
|
||||
# Contributor: Christian Hesse <mail@eworm.de>
|
||||
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Contributor: Ronald van Haren <ronald.archlinux.org>
|
||||
# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
|
||||
|
||||
@ -63,6 +64,12 @@ source=("git+https://git.savannah.gnu.org/git/grub.git#tag=${_tag}?signed"
|
||||
'0001-00_header-add-GRUB_COLOR_-variables.patch'
|
||||
'0002-10_linux-detect-archlinux-initramfs.patch'
|
||||
'0003-support-dropins-for-default-configuration.patch'
|
||||
'0004-argon_1.patch'
|
||||
'0005-argon_2.patch'
|
||||
'0006-argon_3.patch'
|
||||
'0007-argon_4.patch'
|
||||
'0008-argon_5.patch'
|
||||
'0009-grub-install_luks2.patch'
|
||||
'grub.default'
|
||||
'sbat.csv')
|
||||
|
||||
@ -73,6 +80,12 @@ sha256sums=('SKIP'
|
||||
'5dee6628c48eef79812bb9e86ee772068d85e7fcebbd2b2b8d1e19d24eda9dab'
|
||||
'8488aec30a93e8fe66c23ef8c23aefda39c38389530e9e73ba3fbcc8315d244d'
|
||||
'b5d9fcd62ffb3c3950fdeb7089ec2dc2294ac52e9861980ad90a437dedbd3d47'
|
||||
'8df0e89bbd874cbe17e234e33a8b7bef16797ce8bbf0c5653ecec37b5f200f70'
|
||||
'28c242f1d3f30c1728dc4f8bf50833e897c002d2a6c3ed8d21f3abd068d641ae'
|
||||
'15c128a0570848a96eed8fcb021aef606ae8f6e21a041fb4ff31934e173f2b29'
|
||||
'c0aeab4f52106bb8e12d70d0e2cc82d22d0167b70ae5c7f93d3eb274538f86f4'
|
||||
'609ff0a18a135662b85752b03a5e96de414f1bb64070956785de261c60643696'
|
||||
'078668600ffb0a560a5eb61a2dd61142b9f1bee9f503e9d1ff94ebbeff9c01df'
|
||||
'7df3f5cb5df7d2dfb17f4c9b5c5dedc9519ddce6f8d2c6cd43d1be17cecb65cb'
|
||||
'f34c2b0aa2ed4ab9c7e7bcab5197470c30fedc6c2148f337839dd24bceae35fd')
|
||||
|
||||
@ -129,6 +142,16 @@ prepare() {
|
||||
echo "Patch to detect of Arch Linux initramfs images by grub-mkconfig..."
|
||||
patch -Np1 -i "${srcdir}/0002-10_linux-detect-archlinux-initramfs.patch"
|
||||
|
||||
echo "Patch to support argon2..."
|
||||
patch -Np1 -i "$srcdir"/0004-argon_1.patch
|
||||
patch -Np1 -i "$srcdir"/0005-argon_2.patch
|
||||
patch -Np1 -i "$srcdir"/0006-argon_3.patch
|
||||
patch -Np1 -i "$srcdir"/0007-argon_4.patch
|
||||
patch -Np1 -i "$srcdir"/0008-argon_5.patch
|
||||
|
||||
echo "Patch to support luks2 in grub-install..."
|
||||
patch -Np1 -i "$srcdir"/0009-grub-install_luks2.patch
|
||||
|
||||
echo "Patch to support dropins for default configuration..."
|
||||
patch -Np1 -i "${srcdir}/0003-support-dropins-for-default-configuration.patch"
|
||||
|
||||
|
Reference in New Issue
Block a user