feat: add usbutils to ucore image

pciutils was already pulled in by open-vm-tools, but pciutils and
usbutils are especially useful on a bare metal machine.
This commit is contained in:
Benjamin Sherman
2024-01-19 17:56:28 -06:00
parent 3f6d006820
commit 01323b3115
2 changed files with 3 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ This image builds on `ucore-minimal` but adds drivers, storage tools and utiliti
- intel wifi firmware - CoreOS omits this despite including atheros wifi firmware... hardware enablement FTW
- [mergerfs](https://github.com/trapexit/mergerfs)
- [snapraid](https://www.snapraid.it/)
- usbutils(and pciutils) - technically pciutils is pulled in by open-vm-tools in ucore-minimal
### `ucore-hci`

View File

@@ -24,7 +24,9 @@
"iwlegacy-firmware",
"iwlwifi-dvm-firmware",
"iwlwifi-mvm-firmware",
"pciutils",
"snapraid",
"usbutils",
"xdg-dbus-proxy",
"xdg-user-dirs"
],