refind: remove slub_debug/page_poison from kernel hook
This commit is contained in:
parent
091f29d587
commit
c93fd36987
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue