main
 1AUTOUNATTEND_XML_PATH=./autounattend.xml
 2
 3GUEST_TOOLS_ISO_PATH=./guest_tools.iso
 4WINDOWS_ISO_PATH=./windows.iso
 5
 6# raw is best for maximum performance. qcow2 is usable for snapshotting, tho (in theory)
 7DISK_USE_QCOW2="false"
 8DISK_SIZE="64G"
 9
10# Set this to true if you want to use passthrough.
11USE_UEFI="true"
12
13MAC_ADDRESS="fe:fe:00:00:00:00"
14