c83cc111a6
This further refines the modular build by making metadata being a clearly separated feature rather than having to rely on runtime tests, and also by moving the code which cares for kernel bits of base installation (.base list) in a feature of its own. There's more to it but let's get the ball rolling first.
14 lines
548 B
Makefile
14 lines
548 B
Makefile
use/install2: use/stage2 sub/stage2/install2 use/metadata use/cleanup/installer
|
|
@$(call add_feature)
|
|
@$(call set,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
|
|
@$(call add,INSTALL2_PACKAGES,branding-$$(BRANDING)-alterator)
|
|
@$(call add,BASE_PACKAGES,branding-$$(BRANDING)-release)
|
|
@$(call add,BASE_LISTS,$(call tags,basesystem))
|
|
|
|
use/install2/net: use/install2
|
|
@$(call add,INSTALL2_PACKAGES,curl)
|
|
|
|
# see also use/vm/kvm/guest; qxl included in xorg pkglist
|
|
use/install2/kvm:
|
|
@$(call add,INSTALL2_PACKAGES,spice-vdagent xorg-drv-qxl)
|