X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=config%2Frootfiles%2Fcore%2F130%2Fupdate.sh;fp=config%2Frootfiles%2Fcore%2F130%2Fupdate.sh;h=71c63a3f76b5c6c5c62c00f1d6ec75afc6b738bc;hp=c039f30d8e842abea8cd2f5d4423119c40fc413c;hb=47204d12f1387502612e8a66b4a1a8a853e33ebf;hpb=5f9bf17d76e43b1ee0bb4b880a9aa001844e4d4a diff --git a/config/rootfiles/core/130/update.sh b/config/rootfiles/core/130/update.sh index c039f30d8e..71c63a3f76 100644 --- a/config/rootfiles/core/130/update.sh +++ b/config/rootfiles/core/130/update.sh @@ -133,6 +133,9 @@ rm -rfv \ # Update pakfire database /usr/local/bin/pakfire update --force +# 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