diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-12 10:07:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-12 10:07:13 +0200 |
commit | e8e25decb32934acf967d9ff80ad870e4d62ec52 (patch) | |
tree | 7082b0e5cfe7298ad8c1e84041ad4baf3f1afebe /init | |
parent | c15d3d5be4011f9bfc7e36fb1629529c1eb2e009 (diff) |
Add ability to install extra packages, use to add lm-sensors/monitoring
Diffstat (limited to 'init')
-rwxr-xr-x | init | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -66,6 +66,10 @@ udevadm trigger --type=subsystems --action=add udevadm trigger --type=devices --action=add udevadm settle || true +# Detect hardware sensors. +# +sensors-detect --auto + # Initialize KVM. # #if ! (modprobe kvm_intel || modprobe kvm_amd); then |