From 8c96c2628b2b04869632ca8de162a4ae604fb2ea Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Oct 25 2024 17:41:25 +0000 Subject: common: Exclude Tk by default Make sure that we do not pull Tk in the image by default. We can not exclude Tcl as well as it is currently needed by `usb_modeswitch`. --- diff --git a/common.yaml b/common.yaml index 4faa0d9..0889419 100644 --- a/common.yaml +++ b/common.yaml @@ -133,6 +133,8 @@ exclude-packages: # https://github.com/fedora-silverblue/issue-tracker/issues/517 - grubby - sdubby + # Exclude Tk. We can not exclude Tcl as it is neeeded for usb_modeswitch + - tk postprocess: - |