Update README.md

This commit is contained in:
Molly Lau 2022-11-28 17:29:15 +09:00 committed by GitHub
parent 20b348651e
commit 5ac4771523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
<br />
<br />
**-raid "0"**: If your machine has only one hard drive, don't assign it!
<br />
<br />
**--dhcp-static**: Default to use DHCP to finish network configuration, if the network of your machine is static, you need to add it.
<br />
<br />