From f4996a195242a727f65a5dbbf080d27ceee446ce Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 9 Oct 2024 09:28:29 +0100 Subject: [PATCH] Add missing 'sudo' to rpi-eeprom-config's help-text --- rpi-eeprom-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-eeprom-config b/rpi-eeprom-config index e7370d7..3acffb4 100755 --- a/rpi-eeprom-config +++ b/rpi-eeprom-config @@ -488,7 +488,7 @@ Operating modes: rpi-eeprom-config --config boot.conf --out newimage.bin pieeprom.bin 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 to schedule an update of the bootloader when the system is rebooted.