Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim down 'get back to safety' instructions #3269

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/asciidoc/computers/os/updating.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ If you have done an `rpi-update` and things are not working as you wish, if your

----
sudo apt-get update
sudo apt install --reinstall libraspberrypi0 libraspberrypi-{bin,dev,doc} raspi-firmware
sudo apt install --reinstall raspi-firmware
----

NOTE: If you are still using Raspberry Pi OS Bullseye you will also need to reinstall the `raspberrypi-kernel` package.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahhh, ping @XECDesign and @popcornmix
With libraspberrypi0 libraspberrypi-{bin,dev,doc} being removed from the "how to undo rpi-update on Bookworm" instructions, do those packages now need to be explicitly added to this "how to undo rpi-update on Bullseye" note?

Copy link
Contributor

@XECDesign XECDesign Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can't really undo rpi-update in one line, so it depends on what the user actually wants to achieve. The best I can offer for bullseye is sudo apt install --reinstall libraspberrypi0 libraspberrypi-{bin,dev,doc} raspberrypi-{kernel,bootloader}. raspi-firmware shouldn't be in the bullseye version at all.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, that's (pretty much) what it used to say before all the recent Bookworm tweaks: fef6e29

Expand Down