rpi-eeprom: allow overriding BOOTFS from environment

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-09-19 21:52:22 +02:00 committed by MilhouseVH
parent 993ac53944
commit 077b0ef606

View File

@ -1,4 +1,4 @@
# Use direct path to firmware as update script doesn't dereference sym links.
FIRMWARE_ROOT="/usr/lib/kernel-overlays/base/lib/firmware/raspberrypi/bootloader"
FIRMWARE_BACKUP_DIR="/storage/.config/rpifw-backup"
BOOTFS=/flash
BOOTFS=${BOOTFS:-/flash}