Skip to content

Commit 0ab7cf5

Browse files
committed
installer_data: Fix FAT32 partition IDs for Fedora images
Didn't realized these were randomized... Signed-off-by: Hector Martin <[email protected]>
1 parent c40e3de commit 0ab7cf5

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
@@ -19,7 +19,7 @@
1919
"type": "EFI",
2020
"size": "524288000B",
2121
"format": "fat",
22-
"volume_id": "0xf0c28f4e",
22+
"volume_id": "0x6f2de0d9",
2323
"copy_firmware": true,
2424
"copy_installer_data": true,
2525
"source": "esp"
@@ -58,7 +58,7 @@
5858
"type": "EFI",
5959
"size": "524288000B",
6060
"format": "fat",
61-
"volume_id": "0xeb2d1a44",
61+
"volume_id": "0x6c1b4427",
6262
"copy_firmware": true,
6363
"copy_installer_data": true,
6464
"source": "esp"
@@ -93,7 +93,7 @@
9393
"type": "EFI",
9494
"size": "524288000B",
9595
"format": "fat",
96-
"volume_id": "0xda149712",
96+
"volume_id": "0x5cf10496",
9797
"copy_firmware": true,
9898
"copy_installer_data": true,
9999
"source": "esp"
@@ -128,7 +128,7 @@
128128
"type": "EFI",
129129
"size": "524288000B",
130130
"format": "fat",
131-
"volume_id": "0xd81aa0bd",
131+
"volume_id": "0x567c919b",
132132
"copy_firmware": true,
133133
"copy_installer_data": true,
134134
"source": "esp"

0 commit comments

Comments
 (0)