mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 05:34:34 +08:00
Update README.md
This commit is contained in:
parent
8e0661810f
commit
ec5f767983
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ If you need to add other parameters, version number must be assigned!
|
|||
<pre><code>bash InstallNET.sh -fedora</code></pre>
|
||||
### Ubuntu 22.04
|
||||
<pre><code>bash InstallNET.sh -ubuntu</code></pre>
|
||||
### Windows Server 2022
|
||||
<pre><code>bash InstallNET.sh -windows</code></pre>
|
||||
|
||||
## Fully useage sample
|
||||
<pre><code>bash InstallNET.sh -debian/kali/ubuntu/centos/almalinux/rockylinux/fedora(os type) 11(os version) -version 64(os bit, not necessary) -port "your server port" -pwd "your server password" -mirror "a valid url for linux image source" -dd/--image "dd image url" -filetype "gz or xz" -timezone "like Asia/Tokyo etc" --dhcp-static/--ip-addr 'x.x.x.x'(ip address) --ip-mask 'x.x.x.x'(subnet mask) --ip-gate 'x.x.x.x'(gateway) -firmware(Debian with hardware drivers)</code></pre>
|
||||
|
|
Loading…
Reference in a new issue