mirror of
https://github.com/rocky-linux/createhdds.git
synced 2025-01-02 22:50:55 +00:00
correct 'unknown' os-variant for Rocky 8
This commit is contained in:
parent
1a8c4e605e
commit
824de0a3f8
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue