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 diff --git a/ucore/packages.json b/ucore/packages.json index 1eedc87..de0045a 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", @@ -27,12 +29,16 @@ "iwlegacy-firmware", "iwlwifi-dvm-firmware", "iwlwifi-mvm-firmware", + "mt7xxx-firmware", "nfs-utils", - "pcp-zeroconf", + "nxpwireless-firmware", "pciutils", + "pcp-zeroconf", + "realtek-firmware", "samba", "samba-usershares", "snapraid", + "tiwilink-firmware", "usbutils", "xdg-dbus-proxy", "xdg-user-dirs"