Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naveenrajm7/utm-box
UTM VM boxes for vagrant
https://github.com/naveenrajm7/utm-box
packer packer-builder utm vagrant vagrant-boxes
Last synced: 3 months ago
JSON representation
UTM VM boxes for vagrant
- Host: GitHub
- URL: https://github.com/naveenrajm7/utm-box
- Owner: naveenrajm7
- Created: 2024-07-24T01:32:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T23:40:19.000Z (6 months ago)
- Last Synced: 2024-10-31T07:43:16.727Z (3 months ago)
- Topics: packer, packer-builder, utm, vagrant, vagrant-boxes
- Language: HCL
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UTM box
Packer templates to build Vagrant compatible UTM boxes,
which can be used with Vagrant using [Vagrant UTM plugin](https://naveenrajm7.github.io/vagrant_utm)Check [HowToBuild](./HowToBuild/DebianUTM.md) to get started.
## Differences from Bento
Because bento scripts are built to work with other builders,
using the same scripts for UTM might cause issues.
For example, the cleaup script which removes unwanted packages (for other builders),
removed the ```isc-dhcp-client``` which is needed for UTM.
Hence, we only do what is necessary for Vagrant and UTM.
Other box reduction techniques can be incorporated later keeping UTM in mind.## Difference from ISO
The UTM Gallery VM has all essential packages to work with all features.
Namely, directory sharing, port-forwarding, clip-board sharing.
All these packages should be installed during the minimal auto installation.