mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
rpi-eeprom: allow overriding BOOTFS from environment
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
993ac53944
commit
077b0ef606
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user