You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.5 KiB

  1. From 6674d49dea0104031b3f54df4c7a356dc4307bb2 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= <noltari@gmail.com>
  3. Date: Wed, 25 Mar 2020 20:58:35 +0100
  4. Subject: [PATCH] rpi-eeprom-update: change default include path
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
  9. ---
  10. rpi-eeprom-update | 8 ++++----
  11. 1 file changed, 4 insertions(+), 4 deletions(-)
  12. --- a/rpi-eeprom-update
  13. +++ b/rpi-eeprom-update
  14. @@ -6,8 +6,8 @@ set -e
  15. script_dir=$(cd "$(dirname "$0")" && pwd)
  16. -if [ -f /etc/default/rpi-eeprom-update ]; then
  17. - . /etc/default/rpi-eeprom-update
  18. +if [ -f /etc/bcm27xx-eeprom.conf ]; then
  19. + . /etc/bcm27xx-eeprom.conf
  20. fi
  21. LOCAL_MODE=0
  22. @@ -400,7 +400,7 @@ The system should then boot normally.
  23. If /boot does not correspond to the boot partition and this
  24. is not a NOOBS system, then the mount point for BOOTFS should be defined
  25. -in /etc/default/rpi-eeprom-update by defining the BOOTFS variable.
  26. +in /etc/bcm27xx-eeprom.conf by defining the BOOTFS variable.
  27. A backup of the current EEPROM config file is written to ${FIRMWARE_BACKUP_DIR}
  28. before applying the update.
  29. @@ -433,7 +433,7 @@ Options:
  30. -u Install the specified VL805 (USB EEPROM) image file.
  31. Environment:
  32. -Environment variables should be defined in /etc/default/rpi-eeprom-update
  33. +Environment variables should be defined in /etc/bcm27xx-eeprom.conf
  34. EEPROM_CONFIG_HOOK