From b3f7a95f396d2c0d1bfadcfc3344fe483f0f50fb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 30 Sep 2022 21:29:57 +0200 Subject: extra/linux-pae: do not modify source and checksum - just add what we need verbatimely --- extra/linux-pae/PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'extra/linux-pae') diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD index 16028f2b..9f94690d 100644 --- a/extra/linux-pae/PKGBUILD +++ b/extra/linux-pae/PKGBUILD @@ -18,6 +18,7 @@ source=( 60-linux.hook # pacman hook for depmod 90-linux.hook # pacman hook for initramfs regeneration linux.preset # standard config files for mkinitcpio ramdisk + no-ultra-zstd.patch # avoid using zstd compression in ultra mode (exhausts virtual memory) ) validpgpkeys=( 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds @@ -28,13 +29,15 @@ sha256sums=('c436a548c7312ce6fc5a3472cbead895eef8f52841fbe7c71fd8e48bdfe2b0ba' '43a8a1f3f94a5d78cd48675b34875540bcd6fa7a0ccd44a22a9f1be2ddb23bf7' 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21' '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919' - 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65') + 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65' + 'd32270be5fd9c3e3ba50f3aef33f6cfcb85be0c8216f03b777287cc621fdff28') _kernelname=${pkgbase#linux} : ${_kernelname:=-ARCH} prepare() { cd ${_srcname} + patch -Np1 -i $srcdir/no-ultra-zstd.patch # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git @@ -240,13 +243,3 @@ for _p in ${pkgname[@]}; do done # vim:set ts=8 sts=2 sw=2 et: - -# avoid using zstd compression in ultra mode (exhausts virtual memory) -source+=('no-ultra-zstd.patch') -sha256sums+=('d32270be5fd9c3e3ba50f3aef33f6cfcb85be0c8216f03b777287cc621fdff28') -eval "$( - declare -f prepare | \ - sed ' - /cd/ a patch -Np1 -i $srcdir/no-ultra-zstd.patch - ' -)" -- cgit v1.2.3-54-g00ecf