From a402326de3a78b4034e059aa2aebc7647667ce6b Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Thu, 22 Jun 2023 13:03:58 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f67e381..67cef87 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ For Ubuntu, official recommend mirror lists are here:
**--nomemcheck**: Disable memory check by force so that you can install any OS on any size of the memory in target machine, whether installation will succeed is not guaranteed. +
+
**--network "dhcp/auto" or "static/manual"**: Default to use DHCP to finish network configuration. If your cloud provider is a small or middle merchant, the network of your machine may be static so you need to add it. it is equal with add --ip-addr "" --ip-mask "" --ip-gate "", if you add this, don't distribute the following three items again! It must be added in the last of the command.