refind: remove slub_debug/page_poison from kernel hook

This commit is contained in:
q66 2021-02-28 23:26:29 +01:00
parent 091f29d587
commit c93fd36987
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"