mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-06 19:22:17 +01:00
Merge pull request #3460 from flatcar/kai/azure-fix-image-size
disk_layout: Keep Azure image size at 30 GB
This commit is contained in:
commit
d6b3c299d2
@ -88,7 +88,7 @@
|
|||||||
"9":{
|
"9":{
|
||||||
"label":"ROOT",
|
"label":"ROOT",
|
||||||
"fs_label":"ROOT",
|
"fs_label":"ROOT",
|
||||||
"blocks":"58875904"
|
"blocks":"50876416"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vagrant":{
|
"vagrant":{
|
||||||
|
|||||||
1
changelog/changes/2025-11-03-azure-size.md
Normal file
1
changelog/changes/2025-11-03-azure-size.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Alpha only: Reduced Azure image size again to 30 GB as before by shrinking the root partition to compensate for the growth of the other partitions ([scripts#TODO](https://github.com/flatcar/scripts/pull/TODO))
|
||||||
Loading…
x
Reference in New Issue
Block a user