Commit 8c423549 authored by Anton Midyukov's avatar Anton Midyukov

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.
parent 429b9401
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment