mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-01 10:44:43 +01:00
Removed /usr/include (reduces the ISO image by 15MB)
This commit is contained in:
parent
3785c13dcd
commit
43859305b9
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue