mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
fix(build_image): Switch STATE/ROOT partitions to coreos-resize type.
This is used by the new resize implementation to identify which partition to resize during boot.
This commit is contained in:
parent
c465be03f2
commit
ae03aaf368
@ -61,7 +61,7 @@
|
|||||||
},
|
},
|
||||||
"9":{
|
"9":{
|
||||||
"label":"STATE",
|
"label":"STATE",
|
||||||
"type":"data",
|
"type":"coreos-resize",
|
||||||
"blocks":"1048576",
|
"blocks":"1048576",
|
||||||
"fs_type":"ext4",
|
"fs_type":"ext4",
|
||||||
"mount":"/media/state",
|
"mount":"/media/state",
|
||||||
@ -90,7 +90,6 @@
|
|||||||
"vm":{
|
"vm":{
|
||||||
"9":{
|
"9":{
|
||||||
"label":"STATE",
|
"label":"STATE",
|
||||||
"type":"data",
|
|
||||||
"blocks":"6291456"
|
"blocks":"6291456"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -112,7 +111,6 @@
|
|||||||
"vagrant":{
|
"vagrant":{
|
||||||
"9":{
|
"9":{
|
||||||
"label":"STATE",
|
"label":"STATE",
|
||||||
"type":"data",
|
|
||||||
"blocks":"33587200"
|
"blocks":"33587200"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user