mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-21 05:25:03 +08:00
Update the scripts to follow "merged-/usr" conventions by default https://wiki.debian.org/UsrMerge
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
|
|
FIRMWARE_ROOT=/usr/lib/firmware/raspberrypi/bootloader
|
|
FIRMWARE_RELEASE_STATUS="default"
|
|
FIRMWARE_BACKUP_DIR="/var/lib/raspberrypi/bootloader/backup"
|
|
EEPROM_CONFIG_HOOK=
|
|
|
|
# BOOTFS can be set here to override auto-detection in rpi-eeprom-update
|
|
#BOOTFS=/boot
|
|
|
|
# Use flashrom if available to update the bootloader without rebooting - Raspberry Pi 5
|
|
#RPI_EEPROM_USE_FLASHROM=1
|