diff --git a/config/rootfiles/core/fifteen/update.sh b/config/rootfiles/core/fifteen/update.sh index 54e756c62..12d6b1c0f 100644 --- a/config/rootfiles/core/fifteen/update.sh +++ b/config/rootfiles/core/fifteen/update.sh @@ -174,6 +174,11 @@ esac # Remove the old default theme rm -rf /srv/web/ipfire/html/themes/ipfire +# rename /etc/modprobe.d files +for i in $(find /etc/modprobe.d/* | grep -v ".conf") + mv $i $i.conf +done + # #Extract files tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /