diff options
| author | 2024-12-13 09:26:16 -0500 | |
|---|---|---|
| committer | 2024-12-13 10:18:06 -0500 | |
| commit | f8b3926a8222249eaa682b410171ef71ddda406d (patch) | |
| tree | dcd108d364197c0458f9e966fff58d6a75d79756 | |
| parent | 1f496fc7439d46904c7fdf81baa35df023853cd3 (diff) | |
| download | kiwi-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.
| -rw-r--r-- | components/common.xml | 1 |
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> |