Skip to content

Conversation

@Torxed
Copy link
Member

@Torxed Torxed commented Jun 22, 2025

As of linux-firmware 20250613.12fe085f-5, linux-firmware will 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-firmware gets adopted.

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 '
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we remove the package list from the translation string otherwise this will reset every time it changes

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds like a good idea. I'm not sure it will change very often, but often enough perhaps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants