Commit db28322a authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: exclude +vmguest for sysvinit

openvm-tools required systemd. But extended virtual machines support doesn't seem necessary for regular builds with sysvinit.
parent 42d9cb8d
......@@ -44,7 +44,7 @@ endif
# WM base target
distro/.regular-wm: distro/.regular-x11 \
mixin/regular-desktop +vmguest \
mixin/regular-desktop \
use/live/rw +live-installer
@$(call set,INSTALLER,alt-workstation)
@$(call set,GRUB_DEFAULT,live)
......@@ -53,7 +53,7 @@ distro/.regular-wm: distro/.regular-x11 \
# DE base target
# TODO: use/plymouth/live when luks+plymouth is done, see also #28255
distro/.regular-desktop: distro/.regular-wm use/branding/full \
use/firmware/laptop +systemd +systemd-optimal
use/firmware/laptop +systemd +systemd-optimal +vmguest
@$(call add,THE_PACKAGES,bluez)
@$(call add,DEFAULT_SERVICES_ENABLE,bluetoothd)
......
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