]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Updates TODO
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 31 Dec 2017 18:56:06 +0000 (16:56 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 31 Dec 2017 18:56:06 +0000 (16:56 -0200)
TODO.md
kvmx-supervise

diff --git a/TODO.md b/TODO.md
index 78ad28dcbaf06557bea373fff5b468b39505ace8..f2f6e4230d91be570c20ad9c14ae00ea689c1bc7 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,5 +1,6 @@
 # TODO
 
+* Additional way to handle missing image on `kvmx up` by spawning`kvmx_install` instead of `kvmx-create`.
 * Add `kvmx-supervise` to control VMs from all users in the system.
 * Fix isolinux support:
   * http://www.syslinux.org/wiki/index.php?title=Development/Testing
index cf25e48b42d0883e0108142017c65a92e2491876..4cce269f875aec74403268d15d28f775f416c388 100755 (executable)
@@ -88,7 +88,6 @@ function kvmx_supervise_call {
 
   # Dispatch
   if [ "$supervise_manage" == "1" ]; then
-
     su $user -s /bin/bash -c "kvmx ${params[0]} $vm ${params[@]:1}"
   fi
 }