mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 14:01:43 +01:00
disk_layout: adjust ROOT partition sizes to fill new alignment
The new disk size alignment left too much extra space at the end of the disk which would lead to pointless resizing on first boot. Fill in the extra space so that no more than 1MB is left unused.
This commit is contained in:
parent
e77e4e5499
commit
0d3a849e2b
@ -64,7 +64,7 @@
|
||||
"9":{
|
||||
"label":"ROOT",
|
||||
"type":"coreos-resize",
|
||||
"blocks":"4194304",
|
||||
"blocks":"4302848",
|
||||
"fs_type":"btrfs",
|
||||
"fs_subvolume":"root",
|
||||
"mount":"/"
|
||||
@ -73,13 +73,13 @@
|
||||
"vm":{
|
||||
"9":{
|
||||
"label":"ROOT",
|
||||
"blocks":"12582912"
|
||||
"blocks":"12689408"
|
||||
}
|
||||
},
|
||||
"vagrant":{
|
||||
"9":{
|
||||
"label":"ROOT",
|
||||
"blocks":"33587200"
|
||||
"blocks":"33591296"
|
||||
}
|
||||
},
|
||||
"onmetal":{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user