-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add hardware support packages from tauOS
- Loading branch information
Showing
7 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
groups: | ||
- id: hardware-support | ||
# TODO: For some reaason, even though other arch only packages get filtered out by melody, it doesn't do this one | ||
# seems like a comps format or libdnf issue | ||
blacklist: | ||
- bcm283x-firmware | ||
- cmospwd | ||
- intel-media-driver | ||
- libva-intel-driver | ||
- broadcom-wl | ||
- id: server-hardware-support | ||
|
||
# TODO: Add NVIDIA and other proprietary hardware here | ||
# This is a very hacky solution and I honestly think we could figure out how to make the installer do this -jr | ||
packages: | ||
- mesa-va-drivers-freeworld | ||
- mesa-vdpau-drivers-freeworld | ||
- NetworkManager | ||
|
||
exclude-packages: | ||
- mesa-va-drivers | ||
|
||
packages-x86_64: | ||
- cmospwd | ||
- intel-media-driver | ||
- libva-intel-driver | ||
- broadcom-wl | ||
|
||
packages-aarch64: | ||
- bcm283x-firmware |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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