Files
HoralOS/components/common.xml
T
Neal Gompa f8b3926a82 components/common: Exclude qemu-user-static
This metapackage pulls in tons of unwanted emulators which can
add up to 100MB of additional space.
2024-12-13 10:18:06 -05:00

10 lines
293 B
XML

<image>
<profiles>
<profile name="BaseCommon" description="Base common packages"/>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="BaseCommon">
<namedCollection name="standard"/>
<ignore name="qemu-user-static"/> <!-- Saves ~100MB -->
</packages>
</image>