# Where datafiles are stored: just set this if you know what you're doing
#datadir="$HOME/.local/share/kvmx/$VM"
-# Drive type: use this if you want to run a Live CD/DVD/USB
+# Drive type: use this if you want to run the image as a Live CD/DVD/USB
#image_drive="cdrom"
# Image type: file or device (kvmx-create only)
# Image compression (qcow2 only)
qcow2_compression="1"
+# Attach an additional read-only CD-ROM media (like an installation ISO)
+#cdrom="$HOME/.local/share/kvmx/$VM/cdrom.iso"
+
# Bootstrap method: custom or vmdeboostrap
method="custom"