Skip to content

Commit 4c12d2b

Browse files
committed
overlay coreos/config: Add python stuff to install mask for prod images
1 parent c3c0cd4 commit 4c12d2b

File tree

1 file changed

+6
-0
lines changed
  • sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-libs

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
if [[ ${FLATCAR_TYPE} = 'generic' && ${FLATCAR_SUBTYPE} = 'prod' ]]; then
2+
libselinux_mask=" /usr/lib/python* "
3+
INSTALL_MASK+="${libselinux_mask}"
4+
PKG_INSTALL_MASK+="${libselinux_mask}"
5+
unset libselinux_mask
6+
fi

0 commit comments

Comments
 (0)