efibootmgr: remove slub_debug/page_poison from conf example

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

View file

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

View file

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