correct the checksum of ubuntu-18.04-5.server-amd64 iso file

Change-Id: I2c637d2eefb275cfb10b81ae53a2d8d87557d12f
This commit is contained in:
gustavo panizzo 2021-05-16 16:11:47 +02:00
parent 02411942ae
commit 2fdbc59d9e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class ISOImage(distro.GenericISOImage):
self.release_name = "ubuntu-18.04-amd64"
self.url = ("http://cdimage.ubuntu.com/releases/18.04/release/"
"ubuntu-18.04.5-server-amd64.iso")
self.md5 = "fcd77cd8aa585da4061655045f3f0511"
self.md5 = "a3e1c494a02abf1249749fa4fd386438"
# ostype used by VirtualBox to choose icon and flags (64-bit,
# IOAPIC)
conf.vbox_ostype = "Ubuntu_64"