Updated Ubuntu 18.04 image (iso) path and MD5 checksum from 18.04.4 to 18.04.6. 18.04.4 wasn't available anymore.

Change-Id: Iba7740e7fa1f7aeeb7576b1ead3eceee948023c0
This commit is contained in:
Franciszek Przewozny 2021-09-20 16:40:48 +02:00
parent 2585b12b87
commit 39b03f0f95
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ class ISOImage(distro.GenericISOImage):
if arch == "amd64":
self.release_name = "ubuntu-18.04-amd64"
self.url = ("http://cdimage.ubuntu.com/releases/18.04/release/"
"ubuntu-18.04.4-server-amd64.iso")
self.md5 = "d5bc5c59c24191bb45dd85fc6a420b34"
"ubuntu-18.04.6-server-amd64.iso")
self.md5 = "ad15a872a47a5cab0ffec03234af1fdb"
# ostype used by VirtualBox to choose icon and flags (64-bit,
# IOAPIC)
conf.vbox_ostype = "Ubuntu_64"