a18295f223
lib/*.mk aren't going to be parsed for build targets in the near future; and the early placement of those targets was superseded by a dedicated configuration snippet directory so just move these bits there.
14 lines
344 B
Makefile
14 lines
344 B
Makefile
# virtual machines
|
|
ifeq (vm,$(IMAGE_CLASS))
|
|
|
|
vm/bare: vm/.bare
|
|
@$(call add,BASE_PACKAGES,apt)
|
|
|
|
vm/net: vm/bare use/vm-net/dhcp use/vm-ssh; @:
|
|
|
|
# NB: use/x11 employs some installer-feature packages
|
|
vm/icewm: vm/net use/cleanup/installer use/repo use/deflogin/altlinuxroot \
|
|
use/x11/xorg use/x11/lightdm/gtk use/x11-autologin +icewm; @:
|
|
|
|
endif
|