sys-kernel/booster: update ebuild

This commit is contained in:
2024-09-27 15:04:13 +03:00
parent 9b71c7e3b7
commit a141283b90
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ KERNEL_VERSION="${2:?}"
# Do not attempt to create initramfs if the supplied image is already a UKI
[ "${KERNEL_INSTALL_IMAGE_TYPE}" = "uki" ] && exit 0
# Only run if the initrd generator is ugrd
# Only run if the initrd generator is booster
[ "${KERNEL_INSTALL_INITRD_GENERATOR}" = "booster" ] || exit 0
# only run when the COMMAND is add, and fewer than 5 arguments are passed