]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/90/update.sh
core90: supply new kernel version to user update script
[ipfire-2.x.git] / config / rootfiles / core / 90 / update.sh
index 7e41f4ba6358bb4be738b9ff12b175e49e018ad9..4835c5a29cbec3cfbc4e71eaabd9cf5acfa35da7 100644 (file)
@@ -242,7 +242,7 @@ fi
 
 # call user update script (needed for some arm boards)
 if [ -e /boot/pakfire-kernel-update ]; then
-       /boot/pakfire-kernel-update
+       /boot/pakfire-kernel-update ${KVER}
 fi