distro/rhel86: fix ec2 boot partition for arm64
It should be `1048576` (exactly 512 MiB), like it is for all other distributions. It somehow got mingled in when the distribution was forked off from 8.5/9.0 beta (1048676 to 1048576 strongly suggests a sed command was involved, so we blame that).
This commit is contained in:
parent
17e8a570a3
commit
669d3e0734
4 changed files with 28 additions and 28 deletions
|
|
@ -155,7 +155,7 @@ var ec2BasePartitionTables = distro.BasePartitionTableMap{
|
|||
},
|
||||
},
|
||||
{
|
||||
Size: 1048676,
|
||||
Size: 1048576,
|
||||
Type: disk.FilesystemDataGUID,
|
||||
UUID: disk.FilesystemDataUUID,
|
||||
Filesystem: &disk.Filesystem{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue