Improve storage handling and VM customization

- Replace NFS with rsync for host-to-guest filesharing
- Switch to qcow2 sparse files, enabling thin provisioning
- Configure serial numbers to improve file device identification
- Support custom provisioning through optional override scripts
- Fix .gitignore
This commit is contained in:
2025-03-04 21:36:19 -05:00
parent fa72601f64
commit a5613ec000
2 changed files with 54 additions and 33 deletions

2
.gitignore vendored
View File

@@ -1 +1 @@
.vagrant
.vagrant*