]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Fix: kvmxfile: document the "cdrom" option master
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 30 Jan 2026 15:58:39 +0000 (12:58 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 30 Jan 2026 15:58:39 +0000 (12:58 -0300)
kvmxfile

index ea3e30a1aba216a51e5adce3c1be1fbdcc49f524..d6e855c98befab002cb32e447f2b2f77f9720457 100644 (file)
--- 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"
 
 # 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_drive="cdrom"
 
 # Image type: file or device (kvmx-create only)
@@ -197,6 +197,9 @@ format="qcow2"
 # Image compression (qcow2 only)
 qcow2_compression="1"
 
 # 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"
 
 # Bootstrap method: custom or vmdeboostrap
 method="custom"