From 79dc8398877cee42e92109054f46036835bf61e9 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 5 Nov 2009 18:14:14 +0100 Subject: [PATCH] Fix depmod at update if you came from old kernel version. --- config/rootfiles/core/33/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5