Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alessiodionisi/mkcloudinit
Build an iso9660 cloud-init image in seconds
https://github.com/alessiodionisi/mkcloudinit
cloud-init iso9660
Last synced: 14 days ago
JSON representation
Build an iso9660 cloud-init image in seconds
- Host: GitHub
- URL: https://github.com/alessiodionisi/mkcloudinit
- Owner: alessiodionisi
- License: gpl-3.0
- Created: 2021-06-16T20:13:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T15:22:37.000Z (10 months ago)
- Last Synced: 2024-06-22T03:28:55.285Z (5 months ago)
- Topics: cloud-init, iso9660
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkcloudinit
Build an iso9660 cloud-init image in seconds.
## Install
The only way for now is to have a working `Go` environment and install `mkcloudinit` with:
```shell
go install github.com/alessiodionisi/mkcloudinit@latest
```