mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
build_library: replace coreos with flatcar in disk layout
To make GPT partition type strings include flatcar- strings instead of coreos-, we need to change the disk layout file.
This commit is contained in:
parent
84ff847d5f
commit
50962b847e
@ -26,7 +26,7 @@
|
||||
"3":{
|
||||
"label":"USR-A",
|
||||
"uuid":"7130c94a-213a-4e5a-8e26-6cce9662f132",
|
||||
"type":"coreos-rootfs",
|
||||
"type":"flatcar-rootfs",
|
||||
"blocks":"2097152",
|
||||
"fs_blocks":"260094",
|
||||
"fs_type":"ext2",
|
||||
@ -36,7 +36,7 @@
|
||||
"4":{
|
||||
"label":"USR-B",
|
||||
"uuid":"e03dd35c-7c2d-4a47-b3fe-27f15780a57c",
|
||||
"type":"coreos-rootfs",
|
||||
"type":"flatcar-rootfs",
|
||||
"blocks":"2097152",
|
||||
"fs_blocks":"262144"
|
||||
},
|
||||
@ -56,18 +56,18 @@
|
||||
},
|
||||
"7":{
|
||||
"label":"OEM-CONFIG",
|
||||
"type":"coreos-reserved",
|
||||
"type":"flatcar-reserved",
|
||||
"blocks":"131072"
|
||||
},
|
||||
"8":{
|
||||
"type":"blank",
|
||||
"label":"coreos-reserved",
|
||||
"label":"flatcar-reserved",
|
||||
"blocks":"0"
|
||||
},
|
||||
"9":{
|
||||
"label":"ROOT",
|
||||
"fs_label":"ROOT",
|
||||
"type":"coreos-resize",
|
||||
"type":"flatcar-resize",
|
||||
"blocks":"4427776",
|
||||
"fs_type":"ext4",
|
||||
"mount":"/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user