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:
Kai Lüke 2025-11-04 14:11:49 +09:00 committed by GitHub
commit d6b3c299d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,7 @@
"9":{ "9":{
"label":"ROOT", "label":"ROOT",
"fs_label":"ROOT", "fs_label":"ROOT",
"blocks":"58875904" "blocks":"50876416"
} }
}, },
"vagrant":{ "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))