From 6a3c1e6d81585c48136504e1a089a38c96fc5d4a Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Sat, 9 Mar 2024 20:00:49 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 10b697b..2580526 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,13 @@ To confirm the new kernel that we installed:

+**--setdns**: Only for Debian/Kali to change name server for Debian permanently is provided by "resolvconf", related configuration files has been written. you just need to logging in new installed system, and install "resolvconf": +
echo "O" | apt install resolvconf -y
+
restart
+to make changes validating! +
+
+ **--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.