- `-c <COUNTRY>` Debian Installer Country. Default is `US`.
- `-h <HOST>` Hostname. Default is `debian`.
- `-x <TRANSPORT>` Transport protocol for archive mirror only (not security repo). Default is `http`. `https` and `ftp` is also available.
- `-m <MIRROR>` Host name for archive mirror only (not security repo). Default is `deb.debian.org`.
- `-d <DIRECTORY>` Directory path relative to root of the mirror. Default is `/debian`.
- `-r <SUITE>` Suite to install. Suite name (`stable`, `testing`, etc.) or releases code name (`stretch`, etc.) Default is `stretch`.
- `-u <USERNAME>` Username of admin account with sudo privilege. Default is `debian`.
- `-p <PASSWORD>` Password of the account. If not specified, it will be asked interactively.
- `-z <TIMEZONE>` [Time zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). Default is `UTC`.
- `-t <NTPSERVER>` NTP server. Default is `pool.ntp.org`.
- `-g <UPGRADE>` Whether to upgrade packages after debootstrap. Default is `full-upgrade`. `none` and `safe-upgrade` is also available.
- `-s <SECURITY>` Custom URL for security repository mirror. Default is `http://security.debian.org/debian-security`.
- `-l` Security mirror linking. If the option present, security repository will be setup as same as the archive mirror instead of `security.debian.org`.
- `--addr <IPADDR>` Configure network manually with an IP address. Following options only work when IP address specified.
- `--mask <NETMASK>` Netmask for manual network configuration
- `--gate <GATEWAY>` Gateway for manual network configuration
- `--dns <DNS>` Domain Name Server for manual network configuration
- `--incl <INCLUDE>` Include individual additional packages to install
- `-c US` Debian Installer Country
- `-fqdn localhost` FQDN including hostname and domain
- `-proto https` Transport protocol for archive mirror only but not security repository (`http`, `https`, `ftp`)
- `-host dpvctowv9b08b.cloudfront.net` Host for archive mirror only but not security repository
- `-dir /debian` Directory path relative to root of the mirror
- `-suite stretch` Suite (`stable`, `testing`, `stretch`, etc.)
- `-u ubuntu` Username of admin account with sudo privilege
- `-p secret` Password of the account (if not specified, it will be asked interactively)