Commit b11dc7a7 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: use/vmguest to disable extra services

...when installing in a VM; this adds no extra packages.
parent c7da0828
......@@ -6,7 +6,7 @@ distro/.regular-bare: distro/.base +net-eth use/kernel/net
@$(call try,SAVE_PROFILE,yes)
# base target (for most images)
distro/.regular-base: distro/.regular-bare use/memtest +efi; @:
distro/.regular-base: distro/.regular-bare use/vmguest use/memtest +efi; @:
# graphical target (not enforcing xorg drivers or blobs)
distro/.regular-x11: distro/.regular-base +vmguest +wireless \
......
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