]> git.ipfire.org Git - people/fbuehrle/ipfire-2.x.git/commitdiff
core130: remove lm_sensors config
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 7 Apr 2019 16:19:50 +0000 (18:19 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 7 Apr 2019 16:19:50 +0000 (18:19 +0200)
the sensor search has to redone after boot the new kernel.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/core/130/update.sh

index 33bcafa230be11c29a48d2645dc4113dba7c8ca4..a3a88866310d0fd9dbe043d2a31847b9677db3e6 100644 (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