distro/rhel85: offset first partition for ppc
First partition for ppc64le starts at 2048.
This commit is contained in:
parent
532ac748cb
commit
48466ae440
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue