diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 18:55:39 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 18:55:39 -0200 |
commit | 7a1e71848c9935f06fc2f75547a4ff294322574b (patch) | |
tree | ac8c094c92cc2b71087fbfbf3ab3bf594b831fa3 /kvmxfile | |
parent | 947f13f968d0f22894103a6223b8730d1c79e5d4 (diff) | |
download | kvmx-7a1e71848c9935f06fc2f75547a4ff294322574b.tar.gz kvmx-7a1e71848c9935f06fc2f75547a4ff294322574b.tar.bz2 |
Use STORAGE more often an adds datadir param
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -85,6 +85,9 @@ run_xephyr="0" # Where the guest image is stored #image="$HOME/.local/share/kvmx/$VM/box.img" +# Where datafiles are stored: just set this if you know what you're doing +#datadir="$HOME/.local/share/kvmx/$VM" + # Image size size="10G" |