From 7707f440eedb743b8d5fceca80d7c124bebf8026 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 12 Feb 2022 13:36:06 +0100 Subject: [PATCH] ++tools --- Dockerfile | 4 +++- README.md | 15 +++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a889f4..17cddc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,7 @@ RUN apt-get update && apt-get install -y \ megaclisas-status \ mpt-status \ pciutils \ + procps \ strace \ - stress-ng + stress-ng \ + tmux diff --git a/README.md b/README.md index 7775557..ba669fb 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,10 @@ lspci megacli megaclisas-status mpt-status +ps strace stress-ng +tmux ``` ## Usage @@ -77,7 +79,13 @@ use using the nodeSelector: .... ``` -### hpa +### fwupdmgr + +``` +/usr/bin/dbus-daemon --system --address=systemd: --nopidfile --syslog-only +``` + +### hpacucli Ensure the following kernel modules are loaded on the host: @@ -98,7 +106,10 @@ error. ## Changelog / Tags -### Planned +### 0.0.5 (2022-01-15) + +* Added procps for ps +* Added tmux to be able to run things in parallel ### 0.0.4 (2022-01-15)