-
Notifications
You must be signed in to change notification settings - Fork 47
os.conf
The following paths are searched:
/etc/os.conf
/etc/os-platform.conf
/data/etc/os.conf
/boot/os.conf
Files that are found are then sourced, in this order, for all init scripts, through /etc/init.d/os_conf
.
These files contain settings that affect the functioning of the entire operating system. os-platform.conf
, if present, should contain platform-specific OS settings (as opposed to common OS settings).
This is a simple shell script that should contain only NAME="value"
lines.
If set to true
, enables verbose logging and various debugging options. Defaults to false
.
If set to true
, the system will consider prereleases/beta versions when checking for updates. Defaults to false
.
Determines the name of the ethernet (wired) network interface. Defaults to eth0
.
Determines the name of the Wi-Fi (station) network interface. Defaults to wlan0
.
Determines the name of a secondary Wi-Fi (station) network interface. Defaults to wlan1
.
Determines the name of the Wi-Fi AP network interface. Defaults to ap0
.
Determines the name of the mobile network (modem) interface. Defaults to ppp0
.
When true
, the system won't start any services that depend on (require) a network connection. Defaults to false
.
Represents the country and is currently used for selecting the wireless regulatory domain. The value must be given as an ISO3166 alpha2 (two letters) country code. Defaults to US
.
Indicates the GPIO number of a reset button. Unset by default. See Factory Defaults for more details.
Indicates the input device of a reset button (e.g. event0
for /dev/input/event0
). Unset by default. See Factory Defaults for more details.
Indicates the active logic level of the reset button. Defaults to 1
. See Factory Defaults for more details.
Indicates hold time, in seconds, for a reset trigger. Defaults to 10
. See Factory Defaults for more details.
Represents the full URL to a JSON file containing details about the latest stable version. See Firmware-Updates#latest-version for details.
Represents the full URL to a JSON file containing details about the latest beta version. See Firmware-Updates#latest-version for details.
Represents a parametrized full URL where OS images can be downloaded from. See Firmware-Updates for details.
If set to true
, the system will automatically check for firmware updates. Defaults to false
.
- bluetooth.conf
- captive-portal.conf
- cpufreq.conf
- date.conf
- dnsmasq.conf
- docker-compose.yml
- dtoverlays
- dyndns-update.sh
- environment
- firewall.sh
- fstab.user
- hostapd.conf
- ifalias.conf
- localtime
- modprobe.conf
- modules
- mongodb.conf
- netwatch.conf
- ntp.conf
- os.conf
- proftpd.conf
- redis.conf
- smb.conf
- ssh/config
- ssh/sshd_config
- ssl/domain
- ssl/email
- static_ip.conf
- sysctl.conf
- toemmc.conf
- version
- watchdog.conf
- wpa_supplicant.conf