components/common: Exclude qemu-user-static

This metapackage pulls in tons of unwanted emulators which can
add up to 100MB of additional space.
This commit is contained in:
Neal Gompa
2024-12-13 10:18:06 -05:00
parent 1f496fc743
commit f8b3926a82
+1
View File
@@ -4,5 +4,6 @@
</profiles> </profiles>
<packages type="image" patternType="plusRecommended" profiles="BaseCommon"> <packages type="image" patternType="plusRecommended" profiles="BaseCommon">
<namedCollection name="standard"/> <namedCollection name="standard"/>
<ignore name="qemu-user-static"/> <!-- Saves ~100MB -->
</packages> </packages>
</image> </image>