From 24d02f596293c4b9cf0479d41f3f1d2178d39cfb Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Tue, 29 Aug 2023 08:16:33 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5663789..7f6b370 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,10 @@ For Ubuntu, official recommend mirror lists are here:

+**--networkstack "ipv4" or "ipv6" or "dual"**: To specify one supported IP stack manually by reading related configurations instead of checking connectivity of IP stacks, "ipv4" is for IPv4 stack, "dual" is for IPv4 and IPv6 stack. To make sure the parameter of corresponded stack must has specify configurations in system before assign it. +
+
+ **--ip-addr "IPv4 address"**: It must be added with --ip-gate and --ip-mask together, in this situation, --network "static/manual" is automatically assigned.

@@ -240,6 +244,8 @@ For Ubuntu, official recommend mirror lists are here:

+**-partition "mbr" or "gpt"**: Default is "mbr", ext4 file system with mbr partition table, if assign "gpt", the partition method will be as xfs file system with gpt partition table, this is only valid for Debian series, single hard drive formatting environment, not suitable for Raid. + **-version 32/i386 or 64/amd64 or arm/arm64**: OS bit. Program will automatically detect and redirect the CPU architecture from your machine to new system which would be installed, if you aren't known it well, don't assign it!