From: Arne Fitzenreiter Date: Mon, 11 Jan 2010 01:35:05 +0000 (+0100) Subject: Run depmod -a at core35 installation. X-Git-Tag: v2.9-beta1~526 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=deccc8e6da4d1ec2dad7c35b13a8939f1bc95e89;p=ipfire-2.x.git Run depmod -a at core35 installation. --- 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