Removed /usr/include (reduces the ISO image by 15MB)

This commit is contained in:
fdupoux 2020-01-25 12:39:01 +00:00
parent 3785c13dcd
commit 43859305b9
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ SystemRescueCd ChangeLog
6.0.6:
-------------------------------------------------------------------------------
* Added strings and ar commands using busybox
* Disk space optimisations to reduce the size of the ISO image
-------------------------------------------------------------------------------
6.0.5 (2020-01-12):

View file

@ -48,6 +48,7 @@ ln -s /usr/bin/busybox /usr/bin/strings
find /usr/lib -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete
rm -rf /usr/share/gtk-doc /usr/share/doc /usr/share/keepassxc/docs/*.pdf
rm -rf /usr/share/gir*
rm -rf /usr/include
# Remove large/irrelevant firmwares
rm -rf /usr/lib/firmware/{liquidio,netronome}