rpi-eeprom-update - fix description of -d flag

This commit is contained in:
andrum99
2020-06-03 17:13:33 +01:00
committed by GitHub
parent 064c9d7395
commit ed86d5e144

View File

@@ -351,10 +351,14 @@ in /etc/default/rpi-eeprom-update by defining the BOOTFS variable.
A backup of the current EEPROM config file is written to ${FIRMWARE_BACKUP_DIR}
before applying the update.
Unless the -d flag is specified, the current bootloader configuration is
retained.
Options:
-a Automatically install bootloader and USB (VLI) EEPROM updates.
-A Specify which type of EEPROM to automatically update (vl805 or bootloader)
-d Use the default bootloader config instead of migrating the current settings
-d Use the default bootloader config, or if a file is specified using the -f
flag use the config in that file.
-f Install the given file instead of the latest applicable update
Ignores the FREEZE_VERSION flag in bootloader and is intended for manual
firmware updates.