From: Arne Fitzenreiter Date: Thu, 5 Nov 2009 17:14:14 +0000 (+0100) Subject: Fix depmod at update if you came from old kernel version. X-Git-Tag: v2.9-beta1~627^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcore33;p=ipfire-2.x.git Fix depmod at update if you came from old kernel version. --- diff --git a/config/rootfiles/core/33/update.sh b/config/rootfiles/core/33/update.sh index 582e30837e..46490652c5 100644 --- a/config/rootfiles/core/33/update.sh +++ b/config/rootfiles/core/33/update.sh @@ -39,6 +39,7 @@ extract_files #Update Language cache perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" #Rebuild module dep's -#depmod -a +depmod 2.6.27.31-ipfire +depmod 2.6.27.31-ipfire-xen #Don't report the exitcode of depmod exit 0