mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
- 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)
18 lines
658 B
Text
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/"
|