We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By using a custom configuration for dpkg we can control which files to drop during install of a package.
dpkg
For example: /etc/dpkg/dpkg.cfg.d/01_coinboot
/etc/dpkg/dpkg.cfg.d/01_coinboot
# block documentation path-exclude /usr/share/doc/* # keep copyright files for legal reasons path-include /usr/share/doc/*/copyright path-exclude /usr/share/man/* path-exclude /usr/share/groff/* path-exclude /usr/share/info/* # lintian stuff is small, but really unnecessary path-exclude /usr/share/lintian/* path-exclude /usr/share/linda/* # block non-us locales path-exclude /usr/share/locale/* path-include /usr/share/locale/en*
Inspired by: https://wiki.ubuntu.com/ReducingDiskFootprint#Drop_unnecessary_files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By using a custom configuration for
dpkg
we can control which files to drop during install of a package.For example:
/etc/dpkg/dpkg.cfg.d/01_coinboot
Inspired by: https://wiki.ubuntu.com/ReducingDiskFootprint#Drop_unnecessary_files
The text was updated successfully, but these errors were encountered: