|
@@ -103,7 +103,8 @@ Otherwise, you can run this command to revert all changes made by the script:
|
|
|
* `--ip <string>` Disable the auto network config (DHCP) and configure a static IP address, e.g. `10.0.0.2`, `1.2.3.4/24`, `2001:2345:6789:abcd::ef/48`
|
|
* `--ip <string>` Disable the auto network config (DHCP) and configure a static IP address, e.g. `10.0.0.2`, `1.2.3.4/24`, `2001:2345:6789:abcd::ef/48`
|
|
|
* `--netmask <string>` e.g. `255.255.255.0`, `ffff:ffff:ffff:ffff::`
|
|
* `--netmask <string>` e.g. `255.255.255.0`, `ffff:ffff:ffff:ffff::`
|
|
|
* `--gateway <string>` e.g. `10.0.0.1`, `none` if no gateway
|
|
* `--gateway <string>` e.g. `10.0.0.1`, `none` if no gateway
|
|
|
- * `--dns '8.8.8.8 8.8.4.4'` (Default IPv6 DNS: `2001:4860:4860::8888 2001:4860:4860::8844`)
|
|
|
|
|
|
|
+ * `--dns '8.8.8.8 8.8.4.4'`
|
|
|
|
|
+ * `--dns6 '2001:4860:4860::8888 2001:4860:4860::8844'` (effective only if IPv6 is specified)
|
|
|
* `--hostname <string>` FQDN hostname (includes the domain name), e.g. `server1.example.com`
|
|
* `--hostname <string>` FQDN hostname (includes the domain name), e.g. `server1.example.com`
|
|
|
* `--network-console` Enable the network console of the installer. `ssh installer@ip` to connect
|
|
* `--network-console` Enable the network console of the installer. `ssh installer@ip` to connect
|
|
|
* `--version 12` Supports: `10`, `11`, `12`, `13`
|
|
* `--version 12` Supports: `10`, `11`, `12`, `13`
|
|
@@ -170,6 +171,7 @@ Otherwise, you can run this command to revert all changes made by the script:
|
|
|
### `--ustc` | `--china`
|
|
### `--ustc` | `--china`
|
|
|
|
|
|
|
|
* `--dns '119.29.29.29'`
|
|
* `--dns '119.29.29.29'`
|
|
|
|
|
+ * `--dns6 '2402:4e00::'`
|
|
|
* `--mirror-protocol https`
|
|
* `--mirror-protocol https`
|
|
|
* `--mirror-host mirrors.ustc.edu.cn`
|
|
* `--mirror-host mirrors.ustc.edu.cn`
|
|
|
* `--security-repository mirror`
|
|
* `--security-repository mirror`
|
|
@@ -178,6 +180,7 @@ Otherwise, you can run this command to revert all changes made by the script:
|
|
|
### `--tuna`
|
|
### `--tuna`
|
|
|
|
|
|
|
|
* `--dns '119.29.29.29'`
|
|
* `--dns '119.29.29.29'`
|
|
|
|
|
+ * `--dns6 '2402:4e00::'`
|
|
|
* `--mirror-protocol https`
|
|
* `--mirror-protocol https`
|
|
|
* `--mirror-host mirrors.tuna.tsinghua.edu.cn`
|
|
* `--mirror-host mirrors.tuna.tsinghua.edu.cn`
|
|
|
* `--security-repository mirror`
|
|
* `--security-repository mirror`
|
|
@@ -186,7 +189,8 @@ Otherwise, you can run this command to revert all changes made by the script:
|
|
|
### `--aliyun`
|
|
### `--aliyun`
|
|
|
|
|
|
|
|
* `--dns '223.5.5.5 223.6.6.6'`
|
|
* `--dns '223.5.5.5 223.6.6.6'`
|
|
|
|
|
+ * `--dns6 '2400:3200::1 2400:3200:baba::1'`
|
|
|
* `--mirror-protocol https`
|
|
* `--mirror-protocol https`
|
|
|
* `--mirror-host mirrors.aliyun.com`
|
|
* `--mirror-host mirrors.aliyun.com`
|
|
|
* `--security-repository mirror`
|
|
* `--security-repository mirror`
|
|
|
- * `--ntp ntp.aliyun.com`
|
|
|
|
|
|
|
+ * `--ntp time.amazonaws.cn`
|