void-packages/srcpkgs/dracut/files/dracut-uefi-hook.confd
classabbyamp 9ef1c0cb99 dracut: update to 107.
- change the dracut-uefi hook to use the initramfs alternatives group.
  this also means we don't need the hacky `CREATE_UEFI_BUNDLES` variable
    fixes: #53300
- don't silence dracut output (match mkinitcpio's hook)
2025-06-12 21:03:40 -04:00

18 lines
658 B
Text

# Options for the dracut-uefi kernel hook script installed by the dracut package.
# To enable EFI bundle creation in dracut, set dracut-uefi
# as the initramfs alternative provider:
# xbps-alternatives -s dracut-uefi
# Setting the kernel command-line is required.
# You can set the kernel command line with
#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.
# You can set command line options for the dracut command
#DRACUT_OPTIONS=
# Output directory for the EFI bundle
#UEFI_BUNDLE_DIR="boot/efi/EFI/void/"