overlay coreos/config: Add python stuff to install mask for prod images

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
Krzesimir Nowak 2025-05-08 15:11:17 +02:00
parent 0d02b23d97
commit b677dcc5a0

View File

@ -0,0 +1,3 @@
if [[ $(flatcar_target) = 'generic-prod' ]]; then
INSTALL_MASK+=" /usr/lib/python* "
fi