From adb3b9befc2a9d272556e8e08d2b55cc73483bc9 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Thu, 12 Dec 2024 12:07:31 +0000 Subject: [PATCH] rpi-eeprom-config: Remove misleading message about cancelling updates Flashrom is the default update mechanism on Pi5 and is not cancellable. Remove this misleading message. rpi-eeprom-update already has a message which knows about flashrom. --- rpi-eeprom-config | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpi-eeprom-config b/rpi-eeprom-config index 89d3cee..6cda290 100755 --- a/rpi-eeprom-config +++ b/rpi-eeprom-config @@ -171,8 +171,6 @@ def apply_update(config, eeprom=None, config_src=None): sys.stdout.write("Updating bootloader EEPROM\n image: %s\nconfig_src: %s\nconfig: %s\n%s\n%s\n%s\n" % (eeprom_image, config_src, config, '#' * 80, config_str, '#' * 80)) - sys.stdout.write("\n*** To cancel this update run 'sudo rpi-eeprom-update -r' ***\n\n") - # Ignore APT package checksums so that this doesn't fail when used # with EEPROMs with configs delivered outside of APT. # The checksums are really just a safety check for automatic updates.