aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-05-23 01:20:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-05-23 01:20:10 -0300
commitacbd264ab8ed8a8ae67153624489a0b6df5d57fc (patch)
treecc9ad54b306140de9b68036415e71940bec8bdc8
parente57991a5c41d65f740ccc386feff2291ab7a8e98 (diff)
downloadkvmx-acbd264ab8ed8a8ae67153624489a0b6df5d57fc.tar.gz
kvmx-acbd264ab8ed8a8ae67153624489a0b6df5d57fc.tar.bz2
Updates kvmx
-rw-r--r--IDEAS.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/IDEAS.md b/IDEAS.md
index ba8d10a..dce4d99 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -46,20 +46,22 @@
* Option 2:
* Starting the VM using -snapshot param.
* Setting the $image to the same as the basebox.
- * Use $shared_folders to mount custom data into the guest, allowing for
+ * Use `$shared_folders` to mount custom data into the guest, allowing for
specific /home/user contents.
+* KVMX lifecycle enhancements:
+ * kvmx recycle <vm-name> # kvmx stop/destroy/up/provision
+ * kvmx mount <vm-name> <host-folder> <guest-mountpoint> # live 9p mounting
+ * kvmx run <vm-name> <command-file> # uploads a script as a temp file in the guest and runs it
+
* KVMX disposable enhancements:
* kvmx disposable <vm-name> [command]
+ * kvmx disposable-run <vm-name> <command-file>
* kvmx disposable-name <vm-name> <temporary-name>
* kvmx mat <vm-name> <filename>
* kvmx pdf-cleaner <vm-name> <filename>
* kvmx clamav <vm-name> <folder|file>
-* KVMX lifecycle enhancements:
- * kvmx recycle <vm-name> # kvmx stop/destroy/up/provision
- * kvmx mount <vm-name> <host-folder> <guest-mountpoint> # live 9p mounting
-
## Folder sharing
* Try to umount all sshfs volumes in the host.