mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-27 13:31:56 +01:00
fix(legacy_disk_layout.json): Omit unused partitions.
We don't need to reserve space on disk just to reserve partition numbers. And now that partitions are aligned these blanks spots grew from 512 bytes to 1MB which is not much but still silly.
This commit is contained in:
parent
03754b2d62
commit
f6341fc31d
@ -39,8 +39,8 @@
|
||||
"num": 5,
|
||||
"label":"ROOT-C",
|
||||
"uuid":"d82521b4-07ac-4f1c-8840-ddefedc332f3",
|
||||
"type":"coreos-rootfs",
|
||||
"blocks":"1"
|
||||
"type":"blank",
|
||||
"blocks":"0"
|
||||
},
|
||||
{
|
||||
"num": 6,
|
||||
@ -50,15 +50,15 @@
|
||||
},
|
||||
{
|
||||
"num": 7,
|
||||
"type":"coreos-reserved",
|
||||
"type":"blank",
|
||||
"label":"coreos-reserved",
|
||||
"blocks":"1"
|
||||
"blocks":"0"
|
||||
},
|
||||
{
|
||||
"num": 8,
|
||||
"type":"coreos-reserved",
|
||||
"type":"blank",
|
||||
"label":"coreos-reserved",
|
||||
"blocks":"1"
|
||||
"blocks":"0"
|
||||
},
|
||||
{
|
||||
"num": 9,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user