diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-05-23 01:20:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-05-23 01:20:10 -0300 |
commit | acbd264ab8ed8a8ae67153624489a0b6df5d57fc (patch) | |
tree | cc9ad54b306140de9b68036415e71940bec8bdc8 | |
parent | e57991a5c41d65f740ccc386feff2291ab7a8e98 (diff) | |
download | kvmx-acbd264ab8ed8a8ae67153624489a0b6df5d57fc.tar.gz kvmx-acbd264ab8ed8a8ae67153624489a0b6df5d57fc.tar.bz2 |
Updates kvmx
-rw-r--r-- | IDEAS.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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. |