[sys-kernel/dracut] sync

This commit is contained in:
Robert Förster 2024-03-19 16:01:45 +01:00
parent 8d9df8edb5
commit 269ce392fc
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ index 441414ac..a98449fe 100755
else
exit 0
fi
+elif [[ $KERNEL_INSTALL_LAYOUT == "grub" || $KERNEL_INSTALL_LAYOUT == "compat" ]]; then
+elif [[ $KERNEL_INSTALL_LAYOUT == "grub" || $KERNEL_INSTALL_LAYOUT == "compat" || $KERNEL_INSTALL_LAYOUT == "efistub" ]]; then
+ BOOT_DIR_ABS="$KERNEL_INSTALL_STAGING_AREA"
+ if [[ -z $KERNEL_INSTALL_UKI_GENERATOR || $KERNEL_INSTALL_UKI_GENERATOR == "dracut" ]]; then
+ IMAGE="uki.efi"