Merge pull request #3460 from flatcar/scripts

disk_layout: Keep Azure image size at 30 GB
This commit is contained in:
Kai Lueke 2025-11-04 14:12:51 +09:00
commit f16665e436
2 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,7 @@
"9":{
"label":"ROOT",
"fs_label":"ROOT",
"blocks":"58875904"
"blocks":"50876416"
}
},
"vagrant":{

View 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))