From deccc8e6da4d1ec2dad7c35b13a8939f1bc95e89 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 11 Jan 2010 02:35:05 +0100 Subject: [PATCH] Run depmod -a at core35 installation. --- config/rootfiles/core/35/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/35/update.sh b/config/rootfiles/core/35/update.sh index 057a6f41eb..377e2a18e8 100644 --- a/config/rootfiles/core/35/update.sh +++ b/config/rootfiles/core/35/update.sh @@ -37,6 +37,8 @@ extract_files perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" # +#Run depmod -a to rebuld module informations +depmod -a #Finish #Don't report the exitcode last command exit 0 -- 2.39.2