core130: remove lm_sensors config

the sensor search has to redone after boot the new kernel.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2019-04-07 18:19:50 +02:00
parent ca7af38203
commit 0265f51e9f

View File

@@ -130,6 +130,9 @@ rm -rfv \
/etc/init.d/unbound restart
/etc/init.d/suricata start
# Search sensors again after reboot into the new kernel
rm -f /etc/sysconfig/lm_sensors
# Upadate Kernel version uEnv.txt
if [ -e /boot/uEnv.txt ]; then
sed -i -e "s/KVER=.*/KVER=${KVER}/g" /boot/uEnv.txt