|
13 | 13 | ## Package
|
14 | 14 |
|
15 | 15 | | Parameter | Default | Options | Description |
|
16 |
| -|-------------------|---------|---------------------------|------------------------------------------------------------------------------------------------------| |
| 16 | +|---------------------|--------------------------------------------------|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
17 | 17 | | `preset` | `server` | `base`/ `minimal`/ `server` | The current packages that are installed by default are listed below. |
|
18 | 18 | | `packages` | | | Install this additional packages (comma separated and quoted). (e.g. "pi-bluetooth,cifs-utils,curl") |
|
19 | 19 | | `firmware_packages` | `0` | `0`/`1` | Set to "1" to install common firmware packages (Atheros, Broadcom, Libertas, Ralink and Realtek) |
|
20 |
| -| `mirror` | `http://mirrordirector.raspbian.org/raspbian/` | | | |
| 20 | +| `mirror` | `http:// mirrordirector.raspbian.org/ raspbian/` | | | |
| 21 | +| `mirror_cache` | | | Set address and port for HTTP apt-cacher or apt-cacher-ng (e.g. "192.168.0.1:3142"). If set, the cacher will be used to cache packages during installation downloaded from the repository set in `mirror` as well as "http://archive.raspberrypi.org/debian". | |
21 | 22 | | `release` | `jessie` | | |
|
22 | 23 |
|
23 | 24 | ### Description: Presets
|
|
31 | 32 | ## Device / peripheral
|
32 | 33 |
|
33 | 34 | | Parameter | Default | Options | Description |
|
34 |
| -|----------------------|---------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 35 | +|----------------------|---------|----------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------| |
35 | 36 | | `spi_enable` | `0` | `0`/`1` | Set to "1" to enable the SPI interface. |
|
36 | 37 | | `i2c_enable` | `0` | `0`/`1` | Set to "1" to enable the I²C (I2C) interface. |
|
37 | 38 | | `i2c_baudrate` | | | Specifies the I²C baudrate in bit/s. If not defined, the bootloader sets it to 100000 bit/s. The option `i2c_enable=1` has to be set to take effect. |
|
38 | 39 | | `sound_enable` | `0` | `0`/`1` | Set to "1" to enable the onboard audio. |
|
39 | 40 | | `camera_enable` | `0` | `0`/`1` | Set to "1" to enable the camera module. This sets all needed parameters in config.txt. |
|
40 | 41 | | `camera_disable_led` | `0` | `0`/`1` | Disables the camera led. The option `camera_enable=1` has to be set to take effect. |
|
| 42 | +| `rtc` | | `ds1307`/ `ds1339`/ `ds3231`/ `mcp7940x`/ `mcp7941x`/ `pcf2127`/ `pcf8523`/ `pcf8563` | Select an RTC if it is connected via I²C. | |
41 | 43 |
|
42 | 44 | ## SSH
|
43 | 45 |
|
|
51 | 53 | ## User
|
52 | 54 |
|
53 | 55 | | Parameter | Default | Options | Description |
|
54 |
| -|-------------------|----------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 56 | +|-----------------|----------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
55 | 57 | | `username` | | | Username of the user to create |
|
56 | 58 | | `userpw` | | | Password to use for created user |
|
57 | 59 | | `usergpio` | | `0`/`1` | Set to 1 to give created user permissions to access GPIO pins. A new system group 'gpio' will be created automatically. |
|
58 | 60 | | `usergpu` | | `0`/`1` | Set to 1 to give created user GPU access permissions (e.g. to run vcgencmd without using sudo). |
|
59 | 61 | | `usergroups` | | | Add created user to this additional groups (comma separated and quoted). Non-existent groups will be created. (e.g. 'usergroups=family,friends') |
|
60 | 62 | | `usersysgroups` | | | Add created user to this additional groups (comma separated and quoted). Non-existent groups will be created as system groups. (e.g. 'usersysgroups=video,www-data') |
|
61 |
| -| `user_ssh_pubkey` | | | Public SSH key for created user; the public SSH key must be on a single line, enclosed in quotes | |
62 | 63 | | `user_is_admin` | | `0`/`1` | Set to 1 to install sudo and make the user a sudo user. |
|
63 | 64 | | `rootpw` | raspbian | | Sets password for root. To disable root completely, also set root_ssh_pubkey empty. |
|
64 | 65 |
|
|
110 | 111 | ## Advanced
|
111 | 112 |
|
112 | 113 | | Parameter | Default | Options | Description |
|
113 |
| -|--------------------------------|------------------------------------------------------------------------------------------------|--------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 114 | +|--------------------------------|------------------------------------------------------------------------------------------------|--------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
114 | 115 | | `quiet_boot` | `0` | `0`/`1` | Disables most log messages on boot. |
|
115 | 116 | | `cleanup` | `0` | `0`/`1` | Remove installer files after success. To also remove log files, note the option below. |
|
116 | 117 | | `cleanup_logfiles` | `0` | `0`/`1` | Removes installer log files after success. |
|
117 | 118 | | `cmdline` | `"dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 elevator=deadline fsck.repair=yes"` | | |
|
118 | 119 | | `rootfs_install_mount_options` | | | |
|
119 | 120 | | `rootfs_mount_options` | | | |
|
120 |
| -| `final_action` | `reboot` | `poweroff`/ `halt`/ `reboot` | Action at the end of install. | |
| 121 | +| `final_action` | `reboot` | `reboot`/ `poweroff`/ `halt`/ `console` | Action at the end of install. | |
121 | 122 | | `hwrng_support` | `1` | `0`/`1` | Install support for the ARM hardware random number generator. The default is enabled (1) on all presets. Users requiring a `base` install are advised that `hwrng_support=0` must be added in `installer-config.txt` if HWRNG support is undesirable. |
|
122 |
| -| `enable_watchdog` | `0` | `0`/`1` | loads up the hardware watchdog module and configures systemd to use it. Set to "1" to enable this functionality. | |
| 123 | +| `watchdog_enable` | `0` | `0`/`1` | Set to "1" to enable and use the hardware watchdog. | |
123 | 124 | | `cdebootstrap_cmdline` | | | |
|
124 | 125 | | `rootfs_mkfs_options` | | | |
|
125 | 126 | | `rootsize` | | | / partition size in megabytes, provide it in the form '+\<number\>M' (without quotes), leave empty to use all free space |
|
|
0 commit comments