From 247578fcb50b33265ae636b57ee14b59b44d1568 Mon Sep 17 00:00:00 2001 From: primardj Date: Wed, 31 Jan 2024 20:59:44 +0000 Subject: [PATCH] add in functionnality the necessity to connect to a network --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d1081a..a04ed1b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ script which permit to launch easily some virtual machines via qemu - can support launching vm in uefi mode [ok] (doesn't fully support the UEFI in conf mode, preffer use the option uefi while launching vm.) - can add customs options to a vm [ok] - take option create_disk to know what disk to use when creating a vm. [ok] +- compatible to an extensive network configuration [NO] (actually only support nat with ssh forward on localhost:10022)