Skip to content

Commit

Permalink
add ubuntu2204 (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: bzz <bzz@atomicbee.cz>
  • Loading branch information
atomicbeecz and bzz authored Jan 28, 2023
1 parent f0929de commit 5a98915
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kvm-install-vm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function usage_subcommand ()
printf " ubuntu1604 Ubuntu 16.04 LTS (Xenial Xerus) ubuntu\n"
printf " ubuntu1804 Ubuntu 18.04 LTS (Bionic Beaver) ubuntu\n"
printf " ubuntu2004 Ubuntu 20.04 LTS (Focal Fossa) ubuntu\n"
printf " ubuntu2204 Ubuntu 22.04 LTS (Jammy Jellyfish) ubuntu\n"
printf " rocky8.5 Rocky Linux rocky\n"
printf "\n"
printf "EXAMPLES\n"
Expand Down Expand Up @@ -439,6 +440,14 @@ function fetch_images ()
DISK_FORMAT=qcow2
LOGIN_USER=ubuntu
;;
ubuntu2204)
QCOW=ubuntu-22.04-server-cloudimg-amd64.img
OS_TYPE="linux"
OS_VARIANT="ubuntu22.04"
IMAGE_URL=https://cloud-images.ubuntu.com/releases/22.04/release
DISK_FORMAT=qcow2
LOGIN_USER=ubuntu
;;
opensuse15)
QCOW=openSUSE-Leap-15.2-OpenStack.x86_64.qcow2
OS_TYPE="linux"
Expand Down

0 comments on commit 5a98915

Please sign in to comment.