Add Deb 10 buster to distros

master
Brie Bruns 2019-10-20 12:50:36 -06:00
förälder d8a4fda790
incheckning 22633f2e80
2 ändrade filer med 12 tillägg och 2 borttagningar

10
distros
Visa fil

@ -59,6 +59,16 @@ case $distro in
echo "Cloud image not available!"; exit 1
fi
;;
buster) IMG_USER="debian"
if [[ $arch = "amd64" ]]; then
IMG_URL="https://cdimage.debian.org/cdimage/openstack/current-10"
IMG_NAME="debian-10-openstack-amd64.qcow2"
virt_ostype="debian"
virt_osvariant="debian10"
else
echo "Cloud image not available!"; exit 1
fi
;;
*) echo "Cloud image not available!"; exit 1
;;
esac

Visa fil

@ -1,8 +1,8 @@
#!/bin/bash
# Heavily Modified Script By: Brielle Bruns
# Date: 07/03/2018
# Date: 10/30/2019
# URL: https://git.sosdg.org/brielle/virt-install-cloud
# Version: 1.1.1
# Version: 1.1.2
#
# Originally based on:
# virt-install-cloud.sh : script to start an OpenStack cloud image on kvm