[dynparts] Upgrade initramfs to Debian trixie#46
Open
fredldotme wants to merge 4 commits into
Open
Conversation
…ce renaming - Upgrade the created chroot to Debian trixie. And while we're at it, also point the UBports repo to 24.04-1.x, which is mostly compatible with trixie. - Since stretch additional systemd-udevd network interface renaming files have appeared. Let's not take any chances and force-disable it using symlinks to /dev/null.
… telnet "ifconfig" from the net-tools package is not shipped by default in trixie anymore, but Busybox ships a CLI-compatible version of it. Use that instead.
The newer dmsetup in Debian trixie allows for the "create --concise" command to be used. "parse-android-dynparts" from UBports' 24.04-1.x repo already returns a compatible concise specification, to hook those two together.
Author
|
@NotKit care to take a look at this and the non-dynparts PR? |
|
@fredldotme there was a reason I had to revert to I'm not against updating the initramfs if it can be done, but it will need more testing per device. Maybe we should start just from the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade to trixie plus some modifications to go along with it.