--- # 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 # Libraries the installer tools pull whose soname may have bumped past the ISO. # Each library's installed reverse-dependencies are upgraded together with the # tools so a current install onto an older ISO stays a consistent transaction # instead of a partial upgrade. Extend if a future transition breaks the install. environment_partial_upgrade_libs: - nettle - leancrypto # 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