Skip to content

Commit 42e3b11

Browse files
authored
systemvmtemplate: update to Debian 10.9 (#5038)
Update package ISO to Debian 10.9 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent a0d9ace commit 42e3b11

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -x
2222
function install_vhd_util() {
2323
[[ -f /bin/vhd-util ]] && return
2424

25-
wget --no-check-certificate https://github.com/rhtyd/cloudstack-nonoss/raw/master/vhd-util -O /bin/vhd-util
25+
wget --no-check-certificate https://github.com/shapeblue/cloudstack-nonoss/raw/master/vhd-util -O /bin/vhd-util
2626
chmod a+x /bin/vhd-util
2727
}
2828

@@ -68,7 +68,7 @@ function install_packages() {
6868
haproxy \
6969
haveged \
7070
radvd \
71-
sharutils genisoimage aria2 \
71+
sharutils genisoimage \
7272
strongswan libcharon-extra-plugins libstrongswan-extra-plugins strongswan-charon strongswan-starter \
7373
virt-what open-vm-tools qemu-guest-agent hyperv-daemons
7474

tools/appliance/systemvmtemplate/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"disk_size": 2500,
3737
"disk_interface": "virtio",
3838
"net_device": "virtio-net",
39-
"iso_url": "https://cdimage.debian.org/debian-cd/10.8.0/amd64/iso-cd/debian-10.8.0-amd64-netinst.iso",
40-
"iso_checksum": "934336d266535c91fcd12cd122c81f8261721efa117fdcb9a31615caa96c5c5ce3454ed5f28f1b25a7b1b5f44631fdfa78a93adb6445e2e2caaf6455ab344cf8",
39+
"iso_url": "https://cdimage.debian.org/debian-cd/10.9.0/amd64/iso-cd/debian-10.9.0-amd64-netinst.iso",
40+
"iso_checksum": "47d35187b4903e803209959434fb8b65ead3ad2a8f007eef1c3d3284f356ab9955aa7e15e24cb7af6a3859aa66837f5fa2e7441f936496ea447904f7dddfdc20",
4141
"iso_checksum_type": "sha512",
4242
"output_directory": "../dist",
4343
"http_directory": "http",

0 commit comments

Comments
 (0)