diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-19 18:43:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-19 18:43:42 -0300 |
commit | 6975e5d989db764bba0891b875abc41d9761884b (patch) | |
tree | 295317d53f43ca099af7d6158db4a420665cd9d0 /kvmxfile | |
parent | d81d656fb99617cf9f48b174b3066766d928a870 (diff) | |
download | kvmx-6975e5d989db764bba0891b875abc41d9761884b.tar.gz kvmx-6975e5d989db764bba0891b875abc41d9761884b.tar.bz2 |
Adds support fo run live systems
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -117,6 +117,9 @@ 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 +#image_drive="cdrom" + # Image type: file or device (kvmx-create only) image_type="file" |