rename from coreol9 or coreol9Small to sool9

This commit is contained in:
m0duspwnens
2025-01-16 11:16:20 -05:00
parent 0e0fb885d2
commit 58be7ae5db
6 changed files with 8 additions and 8 deletions

View File

@@ -236,7 +236,7 @@ def run_qcow2_modify_hardware_config(profile, vm_name, cpu=None, memory=None, pc
def run_qcow2_modify_network_config(profile, mode, ip=None, gateway=None, dns=None, search_domain=None):
hv_name = profile.split('-')[1]
target = hv_name + "_*"
image = '/var/lib/libvirt/images/coreol9/coreol9.qcow2.MODIFIED'
image = '/var/lib/libvirt/images/sool9/sool9.qcow2'
interface = 'eth0'
try: