Fix md5sum for ISO image

Change-Id: I39040f639679b11aa4637bda115d325d242a812a
This commit is contained in:
Roger Luethi 2019-11-20 16:58:15 +01:00
parent 0cf2c5faae
commit 14bd438121
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.3-server-amd64.iso")
self.md5 = "34416ff83179728d54583bf3f18d42d2"
self.md5 = "cb7cd5a0c94899a04a536441c8b6d2bf"
# ostype used by VirtualBox to choose icon and flags (64-bit,
# IOAPIC)
conf.vbox_ostype = "Ubuntu_64"