summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/module.conf.ubuntu
blob: 05ce991eedb20f7a558ab39fe9e45984f90b9cc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
	msr-tools
	dmidecode
	util-linux
"

REQUIRED_CONTENT_PACKAGES="
	msr-tools
	dmidecode
	util-linux
"