Add missing 'sudo' to rpi-eeprom-config's help-text

This commit is contained in:
Andrew Scheller
2024-10-09 09:28:29 +01:00
committed by Tim Gover
parent 50a3aa3d42
commit f4996a1952

View File

@@ -488,7 +488,7 @@ Operating modes:
rpi-eeprom-config --config boot.conf --out newimage.bin pieeprom.bin rpi-eeprom-config --config boot.conf --out newimage.bin pieeprom.bin
The new image file can be installed via rpi-eeprom-update The new image file can be installed via rpi-eeprom-update
rpi-eeprom-update -d -f newimage.bin sudo rpi-eeprom-update -d -f newimage.bin
4. Applies a given config file to an EEPROM image and invokes rpi-eeprom-update 4. Applies a given config file to an EEPROM image and invokes rpi-eeprom-update
to schedule an update of the bootloader when the system is rebooted. to schedule an update of the bootloader when the system is rebooted.