Replies: 2 comments 1 reply
-
I have things primarily stable with the OS now and will start working on an upgrade process. I have some ideas on how to implement that already, I like how this repo set up the upgrade process for a pi4 distro. It will take some time though, a fair amount of changes between updates can't be done with a simple apt update/install. |
Beta Was this translation helpful? Give feedback.
0 replies
-
But creating a script to update the firmware, kernel, bootloader, and GPU-specific packages should not be too hard. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a novice Linux user but I do a lot of programming and testing within Linux. It's quite a tedious process to reinstall all my apps, tools and settings every time there's a distro upgrade for my Pi. Would it be possible to implement a private repo such as the ones below so that we can perform a distribution upgrade instead of having to do a complete re-install/re-flash on every point release?
https://linuxopsys.com/topics/create-your-own-repository-for-packages-on-debian
https://linuxconfig.org/how-to-create-a-ubuntu-repository-server
Beta Was this translation helpful? Give feedback.
All reactions