From f51805027096c9dd0c387b22ba8e080178c0d718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 3 Apr 2024 19:57:20 +0200 Subject: [PATCH 1/3] ucore/packages.json: Sort package lists --- ucore/packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucore/packages.json b/ucore/packages.json index 45fc6f3..dae2487 100644 --- a/ucore/packages.json +++ b/ucore/packages.json @@ -27,8 +27,8 @@ "iwlwifi-dvm-firmware", "iwlwifi-mvm-firmware", "nfs-utils", - "pcp-zeroconf", "pciutils", + "pcp-zeroconf", "samba", "samba-usershares", "snapraid", From eadd27dd8609ee6b6f0c150d1a9bbe71bcbb0c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 3 Apr 2024 19:58:05 +0200 Subject: [PATCH 2/3] ucore/packages.json: List all wireless card firmwares Fedora CoreOS will remove all wireless card firmwares from the image in an upcoming update. Make sure that they are all explicitely listed here to keep them in the image when that happens. See: https://github.com/coreos/fedora-coreos-tracker/issues/1575 Fixes: https://github.com/ublue-os/ucore/issues/138 --- ucore/packages.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ucore/packages.json b/ucore/packages.json index dae2487..14ac6e0 100644 --- a/ucore/packages.json +++ b/ucore/packages.json @@ -19,6 +19,8 @@ "wireguard-tools" ], "ucore": [ + "atheros-firmware", + "brcmfmac-firmware", "cockpit-pcp", "cockpit-storaged", "distrobox", @@ -26,12 +28,16 @@ "iwlegacy-firmware", "iwlwifi-dvm-firmware", "iwlwifi-mvm-firmware", + "mt7xxx-firmware", "nfs-utils", + "nxpwireless-firmware", "pciutils", "pcp-zeroconf", + "realtek-firmware", "samba", "samba-usershares", "snapraid", + "tiwilink-firmware", "usbutils", "xdg-dbus-proxy", "xdg-user-dirs" From c2a807d469a864efcd140e6afbe2ad3cc32b2fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 3 Apr 2024 20:07:15 +0200 Subject: [PATCH 3/3] README: update note about wireless card firmwares --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b268de3..f352214 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ This image builds on `ucore-minimal` but adds drivers, storage tools and utiliti - [cockpit-storaged](https://cockpit-project.org) (udisks2 based storage management) - [distrobox](https://github.com/89luca89/distrobox) - a [toolbox](https://containertoolbx.org/) alternative - [duperemove](https://github.com/markfasheh/duperemove) - - intel wifi firmware - CoreOS omits this despite including atheros wifi firmware... hardware enablement FTW + - all wireless (wifi) card firmwares (CoreOS does not include them) - hardware enablement FTW - [mergerfs](https://github.com/trapexit/mergerfs) - nfs-utils - nfs utils including daemon for kernel NFS server - [pcp](https://pcp.io) Performance Co-pilot monitoring