diff options
Diffstat (limited to 'IDEAS.md')
-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. |