diff --git a/srcpkgs/efibootmgr/files/efibootmgr-kernel-hook.confd b/srcpkgs/efibootmgr/files/efibootmgr-kernel-hook.confd index 374a2684882..42adfc0da40 100644 --- a/srcpkgs/efibootmgr/files/efibootmgr-kernel-hook.confd +++ b/srcpkgs/efibootmgr/files/efibootmgr-kernel-hook.confd @@ -3,7 +3,7 @@ MODIFY_EFI_ENTRIES=0 # To allow efibootmgr to modify boot entries, set # MODIFY_EFI_ENTRIES=1 # Kernel command-line options. Example: -# OPTIONS="root=/dev/sda3 loglevel=4 slub_debug=P page_poison=1" +# OPTIONS="root=/dev/sda3 loglevel=4" # Disk where EFI Partition is. Default is /dev/sda # DISK="/dev/sda" # Partition number of EFI Partition. Default is 1 diff --git a/srcpkgs/efibootmgr/template b/srcpkgs/efibootmgr/template index ca131efb1b1..36a0b6f6bb9 100644 --- a/srcpkgs/efibootmgr/template +++ b/srcpkgs/efibootmgr/template @@ -1,7 +1,7 @@ # Template file for 'efibootmgr' pkgname=efibootmgr version=17 -revision=4 +revision=5 hostmakedepends="pkg-config" makedepends="libefivar-devel popt-devel" short_desc="Tool to modify UEFI Firmware Boot Manager Variables"