Releases: giovtorres/kvm-install-vm
Releases · giovtorres/kvm-install-vm
v0.10.14: add ubuntu2204 (#76)
Co-authored-by: bzz <[email protected]>
v0.10.13
Added Rocky 8.5 (#74) * Added Rocky 8.5 * changed distro wildcards Co-authored-by: Ronny Laborius <[email protected]>
v0.10.12
Add fedora 33 to the list of supported images (#66)
v0.10.11
Fix ubuntu install script (#64) Fedora example script to install dependencies use `-y` flag, so I added it too on Ubuntu example. Signed-off-by: Zasda Yusuf Mikail <[email protected]>
v0.10.10
Added Fedora 32 to list of distributions (#63) * Added Fedora32 to list of distributions * Updating readme to reflect current output.
v0.10.9
Implement qcow2 backing file feature (#61) * Implement qcow2 backing file feature Signed-off-by: Zasda Yusuf Mikail <[email protected]> * Disable qemu-img output message Signed-off-by: Zasda Yusuf Mikail <[email protected]> * Remove unnecessary argument on disk creation Signed-off-by: Zasda Yusuf Mikail <[email protected]>
v0.10.8
Fix ubuntu2004 disk resize (#62) Use the `qemu-img resize` command to resize ubuntu 20.04, as is done for ubuntu 18.04 This fixes the error on boot: Booting form Hard Disk... error: unknown filesystem. Entering resue mode... grub rescue> Also use `qemu-img resize` on ubuntu 16.04, so all versions of ubuntu use this method.
v0.10.7
Add support for Ubuntu 20.04 "Focal Fossa" (#58)
v0.10.6
add fix for debian10 cloud init issue; #57 (#59)
v0.10.5
Debian10 (#53) * Add os variant for opensuse15 * Add support for debian10 "Buster"