0a5f164d65
It appears that reusing installer-feature-*-stage3 packages is perfectly fine with VM images; these just need to be removed after the package scripts they carry have worked out.
8 lines
169 B
Makefile
8 lines
169 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; @:
|
|
|
|
endif
|