Added explicit drivers defined by the empty package linux-firmware#3620
Open
Torxed wants to merge 3 commits intoarchlinux:masterfrom
Open
Added explicit drivers defined by the empty package linux-firmware#3620Torxed wants to merge 3 commits intoarchlinux:masterfrom
Torxed wants to merge 3 commits intoarchlinux:masterfrom
Conversation
svartkanin
reviewed
Jun 22, 2025
| header = tr('Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed.') + '\n' | ||
| header = ( | ||
| tr( | ||
| 'Only packages such as ' |
Collaborator
There was a problem hiding this comment.
Shall we remove the package list from the translation string otherwise this will reset every time it changes
Member
Author
There was a problem hiding this comment.
Sounds like a good idea. I'm not sure it will change very often, but often enough perhaps.
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.
As of linux-firmware 20250613.12fe085f-5,
linux-firmwarewill become an empty package with dependencies pulling in different firmwares.This allows us to have more fine grained control of which firmwares are installed by
archinstall. This PR will add the default ones as of writing this.In the future, we can detect and install only the required once perhaps. This adds a slight overhead in order to making sure any future additions/removals of package requirements in
linux-firmwaregets adopted.