distro/rhel85: offset first partition for ppc

First partition for ppc64le starts at 2048.
This commit is contained in:
Achilleas Koutsou 2021-08-10 18:16:58 +02:00 committed by Ondřej Budai
parent 532ac748cb
commit 48466ae440

View file

@ -99,6 +99,7 @@ func defaultPartitionTable(imageOptions distro.ImageOptions, arch distro.Arch, r
Type: "dos",
Partitions: []disk.Partition{
{
Start: 2048,
Size: 8192,
Type: "41",
Bootable: true,