forked from altcloud/mkimage-profiles
d60492e87c
qemu-img makes use of sparse files so the image will take up reasonable space when handled appropriately (and compress nicely as well); making images of minimal size is going to result in grave usage problems starting with apt-get update hitting ENOSPC.
11 lines
272 B
Makefile
11 lines
272 B
Makefile
# virtual machines
|
|
ifeq (vm,$(IMAGE_CLASS))
|
|
|
|
vm/net: vm/bare use/vm-net/dhcp use/vm-ssh use/repo
|
|
@$(call set,VM_SIZE,5368709120) # 5 Gb is enough for everyone
|
|
|
|
# NB: use/x11 employs some installer-feature packages
|
|
vm/icewm: vm/net use/cleanup/installer +icewm; @:
|
|
|
|
endif
|