vm.mk: initial vagrant-base

This should be built as vagrant-base.vdi (xz before publishing).
This commit is contained in:
Michael Shigorin 2014-09-15 13:12:53 +04:00
parent 451d7c012d
commit 048c7c0834

View File

@ -25,4 +25,8 @@ vm/icewm-setup: vm/.desktop-bare mixin/icewm use/oem use/x11-autostart
@$(call add,THE_BRANDING,graphics)
@$(call add,THE_LISTS,$(call tags,base l10n))
# some arbitrary gigabyte
vm/vagrant-base: vm/net use/vagrant
@$(call set,VM_SIZE,1073741824)
endif