diff options
-rw-r--r-- | IDEAS.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -49,6 +49,17 @@ * Use $shared_folders to mount custom data into the guest, allowing for specific /home/user contents. +* KVMX disposable enhancements: + * kvmx disposable <vm-name> [command] + * 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. |