diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/hardware-stats/module.conf | 1 | ||||
-rw-r--r-- | core/modules/hardware-stats/module.conf.debian | 9 | ||||
-rw-r--r-- | core/modules/hardware-stats/module.conf.ubuntu | 9 |
3 files changed, 5 insertions, 14 deletions
diff --git a/core/modules/hardware-stats/module.conf b/core/modules/hardware-stats/module.conf index 9f0007bc..22dc34e5 100644 --- a/core/modules/hardware-stats/module.conf +++ b/core/modules/hardware-stats/module.conf @@ -6,6 +6,7 @@ REQUIRED_MODULES=" REQUIRED_BINARIES=" rdmsr blockdev + ip " REQUIRED_FILES=" diff --git a/core/modules/hardware-stats/module.conf.debian b/core/modules/hardware-stats/module.conf.debian index 1895684c..da5f9af2 100644 --- a/core/modules/hardware-stats/module.conf.debian +++ b/core/modules/hardware-stats/module.conf.debian @@ -1,14 +1,9 @@ #!/bin/bash -REQUIRED_INSTALLED_PACKAGES=" - dmidecode - msr-tools - python3-netifaces - util-linux -" - REQUIRED_CONTENT_PACKAGES=" msr-tools dmidecode util-linux + python3-netifaces + iproute2 " diff --git a/core/modules/hardware-stats/module.conf.ubuntu b/core/modules/hardware-stats/module.conf.ubuntu index 1895684c..da5f9af2 100644 --- a/core/modules/hardware-stats/module.conf.ubuntu +++ b/core/modules/hardware-stats/module.conf.ubuntu @@ -1,14 +1,9 @@ #!/bin/bash -REQUIRED_INSTALLED_PACKAGES=" - dmidecode - msr-tools - python3-netifaces - util-linux -" - REQUIRED_CONTENT_PACKAGES=" msr-tools dmidecode util-linux + python3-netifaces + iproute2 " |