From a99914e0f1dc1bbe1c3a3787c32638e836ed05a9 Mon Sep 17 00:00:00 2001 From: fdupoux Date: Sun, 12 Jan 2020 10:06:57 +0000 Subject: [PATCH] Removed liquidio and netronome firmwares (reduces the ISO image by 28MB) --- airootfs/root/customize_airootfs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/airootfs/root/customize_airootfs.sh b/airootfs/root/customize_airootfs.sh index 44f3f41..3203598 100755 --- a/airootfs/root/customize_airootfs.sh +++ b/airootfs/root/customize_airootfs.sh @@ -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