dracut: remove slub_debug/page_poison from uefi hook conf

This commit is contained in:
q66 2021-02-28 23:24:44 +01:00
parent bd0d33eec0
commit c5f0d70035
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
# Booting without a kernel command line is unsupported. # Booting without a kernel command line is unsupported.
# You can set the kernel command line with # You can set the kernel command line with
#KERNEL_CMDLINE="loglevel=4 slub_debug=P page_poison=1" #KERNEL_CMDLINE="loglevel=4"
# or by setting kernel_cmdline in a dracut.conf(5) file. # or by setting kernel_cmdline in a dracut.conf(5) file.
# The bundle can also use the command line from a bootloader / boot manager # The bundle can also use the command line from a bootloader / boot manager
# if Secure Boot is disabled. # if Secure Boot is disabled.

View file

@ -1,7 +1,7 @@
# Template file for 'dracut' # Template file for 'dracut'
pkgname=dracut pkgname=dracut
version=051 version=051
revision=1 revision=2
build_style=configure build_style=configure
configure_args="--prefix=/usr --sysconfdir=/etc" configure_args="--prefix=/usr --sysconfdir=/etc"
conf_files="/etc/dracut.conf" conf_files="/etc/dracut.conf"