Skip to content

Commit c40e3de

Browse files
jannaumarcan
authored andcommitted
Bump Fedora Boot partition size to 1GiB
Required after https://pagure.io/fedora-asahi/kiwi-descriptions/c/ed3c8ba8c6d893de5b549308b6ba090d719b0eaf Fixes: a908095 ("installer_data: Bump Fedora images to 202312190352") Signed-off-by: Janne Grunau <[email protected]>
1 parent a908095 commit c40e3de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

data/installer_data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{
2828
"name": "Boot",
2929
"type": "Linux",
30-
"size": "1048576000B",
30+
"size": "1073741824B",
3131
"image": "boot.img"
3232
},
3333
{
@@ -66,7 +66,7 @@
6666
{
6767
"name": "Boot",
6868
"type": "Linux",
69-
"size": "1048576000B",
69+
"size": "1073741824B",
7070
"image": "boot.img"
7171
},
7272
{
@@ -101,7 +101,7 @@
101101
{
102102
"name": "Boot",
103103
"type": "Linux",
104-
"size": "1048576000B",
104+
"size": "1073741824B",
105105
"image": "boot.img"
106106
},
107107
{
@@ -136,7 +136,7 @@
136136
{
137137
"name": "Boot",
138138
"type": "Linux",
139-
"size": "1048576000B",
139+
"size": "1073741824B",
140140
"image": "boot.img"
141141
},
142142
{

0 commit comments

Comments
 (0)