You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hardware/raspberrypi/booteeprom.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ sudo apt install rpi-eeprom
34
34
If you wish to control when the updates are applied you can disable the systemd service from running automatically and run `rpi-eeprom-update` manually.
35
35
36
36
```
37
-
# Prevent the service from running, this can be run before the package is installed to prevent it ever running automatically.
37
+
# Prevent the service from running, this can be run before the
38
+
# package is installed to prevent it ever running automatically.
38
39
sudo systemctl mask rpi-eeprom-update
39
40
40
41
# Enable it again
@@ -57,7 +58,7 @@ by the current bootloader.
57
58
The images under `/lib/firmware/raspberrypi/bootloader` are part of the `rpi-eeprom` package and are only updated via `apt update`.
0 commit comments