mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-12 15:36:58 +02:00
fix(build_library): Drop default 'base' layout to 512MB for STATE.
This will further reduce the amount of dd'ing required when using block devices.
This commit is contained in:
parent
8a488f890b
commit
dfb7d8d115
@ -63,7 +63,7 @@
|
|||||||
"num": 9,
|
"num": 9,
|
||||||
"label":"STATE",
|
"label":"STATE",
|
||||||
"type":"data",
|
"type":"data",
|
||||||
"blocks":"2097152"
|
"blocks":"1048576"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"vm": [
|
"vm": [
|
||||||
|
Loading…
Reference in New Issue
Block a user