System
#
DisplayName | Description | Type | Default | Unit |
---|---|---|---|---|
ENABLED | If unused, disable HDMI display to conserve power. | bool | True | - |
#
GpuName | Description | Type | Default | Unit |
---|---|---|---|---|
MEMORY | Amount of memory that is addressable from the GPU. Set as low as possible to give the system as much memory as possible. | int | 16 | - |
#
FilesystemName | Description | Type | Default | Unit |
---|---|---|---|---|
AUTO MOUNT USB | Automatically mount and and unmount USB mass storage devices? Mounted drives can be found on the filesystem below '/media'. | bool | - | - |
EXPECTED USB DEVICES | Specify a list of devices' vendor and product IDs in the following format: <vendor_id>:<product_id> . Example: 0123:abcd | str | ['2c7c:0125'] | - |
#
SwapName | Description | Type | Default | Unit |
---|---|---|---|---|
ENABLED | Allocate more virtual memory by using a swap file? | bool | False | - |
#
LocaleName | Description | Type | Default | Unit |
---|---|---|---|---|
COUNTRY CODE | The overall (ISO) country code used on the device (in WiFi configuration etc). The default value is derived from the one specified in your customer profile. | iso_country_code | GB | - |
#
LoggingName | Description | Type | Default | Unit |
---|---|---|---|---|
LEVEL | The log level of the Salt Minion log. Change if you want more detailed logging. | str | warning | - |
#
KernelName | Description | Type | Default | Unit |
---|---|---|---|---|
CLEAR BUFFER | Allow clearing of the kernel ring buffer when retrieving log entries? | bool | True | - |
QUIET BOOT | Suppress display of all but very serious log messages during boot? | bool | True | - |
#
Network#
EthernetName | Description | Type | Default | Unit |
---|---|---|---|---|
STATIC IP | Specify a static IP address for the 'eth0' interface, if available. | str | - | - |
#
FirewallName | Description | Type | Default | Unit |
---|---|---|---|---|
ENTRIES | Specify additional 'iptables' entries (IPv4). | str | - | - |
#
Security#
DecryptionName | Description | Type | Default | Unit |
---|---|---|---|---|
FUNCTION | Qualified name of the function used to decrypt on the device. | str | - | - |
#
EncryptionName | Description | Type | Default | Unit |
---|---|---|---|---|
KEY | Key used for encryption. It must be 16, 24, or 32 characters long. | str | - | - |
ALGORITHM | Algorithm used for encryption. | str | AES | - |
#
RsaName | Description | Type | Default | Unit |
---|---|---|---|---|
KEY SIZE | Specify bit size of RSA key pair to be generated for this device. | int | 0 | - |
PRIVATE KEY | Private RSA key belonging to this device. | str | - | - |
PUBLIC KEY | Public RSA key belonging to this device. | str | - | - |
#
Setup#
MpcieName | Description | Type | Default | Unit |
---|---|---|---|---|
MODULE | Specify which modem is installed in the Mini PCI Express slot. Change if you replace the modem. | str | ec2x | - |
#
TimeName | Description | Type | Default | Unit |
---|---|---|---|---|
SOURCE | Choose strategy for how to keep track of the current time. | str | rtc | - |
#
RtcName | Description | Type | Default | Unit |
---|---|---|---|---|
AUTO UPDATE | Allow automatic update of real-time clock after NTP synchronization? | bool | True | - |
#
User#
PiName | Description | Type | Default | Unit |
---|---|---|---|---|
PASSWORD | Password for the pi user. | str | autopi2018 | - |