mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
fix(profiles): Move INSTALL_MASK from common.sh to profiles.
This one isn't used by default, only when building final images like so: export INSTALL_MASK=$(portageq-$BOARD envvar PROD_INSTALL_MASK)
This commit is contained in:
parent
da1f605863
commit
e0244428fb
@ -18,3 +18,21 @@ INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/share/i18n
|
||||
/usr/share/locale
|
||||
"
|
||||
|
||||
# Restrictive mask for production images.
|
||||
# TODO(marineam): Perhaps later move this to a generic/production profile.
|
||||
PROD_INSTALL_MASK="${INSTALL_MASK}
|
||||
*.a *.la *.h *.hpp
|
||||
/usr/lib/debug
|
||||
/usr/lib*/pkgconfig
|
||||
/usr/share/aclocal*
|
||||
/usr/share/awk
|
||||
/usr/share/doc
|
||||
/usr/share/gdb
|
||||
/usr/share/gettext
|
||||
/usr/share/gobject-introspection-1.0
|
||||
/usr/share/gtk-doc
|
||||
/usr/share/pkgconfig
|
||||
/usr/share/readline
|
||||
/usr/src
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user