From: Arne Fitzenreiter Date: Wed, 6 May 2015 17:28:40 +0000 (+0200) Subject: core90: run user update script at kernel update. X-Git-Tag: v2.17-core91~65 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=58efaf8e1807eda1f4dbf3bc360698b075ef51d1 core90: run user update script at kernel update. fixes #10767 --- diff --git a/config/rootfiles/core/90/update.sh b/config/rootfiles/core/90/update.sh index d441726623..7e41f4ba63 100644 --- a/config/rootfiles/core/90/update.sh +++ b/config/rootfiles/core/90/update.sh @@ -240,6 +240,12 @@ if [ -e /boot/uEnv.txt ]; then sed -i -e "s/KVER=.*/KVER=${KVER}/g" /boot/uEnv.txt fi +# call user update script (needed for some arm boards) +if [ -e /boot/pakfire-kernel-update ]; then + /boot/pakfire-kernel-update +fi + + # Force (re)install pae kernel if pae is supported rm -rf /opt/pakfire/db/*/meta-linux-pae if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then