mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
systemvmtemplate: update to Debian 10.9 (#5038)
Update package ISO to Debian 10.9 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
a0d9acec6f
commit
42e3b11579
@ -22,7 +22,7 @@ set -x
|
|||||||
function install_vhd_util() {
|
function install_vhd_util() {
|
||||||
[[ -f /bin/vhd-util ]] && return
|
[[ -f /bin/vhd-util ]] && return
|
||||||
|
|
||||||
wget --no-check-certificate https://github.com/rhtyd/cloudstack-nonoss/raw/master/vhd-util -O /bin/vhd-util
|
wget --no-check-certificate https://github.com/shapeblue/cloudstack-nonoss/raw/master/vhd-util -O /bin/vhd-util
|
||||||
chmod a+x /bin/vhd-util
|
chmod a+x /bin/vhd-util
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ function install_packages() {
|
|||||||
haproxy \
|
haproxy \
|
||||||
haveged \
|
haveged \
|
||||||
radvd \
|
radvd \
|
||||||
sharutils genisoimage aria2 \
|
sharutils genisoimage \
|
||||||
strongswan libcharon-extra-plugins libstrongswan-extra-plugins strongswan-charon strongswan-starter \
|
strongswan libcharon-extra-plugins libstrongswan-extra-plugins strongswan-charon strongswan-starter \
|
||||||
virt-what open-vm-tools qemu-guest-agent hyperv-daemons
|
virt-what open-vm-tools qemu-guest-agent hyperv-daemons
|
||||||
|
|
||||||
|
|||||||
@ -36,8 +36,8 @@
|
|||||||
"disk_size": 2500,
|
"disk_size": 2500,
|
||||||
"disk_interface": "virtio",
|
"disk_interface": "virtio",
|
||||||
"net_device": "virtio-net",
|
"net_device": "virtio-net",
|
||||||
"iso_url": "https://cdimage.debian.org/debian-cd/10.8.0/amd64/iso-cd/debian-10.8.0-amd64-netinst.iso",
|
"iso_url": "https://cdimage.debian.org/debian-cd/10.9.0/amd64/iso-cd/debian-10.9.0-amd64-netinst.iso",
|
||||||
"iso_checksum": "934336d266535c91fcd12cd122c81f8261721efa117fdcb9a31615caa96c5c5ce3454ed5f28f1b25a7b1b5f44631fdfa78a93adb6445e2e2caaf6455ab344cf8",
|
"iso_checksum": "47d35187b4903e803209959434fb8b65ead3ad2a8f007eef1c3d3284f356ab9955aa7e15e24cb7af6a3859aa66837f5fa2e7441f936496ea447904f7dddfdc20",
|
||||||
"iso_checksum_type": "sha512",
|
"iso_checksum_type": "sha512",
|
||||||
"output_directory": "../dist",
|
"output_directory": "../dist",
|
||||||
"http_directory": "http",
|
"http_directory": "http",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user