From ced0a485aef914f3934003e94dbdf51946af5483 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 3 Jul 2024 16:14:01 +0200 Subject: [PATCH] Updated README.md for bridge support and TODO section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6f8f7a..09d735b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Quickly create guest VMs using cloud image files and cloud-init. OPTIONS: -h Show this message -n Host name (required) + -b bridge interface name (bridge network is used) -r RAM in MB (defaults to 2048) -c Number of VCPUs (defaults to 2) -s Amount of storage to allocate in GB (defaults to 20) @@ -89,5 +90,4 @@ VM 'ubuntuTest' removed successfully. ``` ## TODO -- FreeBSD support is in progress -- Only NAT network are allowed by the moment, bridge support is in progress +- FreeBSD support is still in progress