Commit 4aaf58c6 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: moved +vmguest from bare to base

Otherwise virtualbox-guest-additions pull xinitrc in which results in a whole bunch of extra X packages (see also #28111).
parent e6f331e4
......@@ -2,12 +2,12 @@
ifeq (distro,$(IMAGE_CLASS))
# common ground
distro/.regular-bare: distro/.base +vmguest +wireless \
use/efi/signed use/luks use/memtest use/stage2/net-eth use/kernel/net
distro/.regular-bare: distro/.base +wireless use/efi/signed use/luks \
use/memtest use/stage2/net-eth use/kernel/net
@$(call try,SAVE_PROFILE,yes)
# WM base target
distro/.regular-base: distro/.regular-bare +live \
distro/.regular-base: distro/.regular-bare +vmguest +live \
use/live/ru use/live/install use/live/repo use/live/rw \
use/x11/3d-free use/luks use/branding
@$(call add,LIVE_LISTS,$(call tags,(base || desktop) && regular))
......
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