From 5ac4771523edecb9db8002e8920eb0536dbf7906 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Mon, 28 Nov 2022 17:29:15 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bcd198b..a2d12ca 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Something about scripts - Detect if the machine is operating in mainland of China or outside and switch mirror automatically. - Support the parameter of '-port' to modify ssh port of redhat series. - Detect the network of machine is DHCP or static automatically. +- For windows DD package, default compression method is "gz", if your package is ".xz", you can add parameter -filetype "xz" to decompression it. +- Support Raid 0, to add parameter -raid "0", the validation need to be certificated. ![1](1.jpg) @@ -134,6 +136,10 @@ For Ubuntu, official recommend mirror lists are here:

+**-raid "0"**: If your machine has only one hard drive, don't assign it! +
+
+ **--dhcp-static**: Default to use DHCP to finish network configuration, if the network of your machine is static, you need to add it.