From c93fd3698738ed2a1834af02c78931054d0ddc16 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 28 Feb 2021 23:26:29 +0100 Subject: [PATCH] refind: remove slub_debug/page_poison from kernel hook --- srcpkgs/refind/files/refind-kernel-hook.conf | 2 +- srcpkgs/refind/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/refind/files/refind-kernel-hook.conf b/srcpkgs/refind/files/refind-kernel-hook.conf index dd61097eb9..5c48e89ebe 100644 --- a/srcpkgs/refind/files/refind-kernel-hook.conf +++ b/srcpkgs/refind/files/refind-kernel-hook.conf @@ -19,4 +19,4 @@ UPDATE_REFIND_CONF=0 REFIND_CONF=/boot/EFI/refind/refind.conf # addition kernel cmdline -OPTIONS="quiet page_poison=1 loglevel=4 slub_debug=P" +OPTIONS="quiet loglevel=4" diff --git a/srcpkgs/refind/template b/srcpkgs/refind/template index 2cd2bb683e..1c3d80eae4 100644 --- a/srcpkgs/refind/template +++ b/srcpkgs/refind/template @@ -1,7 +1,7 @@ # Template file for 'refind' pkgname=refind version=0.13.0 -revision=1 +revision=2 archs="x86_64* i686* aarch64*" makedepends="gnu-efi-libs" depends="bash dosfstools efibootmgr"