Skip to content

Commit 2b1570a

Browse files
authored
Update booteeprom.md
1 parent 8782a94 commit 2b1570a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hardware/raspberrypi/booteeprom.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ sudo apt install rpi-eeprom
3434
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.
3535

3636
```
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.
3839
sudo systemctl mask rpi-eeprom-update
3940
4041
# Enable it again
@@ -57,7 +58,7 @@ by the current bootloader.
5758
The images under `/lib/firmware/raspberrypi/bootloader` are part of the `rpi-eeprom` package and are only updated via `apt update`.
5859

5960
```
60-
rpi-eeprom-update
61+
sudo rpi-eeprom-update
6162
```
6263

6364
### Reading the current EEPROM configuration

0 commit comments

Comments
 (0)