Fixes to make btrfs work (without external btrfs binary)

This commit is contained in:
Bram Veenboer
2020-02-23 17:54:21 +01:00
parent 73316042c4
commit d504ce54e2

View File

@@ -1,3 +1,7 @@
apt_install_permanent libsensors5 hddtemp collectd apt_install_permanent libsensors5 liblzo2-2 hddtemp collectd sudo btrfs-progs
pip install requests pip install requests
useradd collectd
usermod -aG sudo collectd
echo 'collectd ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers.d/collectd