- `-t <NTPSERVER>` NTP server. Default is `pool.ntp.org`.
- `-ntp time.google.com` NTP server
- `-g <UPGRADE>` Whether to upgrade packages after debootstrap. Default is `full-upgrade`. `none` and `safe-upgrade` is also available.
- `-upgrade full-upgrade` Whether to upgrade packages after debootstrap (`none`, `safe-upgrade`, `full-upgrade`)
- `-s <SECURITY>` Custom URL for security repository mirror. Default is `http://security.debian.org/debian-security`.
- `-s https://dpvctowv9b08b.cloudfront.net/debian-security` Custom URL for security repository mirror
- `-l` Security mirror linking. If the option present, security repository will be setup as same as the archive mirror instead of `security.debian.org`.
- `-ip 1.2.3.4` Configure network manually with an IP address (following options only work when IP address specified)
- `--addr <IPADDR>` Configure network manually with an IP address. Following options only work when IP address specified.
- `-cidr 255.255.255.0` Netmask for manual network configuration
- `--mask <NETMASK>` Netmask for manual network configuration
- `-gw 1.2.3.1` Gateway for manual network configuration
- `--gate <GATEWAY>` Gateway for manual network configuration
- `-ns "1.1.1.1 156.154.70.5 8.8.8.8"` DNS for manual network configuration
- `--dns <DNS>` Domain Name Server for manual network configuration
- `-add "ca-certificates curl openssl"` Include individual additional packages to install
- `--incl <INCLUDE>` Include individual additional packages to install
### Chinese Special
### Chinese Special
@ -49,6 +48,5 @@ If `-c CN` is used, Chinese Special options will be setup for good connectivity
- Default time zone is `Asia/Shanghai`.
- Default time zone is `Asia/Shanghai`.
- Default NTP server is `ntp1.aliyun.com`.
- Default NTP server is `ntp1.aliyun.com`.
- All custom settings will override above defaults.
- All custom settings will override above defaults.
- Security mirror linking (`-l`) will be turned on and can't be turned off. Specify separate security mirror by `-s` option.
Finally, reboot and enter Debian Installer. It will setup all things automatically.
Finally, reboot and enter Debian Installer. It will setup all things automatically.