ublue-os / ucore

An OCI base image of Fedora CoreOS with batteries included
https://projectucore.io
Apache License 2.0
156 stars 32 forks source link

should we enable hardware in `ucore` as long as it's not "too heavy"? #83

Closed bsherman closed 11 months ago

bsherman commented 1 year ago

Currently the README says we'll not do hardware enablement in ucore but we will do it in ucore-hci...

However... our two hardware things are pretty lightweight and I can see them being useful even for systems not wanting to have the libvirtd stack installed:

Similarly, users doing containers and storage may want our two small storage addons:

I'm inclined to make this change, but happy to take some feedback on it.

bsherman commented 11 months ago

I just realized vim is included which is WAY heavier than most of the packages above. Probably makes more sense to drop the heavy vim packages and include the above.

Edit: I realized the iwl-mvm-firmware is actually a bit heavy at 43MiB or so. I'm still leaning towards doing this, and it's probably a worthy trade to drop vim-enhanced to do it.