Commit d4b3ccc0 authored by Michael Shigorin's avatar Michael Shigorin

vm.mk: don't be shy with thin disk image size

The resulting image size will be less than the specified maximal one as it's thin-provided with contents taking up what they do.
parent dee3512d
......@@ -27,6 +27,6 @@ vm/icewm-setup: vm/.desktop-bare mixin/icewm use/oem use/x11-autostart
# some arbitrary gigabyte
vm/vagrant-base: vm/net use/vagrant
@$(call set,VM_SIZE,1073741824)
@$(call set,VM_SIZE,10737418240)
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment