aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-08-22 10:58:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-08-22 10:58:24 -0300
commit0d1a69ddeffd6c62d1df8ad59960a3bf34bf9647 (patch)
tree79ad8ba93a272d30f5cf6c37822bc1495804810d
parent8fbdfc0f3aa2b41e8bc81e19e53cb4c09f606fb5 (diff)
downloadkvmx-0d1a69ddeffd6c62d1df8ad59960a3bf34bf9647.tar.gz
kvmx-0d1a69ddeffd6c62d1df8ad59960a3bf34bf9647.tar.bz2
Updates ideas
-rw-r--r--IDEAS.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 1c3a96f..12affff 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -1,11 +1,14 @@
# Ideas
* Try to umount all sshfs volumes in the host.
-* Support for `poweroff_command`.
-* Support for `startup_rsync` and `poweroff_rsync`.
* Make `shutdown` alias to `poweroff`.
* Config option to [disable networking](https://wiki.qemu.org/Documentation/Networking#How_to_disable_network_completely), passing `-net none`.
* LVM support at `kvmx-create`, with optional LUKS support for the whole volume.
+* Non-superuser support for building images on `kvmx-create`, relying on a method like the following:
+ * https://unix.stackexchange.com/questions/32008/how-to-mount-an-image-file-without-root-permission
+ * https://wiki.debian.org/ManipulatingISOs
+ * https://github.com/libfuse/libfuse/wiki/Filesystems
+ * https://packages.debian.org/search?suite=default&section=all&arch=any&searchon=all&keywords=fuse
* Additional way to handle missing image on `kvmx up` by spawning `kvmx_install` instead of `kvmx-create`.
* Fix isolinux support:
* http://www.syslinux.org/wiki/index.php?title=Development/Testing