diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-01-18 18:57:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-01-18 18:57:24 -0300 |
commit | 199f37487b76f209a19a4e7ea973a204f58e7369 (patch) | |
tree | d968911ae2b20b6b998e38488dbc2dd3ac804f3c /IDEAS.md | |
parent | 2234924ccf23f7dac60c51f6cea5ba49cc25b867 (diff) | |
download | kvmx-199f37487b76f209a19a4e7ea973a204f58e7369.tar.gz kvmx-199f37487b76f209a19a4e7ea973a204f58e7369.tar.bz2 |
IDEAS: option to disable networking
Diffstat (limited to 'IDEAS.md')
-rw-r--r-- | IDEAS.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ # Ideas +* 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. * Additional way to handle missing image on `kvmx up` by spawning `kvmx_install` instead of `kvmx-create`. * Fix isolinux support: |