Conversation
lslezak
added a commit
to agama-project/agama
that referenced
this pull request
Feb 24, 2025
Use the same solution from installation-images (gh#openSUSE/installation-images#754)
lslezak
added a commit
to agama-project/agama
that referenced
this pull request
Feb 24, 2025
## Problem - PPC quite often has problems with too large initrd - See #2026 ## Solution - Use the same solution from installation-images (openSUSE/installation-images#754) ## Testing - Tested manually on x86_64 - The initrd size decreased just about 1 MB (tiny difference), but the overall ISO size decreased about 98MB (that's quite a lot) - Let's see how the numbers will look on PPC
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Feb 26, 2025
https://build.opensuse.org/request/show/1248593 by user IGonzalezSosa + dimstar_suse - Version 12 - Fixed build in SLE16, some packages to remove are not preinstalled in SLE16, do not fail in that case - Reduce the PPC initrd size (gh#agama-project/agama#2026), use the same solution from installation-images (gh#openSUSE/installation-images#754) - Use a TrueType font in xterm - ISO size reduction, delete not needed packages (python, Mesa, libyui-qt, Qt libs,...) - Use XZ compression for initrd to have a smaller image (esp. important for PPC) (part of gh#agama-project/agama#2026) - Fixed broken "live.password_dialog" boot option (gh#agama-project/agama#2043) - Add the QEMU guest agent (gh#agama-project/agama#1816, gh#agama-project/agama#2025). - Added support for giving a file URL with extra kernel cmdline arguments (agama.info) which was known as the i
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.
Task
It might be useful to have some modules not included depending on the architecture.
This can be helpful on ppc64 for example, to reduce the initrd size drastically.