diff --git a/srcpkgs/dracut/files/dracut-uefi-hook.confd b/srcpkgs/dracut/files/dracut-uefi-hook.confd index 50647c483a9..5638da56f41 100644 --- a/srcpkgs/dracut/files/dracut-uefi-hook.confd +++ b/srcpkgs/dracut/files/dracut-uefi-hook.confd @@ -7,7 +7,7 @@ # Booting without a kernel command line is unsupported. # 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. # The bundle can also use the command line from a bootloader / boot manager # if Secure Boot is disabled. diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template index d58e168497d..791591ae7c3 100644 --- a/srcpkgs/dracut/template +++ b/srcpkgs/dracut/template @@ -1,7 +1,7 @@ # Template file for 'dracut' pkgname=dracut version=051 -revision=1 +revision=2 build_style=configure configure_args="--prefix=/usr --sysconfdir=/etc" conf_files="/etc/dracut.conf"