61 lines
1.7 KiB
YAML
61 lines
1.7 KiB
YAML
---
|
|
environment_wait_timeout: 180
|
|
environment_wait_delay: 5
|
|
|
|
environment_parallel_downloads: 20
|
|
environment_pacman_lock_timeout: 120
|
|
environment_pacman_retries: 4
|
|
environment_pacman_retry_delay: 15
|
|
|
|
# Installer-tool libraries whose soname may have bumped past the ISO. Each one's
|
|
# installed reverse-deps are co-upgraded so the install stays a consistent
|
|
# transaction. Extend if a future transition breaks the install.
|
|
environment_partial_upgrade_libs:
|
|
- nettle
|
|
- leancrypto
|
|
|
|
# PCI vendor ID -> vendor code. 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,
|
|
# 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
|
|
|
|
# USB vendor IDs of common Bluetooth controllers. A fallback: detection also
|
|
# matches the literal "Bluetooth" string in `lsusb` for adapters that omit it.
|
|
environment_bluetooth_vendor_ids:
|
|
- "8087" # Intel (AX2xx combo cards)
|
|
- "0a12" # Cambridge Silicon Radio (CSR)
|
|
- "0bda" # Realtek
|
|
- "0cf3" # Qualcomm Atheros
|
|
- "13d3" # IMC / AzureWave
|
|
- "0489" # Foxconn / Lite-On
|
|
- "04ca" # Lite-On
|
|
- "0b05" # ASUS
|