tests/vm: update openbsd to release 7.2
tests/vm: update openbsd to release 7.2 Signed-off-by: Brad Smith <brad@comstyle.com> Message-Id: <Y1TKVwNKvk+euT/s@humpty.home.comstyle.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
0e283d845e
commit
690d43a8b1
@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM):
|
||||
name = "openbsd"
|
||||
arch = "x86_64"
|
||||
|
||||
link = "https://cdn.openbsd.org/pub/OpenBSD/7.1/amd64/install71.iso"
|
||||
csum = "d3a7c5b9bf890bc404304a1c96f9ee72e1d9bbcf9cc849c1133bdb0d67843396"
|
||||
link = "https://cdn.openbsd.org/pub/OpenBSD/7.2/amd64/install72.iso"
|
||||
csum = "0369ef40a3329efcb978c578c7fdc7bda71e502aecec930a74b44160928c91d3"
|
||||
size = "20G"
|
||||
pkgs = [
|
||||
# tools
|
||||
@ -56,6 +56,9 @@ class OpenBSDVM(basevm.BaseVM):
|
||||
|
||||
# libs: migration
|
||||
"zstd",
|
||||
|
||||
# libs: networking
|
||||
"libslirp",
|
||||
]
|
||||
|
||||
BUILD_SCRIPT = """
|
||||
|
Loading…
Reference in New Issue
Block a user