diff --git a/createhdds.py b/createhdds.py index 20ff788..b47f5c7 100755 --- a/createhdds.py +++ b/createhdds.py @@ -265,7 +265,7 @@ class VirtInstallImage(object): if shortid not in out: # this will just use the most recent rocky release number # virt-install / osinfo knows - shortid = 'rocky-unknown' + shortid = 'rocky8-unknown' # destroy and delete the domain we use for all virt-installs conn = libvirt.open()