aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2026-01-30 12:58:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2026-01-30 12:58:39 -0300
commitef805a364511706974e9d3cf3a39ac16f765d06f (patch)
tree966ac1e8f2a150e67aef9472e43c74bbc07d9c4e /kvmxfile
parentf5bbd8b1c4a054f9513f03bdb10dee780a5f383d (diff)
downloadkvmx-master.tar.gz
kvmx-master.tar.bz2
Fix: kvmxfile: document the "cdrom" optionHEADmaster
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/kvmxfile b/kvmxfile
index ea3e30a..d6e855c 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -177,7 +177,7 @@ xrandr="0"
# 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)
@@ -197,6 +197,9 @@ format="qcow2"
# 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"