44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
---
|
|
# Connection and timing
|
|
environment_wait_timeout: 180
|
|
environment_wait_delay: 5
|
|
|
|
# Pacman installer settings
|
|
environment_parallel_downloads: 20
|
|
environment_pacman_lock_timeout: 120
|
|
environment_pacman_retries: 4
|
|
environment_pacman_retry_delay: 15
|
|
|
|
# PCI vendor IDs → vendor codes used by hardware detection.
|
|
# Only vendors that drive distinct firmware/driver packages are mapped.
|
|
environment_pci_vendor_map:
|
|
"8086": intel
|
|
"1002": amd
|
|
"1022": amd
|
|
"10de": nvidia
|
|
"14e4": broadcom
|
|
"10ec": realtek
|
|
"168c": atheros
|
|
"0cf3": atheros
|
|
"168d": atheros
|
|
"14c3": mediatek
|
|
"11ab": marvell
|
|
"1b4b": marvell
|
|
"17cb": qcom
|
|
"105b": qcom
|
|
"1cf3": cirrus
|
|
"13d7": cirrus
|
|
|
|
# USB vendor IDs of fingerprint readers supported by libfprint / fprintd.
|
|
# Lowercase, four-digit hex; matched against `lsusb` output.
|
|
environment_fingerprint_vendor_ids:
|
|
- "06cb" # Synaptics (modern ThinkPad/Dell)
|
|
- "138a" # Validity Sensors (older ThinkPad)
|
|
- "1c7a" # LighTuning / Egis
|
|
- "27c6" # Goodix
|
|
- "04f3" # Elan
|
|
- "0a5c" # Broadcom
|
|
- "08ff" # AuthenTec (legacy)
|
|
- "147e" # Upek (legacy)
|
|
- "1491" # Futronic
|