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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user