From a2c266313164c21dc3e585797a5906d8ac010e48 Mon Sep 17 00:00:00 2001 From: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com> Date: Thu, 9 May 2024 22:23:14 +0100 Subject: [PATCH] Add pciutils --- 01-Installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/01-Installation.md b/01-Installation.md index 22d2840..27f1c9c 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -94,6 +94,7 @@ requirements manually: - [EDK II](https://github.com/tianocore/edk2) - [grep](https://www.gnu.org/software/grep/) - [jq](https://stedolan.github.io/jq/) +- [pciutils](https://github.com/pciutils/pciutils) - [procps](https://gitlab.com/procps-ng/procps) - [python3](https://www.python.org/) - [chunkcheck](https://gist.github.com/MCJack123/943eaca762730ca4b7ae460b731b68e7) @@ -116,13 +117,13 @@ These examples may save a little typing: This also applies to derivatives: ``` shell -sudo apt install qemu bash coreutils ovmf grep jq procps python3 genisoimage usbutils util-linux sed socat spice-client-gtk libtss2-tcti-swtpm0 xdg-user-dirs zsync unzip +sudo apt install qemu bash coreutils ovmf grep jq pciutils procps python3 genisoimage usbutils util-linux sed socat spice-client-gtk libtss2-tcti-swtpm0 xdg-user-dirs zsync unzip ``` ### Install requirements on Fedora ``` shell -sudo dnf install qemu bash coreutils edk2-tools grep jq procps python3 genisoimage usbutils util-linux sed socat spice-gtk-tools swtpm xdg-user-dirs xrandr unzip +sudo dnf install qemu bash coreutils edk2-tools grep jq pciutils procps python3 genisoimage usbutils util-linux sed socat spice-gtk-tools swtpm xdg-user-dirs xrandr unzip ``` ## Install on macOS