aboutsummaryrefslogtreecommitdiff
path: root/components/common.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-12-13 09:26:16 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-12-13 10:18:06 -0500
commitf8b3926a8222249eaa682b410171ef71ddda406d (patch)
treedcd108d364197c0458f9e966fff58d6a75d79756 /components/common.xml
parent1f496fc7439d46904c7fdf81baa35df023853cd3 (diff)
downloadkiwi-descriptions-f8b3926a8222249eaa682b410171ef71ddda406d.tar.gz
kiwi-descriptions-f8b3926a8222249eaa682b410171ef71ddda406d.zip
components/common: Exclude qemu-user-static
This metapackage pulls in tons of unwanted emulators which can add up to 100MB of additional space.
Diffstat (limited to 'components/common.xml')
-rw-r--r--components/common.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/common.xml b/components/common.xml
index 72bfb41..64316fa 100644
--- a/components/common.xml
+++ b/components/common.xml
@@ -4,5 +4,6 @@
</profiles>
<packages type="image" patternType="plusRecommended" profiles="BaseCommon">
<namedCollection name="standard"/>
+ <ignore name="qemu-user-static"/> <!-- Saves ~100MB -->
</packages>
</image>