Releases: FlashpointProject/flashpointvm
Releases · FlashpointProject/flashpointvm
26ac521
1d388cf
Decrease the maximum qcow2 size to 512M (#9)
1829d6d
Make /tmp use tmpfs. (#10)
82a5cf3
Add workaround for buggy emblaze plugin (#6)
bae8e92
Revert "Compress snapshot data as well." This reverts commit 9250cbf36ee0ee6c90cdc2366aa8eff90350be98. It turns out compressing qcow2 images does not preserve snapshots.
f497eee
Switch to fuse-archive, use fuzzyfs-with-FDs. (#5) * Replace AVFS with fuse-archive. * Remove build-time deps.
d4eccf1
Add gz-compressed modules to needed_mods.txt.
9250cbf
Compress snapshot data as well.
a0c232a
Shrink image size (#1) Removes unneeded components at the end of the build process to optimize the size of the final image. Applies some peformance tweaks, such as reducing virtual memory from 512 MB to 128 MB.
d43aec2
Automatic builds with GitHub Actions