Improved setup process. Tested on Fedora

This commit is contained in:
2025-08-01 13:39:13 +02:00
parent 9f61021a86
commit c75eae71b2
3 changed files with 98 additions and 3 deletions

View File

@ -1,4 +1,5 @@
#!/bin/env bash
DISTRO=""
LIBVIRT_NET_MODEL="virtio"
LIBVIRT_NET_OPTION="network=$VM_NETWORK,model=$LIBVIRT_NET_MODEL"
OS_JSON_FILE="files/os_options.json"