Skip to content

Commit

Permalink
fix: ucore/packages.json: List all wireless card firmwares (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Sherman <benjamin@holyarmy.org>
  • Loading branch information
travier and bsherman authored Apr 8, 2024
1 parent a54f71c commit 9c2b5bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion ucore/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"wireguard-tools"
],
"ucore": [
"atheros-firmware",
"brcmfmac-firmware",
"cockpit-pcp",
"cockpit-storaged",
"distrobox",
Expand All @@ -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"
Expand Down

0 comments on commit 9c2b5bd

Please sign in to comment.