]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 8 Apr 2019 19:47:12 +0000 (21:47 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 8 Apr 2019 19:47:12 +0000 (21:47 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
1  2 
config/rootfiles/core/130/update.sh

index c039f30d8e842abea8cd2f5d4423119c40fc413c,a3a88866310d0fd9dbe043d2a31847b9677db3e6..71c63a3f76b5c6c5c62c00f1d6ec75afc6b738bc
@@@ -130,9 -130,9 +130,12 @@@ rm -rfv 
  /etc/init.d/unbound restart
  /etc/init.d/suricata start
  
 +# 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