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:
Christian Kellner 2021-12-20 19:04:47 +01:00 committed by Achilleas Koutsou
parent 17e8a570a3
commit 669d3e0734
4 changed files with 28 additions and 28 deletions

View file

@ -1101,14 +1101,14 @@
"uuid": "68B2905B-DF3E-4FB3-80FA-49D1E773AA33"
},
{
"size": 1048676,
"size": 1048576,
"start": 411648,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "CB07C243-BC44-4717-853E-28852021225B"
},
{
"size": 19511096,
"start": 1460324,
"size": 19511196,
"start": 1460224,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562"
}
@ -1150,7 +1150,7 @@
"options": {
"filename": "image.raw",
"start": 411648,
"size": 1048676
"size": 1048576
}
}
}
@ -1166,8 +1166,8 @@
"type": "org.osbuild.loopback",
"options": {
"filename": "image.raw",
"start": 1460324,
"size": 19511096
"start": 1460224,
"size": 19511196
}
}
}
@ -1197,7 +1197,7 @@
"options": {
"filename": "image.raw",
"start": 411648,
"size": 1048676
"size": 1048576
}
},
"efi": {
@ -1212,8 +1212,8 @@
"type": "org.osbuild.loopback",
"options": {
"filename": "image.raw",
"start": 1460324,
"size": 19511096
"start": 1460224,
"size": 19511196
}
}
},

View file

@ -1128,14 +1128,14 @@
"uuid": "68B2905B-DF3E-4FB3-80FA-49D1E773AA33"
},
{
"size": 1048676,
"size": 1048576,
"start": 411648,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "CB07C243-BC44-4717-853E-28852021225B"
},
{
"size": 19511096,
"start": 1460324,
"size": 19511196,
"start": 1460224,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562"
}
@ -1177,7 +1177,7 @@
"options": {
"filename": "image.raw",
"start": 411648,
"size": 1048676
"size": 1048576
}
}
}
@ -1193,8 +1193,8 @@
"type": "org.osbuild.loopback",
"options": {
"filename": "image.raw",
"start": 1460324,
"size": 19511096
"start": 1460224,
"size": 19511196
}
}
}
@ -1224,7 +1224,7 @@
"options": {
"filename": "image.raw",
"start": 411648,
"size": 1048676
"size": 1048576
}
},
"efi": {
@ -1239,8 +1239,8 @@
"type": "org.osbuild.loopback",
"options": {
"filename": "image.raw",
"start": 1460324,
"size": 19511096
"start": 1460224,
"size": 19511196
}
}
},

View file

@ -1142,14 +1142,14 @@
"uuid": "68B2905B-DF3E-4FB3-80FA-49D1E773AA33"
},
{
"size": 1048676,
"size": 1048576,
"start": 411648,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "CB07C243-BC44-4717-853E-28852021225B"
},
{
"size": 19511096,
"start": 1460324,
"size": 19511196,
"start": 1460224,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562"
}
@ -1191,7 +1191,7 @@
"options": {
"filename": "image.raw",
"start": 411648,
"size": 1048676
"size": 1048576
}
}
}
@ -1207,8 +1207,8 @@
"type": "org.osbuild.loopback",
"options": {
"filename": "image.raw",
"start": 1460324,
"size": 19511096
"start": 1460224,
"size": 19511196
}
}
}
@ -1238,7 +1238,7 @@
"options": {
"filename": "image.raw",
"start": 411648,
"size": 1048676
"size": 1048576
}
},
"efi": {
@ -1253,8 +1253,8 @@
"type": "org.osbuild.loopback",
"options": {
"filename": "image.raw",
"start": 1460324,
"size": 19511096
"start": 1460224,
"size": 19511196
}
}
},