mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
profiles: exclude a pile of ustr source code from prod images
This commit is contained in:
parent
691ce0c988
commit
efde8e22e3
@ -35,3 +35,10 @@ INSTALL_MASK="${INSTALL_MASK}
|
|||||||
/etc/wgetrc
|
/etc/wgetrc
|
||||||
/etc/xinetd.d
|
/etc/xinetd.d
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# Exclude ustr's source code and debug library
|
||||||
|
INSTALL_MASK="${INSTALL_MASK}
|
||||||
|
/usr/bin/ustr-import
|
||||||
|
/usr/lib*/libustr-debug*
|
||||||
|
/usr/share/ustr-*
|
||||||
|
"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user