regular.mk: do not add plymouth to lxde

Plymouth requires adding drm modules to initrd. But we need to reduce
the initrd size of this image for i586.
This commit is contained in:
Anton Midyukov 2023-12-18 19:41:46 +07:00
parent ba2750b5e4
commit 36642ec71f

View File

@ -180,7 +180,8 @@ distro/regular-xfce-install: distro/.regular-install-x11-systemd \
distro/regular-gnome-install: distro/.regular-install-x11-systemd mixin/regular-gnome \
use/kernel/latest +plymouth; @:
distro/regular-lxde: distro/.regular-gtk mixin/regular-lxde; @:
distro/regular-lxde: distro/.regular-desktop use/x11/lightdm/gtk \
mixin/regular-lxde; @:
distro/regular-mate: distro/.regular-gtk mixin/regular-mate; @: