teams/server: Split out ServerDisk aarch64 profile to force MBR
Many of the older supported AArch64 systems (particularly single board computers) require a legacy MBR (Master Boot Record) type partitioning to successfully boot.
This commit is contained in:
+18
-1
@@ -70,7 +70,7 @@
|
|||||||
</oemconfig>
|
</oemconfig>
|
||||||
</type>
|
</type>
|
||||||
</preferences>
|
</preferences>
|
||||||
<preferences profiles="ServerDisk" arch="x86_64,aarch64">
|
<preferences profiles="ServerDisk" arch="x86_64">
|
||||||
<type image="oem"
|
<type image="oem"
|
||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
@@ -87,6 +87,23 @@
|
|||||||
</oemconfig>
|
</oemconfig>
|
||||||
</type>
|
</type>
|
||||||
</preferences>
|
</preferences>
|
||||||
|
<preferences profiles="ServerDisk" arch="aarch64">
|
||||||
|
<type image="oem"
|
||||||
|
filesystem="xfs"
|
||||||
|
devicepersistency="by-uuid" force_mbr="true"
|
||||||
|
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
|
||||||
|
rootfs_label="fedora"
|
||||||
|
>
|
||||||
|
<bootloader name="grub2" console="serial" timeout="0"/>
|
||||||
|
<size unit="G">10</size>
|
||||||
|
<systemdisk>
|
||||||
|
<volume name="@root"/>
|
||||||
|
</systemdisk>
|
||||||
|
<oemconfig>
|
||||||
|
<oem-resize>false</oem-resize>
|
||||||
|
</oemconfig>
|
||||||
|
</type>
|
||||||
|
</preferences>
|
||||||
<preferences profiles="ServerDisk" arch="ppc64le">
|
<preferences profiles="ServerDisk" arch="ppc64le">
|
||||||
<type image="oem"
|
<type image="oem"
|
||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
|
|||||||
Reference in New Issue
Block a user