307fb51f15
Some images were unbuildable (at least without special setup, like ve/centos), unusable or just not useful in any meaningful way (like distro/live-isomd5sum); as these tend to get any attention during experiments, I decided to put them together in a separate configuration file that would be effectively skipped if DEBUG is not requested.
10 lines
217 B
Makefile
10 lines
217 B
Makefile
# virtual machines
|
|
ifeq (vm,$(IMAGE_CLASS))
|
|
|
|
# NB: use/x11 employs some installer-feature packages
|
|
vm/icewm: vm/bare use/cleanup/installer use/x11/xdm +icewm; @:
|
|
|
|
vm/net: vm/bare use/vm-net/dhcp use/vm-ssh; @:
|
|
|
|
endif
|