plymouth: not use THE_PACKAGES_REGEXP

THE_PACKAGES_REGEXP must have a regular expression, otherwise it
doesn't differ from THE_PACKAGES.
Since there have been no problems so far, then regexp is not needed.
This commit is contained in:
Anton Midyukov 2021-07-19 16:29:22 +07:00
parent 429b940191
commit 8c4235499f

View File

@ -29,7 +29,7 @@ ifeq (vm,$(IMAGE_CLASS))
use/plymouth/vm: use/plymouth use/branding use/kernel/initrd-setup
@$(call add,VM_INITRDFEATURES,plymouth)
@$(call add,THE_BRANDING,bootsplash)
@$(call add,THE_PACKAGES_REGEXP,make-initrd-plymouth)
@$(call add,THE_PACKAGES,make-initrd-plymouth)
@$(call add,BASE_BOOTARGS,quiet)
@$(call add,THE_KMODULES,drm)
else