mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-06 16:50:18 +01:00
Removed liquidio and netronome firmwares (reduces the ISO image by 28MB)
This commit is contained in:
parent
1e971f29db
commit
a99914e0f1
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue