components/boot: Add full kernel and btrfs stack to BootDiskCore
The boot environment for non-cloud disk images was incomplete, leading to images not bootable on real hardware. This change adds the missing packages to fix that.
This commit is contained in:
@@ -95,6 +95,12 @@
|
|||||||
<packages type="image" patternType="plusRecommended" profiles="BootDiskCore">
|
<packages type="image" patternType="plusRecommended" profiles="BootDiskCore">
|
||||||
<package name="arm-image-installer" arch="aarch64"/>
|
<package name="arm-image-installer" arch="aarch64"/>
|
||||||
<package name="bcm283x-firmware" arch="aarch64"/>
|
<package name="bcm283x-firmware" arch="aarch64"/>
|
||||||
|
<package name="glibc-all-langpacks"/>
|
||||||
|
<package name="kernel"/>
|
||||||
|
<package name="kernel-modules"/>
|
||||||
|
<package name="kernel-modules-extra"/>
|
||||||
|
<package name="btrfs-progs"/>
|
||||||
|
<package name="udisks2-btrfs"/>
|
||||||
<package name="uboot-images-armv8" arch="aarch64"/>
|
<package name="uboot-images-armv8" arch="aarch64"/>
|
||||||
</packages>
|
</packages>
|
||||||
</image>
|
</image>
|
||||||
|
|||||||
Reference in New Issue
Block a user