Skip to content

Releases: giovtorres/kvm-install-vm

v0.10.14: add ubuntu2204 (#76)

28 Jan 23:28
5a98915
Compare
Choose a tag to compare
Co-authored-by: bzz <bzz@atomicbee.cz>

v0.10.13

30 Apr 12:13
f0929de
Compare
Choose a tag to compare
Added Rocky 8.5 (#74)

* Added Rocky 8.5

* changed distro wildcards

Co-authored-by: Ronny Laborius <rl@lbn24.com>

v0.10.12

13 Mar 22:10
2358282
Compare
Choose a tag to compare
Add fedora 33 to the list of supported images (#66)

v0.10.11

04 Oct 15:31
6494f21
Compare
Choose a tag to compare
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 <zasdaym@gmail.com>

v0.10.10

28 Jun 18:07
6fdb56e
Compare
Choose a tag to compare
Added Fedora 32 to list of distributions (#63)

* Added Fedora32 to list of distributions

* Updating readme to reflect current output.

v0.10.9

20 Jun 16:21
5351f3b
Compare
Choose a tag to compare
Implement qcow2 backing file feature (#61)

* Implement qcow2 backing file feature

Signed-off-by: Zasda Yusuf Mikail <zasdaym@gmail.com>

* Disable qemu-img output message

Signed-off-by: Zasda Yusuf Mikail <zasdaym@gmail.com>

* Remove unnecessary argument on disk creation

Signed-off-by: Zasda Yusuf Mikail <zasdaym@gmail.com>

v0.10.8

13 Jun 18:45
6a6e7a3
Compare
Choose a tag to compare
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

16 May 19:35
ec4d27b
Compare
Choose a tag to compare
Add support for Ubuntu 20.04 "Focal Fossa" (#58)

v0.10.6

28 Apr 23:47
5d5668d
Compare
Choose a tag to compare
add fix for debian10 cloud init issue; #57 (#59)

v0.10.5

03 Apr 02:34
9bf3e00
Compare
Choose a tag to compare
Debian10 (#53)

* Add os variant for opensuse15

* Add support for debian10 "Buster"