ipspace / netlab

Making virtual networking labs suck less
https://netlab.tools
Other
428 stars 63 forks source link

Create Vagrant boxes in /tmp directory #1111

Closed ipspace closed 4 months ago

ipspace commented 4 months ago

The easiest way to create Vagrant boxes on Ubuntu 22.04 is to create them in /tmp directory. As we're already copying QCOW image to vm.qcow2, we could copy the disk image to /tmp/x directory, do the box creation there, and then copy the resulting box back to the original directory.

We should also:

ipspace commented 4 months ago

Implemented in 5cf5e9aac8b67020f2b73cbbde6ec46d24244fc4