aboutsummaryrefslogtreecommitdiffstats
path: images (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unified licenses headersNikolay Govorov2026-07-245-5/+5
* Add qemu-guest-agent to golden imagesNikolay Govorov2026-07-125-11/+35
* Basic OCI workflow: image import, pull/push, and run.Nikolay Govorov2026-07-125-151/+139
* Fix build scripts for alpine and fedoraNikolay Govorov2026-07-113-18/+16
* Rewrite image boot to RustNikolay Govorov2026-07-0911-560/+552
* Rework freebsd imageNikolay Govorov2026-07-081-178/+146
* images: removes symlinks for each versionNikolay Govorov2026-07-0625-328/+283
* Cleans up SourceHut scripts by removing unused wrappersNikolay Govorov2026-07-0631-333/+41
* Ports qcow2 image build scripts from sourcehut build.Nikolay Govorov2026-07-0550-0/+1707
The Bash build scripts for generating qcow2 images for Debian, Ubuntu, Fedora, Alpine, and FreeBSD have been ported from the [SourceHut build](git.sr.ht/~sircmpwn/builds.sr.ht) source code under the original AGPL-3.0-only license. The scripts have been ported "as-is" and allow for creating qcow2 images, launching them, and running a few simple tests. The original scripts were written by Drew DeVault and are maintained by Sourcehut volunteers — thanks to them.