Removed liquidio and netronome firmwares (reduces the ISO image by 28MB)

This commit is contained in:
fdupoux 2020-01-12 10:06:57 +00:00
parent 1e971f29db
commit a99914e0f1

View file

@ -45,6 +45,9 @@ find /usr/lib -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -del
rm -rf /usr/share/gtk-doc /usr/share/doc /usr/share/keepassxc/docs/*.pdf
rm -rf /usr/share/gir*
# Remove large/irrelevant firmwares
rm -rf /usr/lib/firmware/{liquidio,netronome}
# Update pacman.conf
sed -i -e '/# ==== BEGIN customrepos ====/,/# ==== END customrepos ====/d' /etc/pacman.conf