asahi-kiwi-descriptions/components/base.xml
Neal Gompa 53d04b290c Enable weak dependencies for package installation in the image phase
This brings package installation behavior in-line with what other
image building tools do, and provides us the expected behavior
for image content.
2022-09-18 21:19:49 -04:00

18 lines
569 B
XML

<image>
<profiles>
<profile name="Common" description="Common packages"/>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="Common">
<namedCollection name="core"/>
<namedCollection name="standard"/>
<namedCollection name="hardware-support"/>
<namedCollection name="arm-tools" arch="aarch64"/>
<package name="bcm283x-firmware"/>
<package name="chrony"/>
<package name="dracut-config-generic"/>
<package name="initial-setup"/>
<package name="glibc-all-langpacks"/>
<ignore name="generic-release*"/>
</packages>
</image>