Skip to content

Commit

Permalink
manifests: add pciutils
Browse files Browse the repository at this point in the history
pciutils provides a set of utilities for inspecting and
setting devices connected to the PCI bus.
The utilities works from a privileged container but as they
are tiny (~350 ko once uncompressed), the decision was made
to include them in base system.

Fixes coreos/fedora-coreos-tracker#1778
  • Loading branch information
jcapiitao committed Sep 5, 2024
1 parent bece365 commit 4f3bc8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/user-experience.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ packages:
- lsof
# Locates executable files' paths in `PATH`
- which
# provides utilities for inspecting/setting devices connected to the PCI bus
- pciutils

0 comments on commit 4f3bc8d

Please sign in to comment.