- `-upgrade full-upgrade` Whether to upgrade packages after debootstrap (`none`, `safe-upgrade`, `full-upgrade`)
- `-s https://dpvctowv9b08b.cloudfront.net/debian-security` Custom URL for security repository mirror
- `-ip 1.2.3.4` Configure network manually with an IP address (following options only work when IP address specified)
- `-s http://security.debian.org/debian-security` Custom URL for security repository mirror
- `-ip 192.168.1.42` 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
- `-gw 1.2.3.1` Gateway for manual network configuration
- `-ns "1.1.1.1 156.154.70.5 8.8.8.8"` DNS for manual network configuration
- `-add "ca-certificates curl openssl"` Include individual additional packages to install
- `-gw 192.168.1.1` Gateway for manual network configuration
- `-ns "8.8.8.8 8.8.4.4"` DNS for manual network configuration
- `-add "ca-certificates curl fail2ban openssl whois"` Include individual additional packages to install
- `-ssh secret` Enable network console and specify **password for SSH access during install process**. You can login with `installer` user and check system logs.
### Chinese Special
If `-c CN` is used, Chinese Special options will be setup for good connectivity and experience against GFW.
- Default archive mirror is `https://chinanet.mirrors.ustc.edu.cn/debian`.
- Default security mirror is `https://chinanet.mirrors.ustc.edu.cn/debian-security`.
- Default archive mirror is `http://ftp.cn.debian.org/debian`.
- Default security mirror is `http://ftp.cn.debian.org/debian-security`.
- Default time zone is `Asia/Shanghai`.
- Default NTP server is `ntp1.aliyun.com`.
- Default DNS is `1.2.4.8 119.29.29.29`.
- Default NTP server is `cn.ntp.org.cn`.
- Default DNS is `156.154.70.5 156.154.71.5`.
- All custom settings will override above defaults.