From: Peter Müller Date: Thu, 31 Mar 2022 09:27:12 +0000 (+0000) Subject: Core Update 167: Hardlink any identical firmware files on existing installations... X-Git-Tag: v2.27-core167~6^2~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca4822a145f0a2189a11b9365f5e126e3802a463;p=ipfire-2.x.git Core Update 167: Hardlink any identical firmware files on existing installations as well Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/167/update.sh b/config/rootfiles/core/167/update.sh index 2c96b445c6..2371478202 100644 --- a/config/rootfiles/core/167/update.sh +++ b/config/rootfiles/core/167/update.sh @@ -330,6 +330,9 @@ GNUPGHOME="/opt/pakfire/etc/.gnupg" gpg --import /opt/pakfire/pakfire-2022.key # Filesytem cleanup /usr/local/bin/filesystem-cleanup +# Hardlink any identical files to save space +hardlink -c -vv /lib/firmware + # Regenerate all initrds dracut --regenerate-all --force