-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Conversation
Checking with @popcornmix, who should know for sure if this is the Correct Way. |
Looking at #3268, looks like everyone is happy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YOLO
@@ -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. |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Closes #3268