From: Arne Fitzenreiter Date: Mon, 21 Mar 2016 21:52:03 +0000 (+0100) Subject: core100: update linker config X-Git-Tag: v2.19-core101~56^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7940649e17a7499fbddb5552793294ee394c7541;p=ipfire-2.x.git core100: update linker config Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/100/update.sh b/config/rootfiles/core/100/update.sh index 9e48d3aec6..931930a423 100644 --- a/config/rootfiles/core/100/update.sh +++ b/config/rootfiles/core/100/update.sh @@ -139,7 +139,8 @@ esac # Extract files tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C / - +# update linker config +ldconfig # Check diskspace on boot BOOTSPACE=`df /boot -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`