mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +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,
|
||||
"label":"STATE",
|
||||
"type":"data",
|
||||
"blocks":"2097152"
|
||||
"blocks":"1048576"
|
||||
}
|
||||
],
|
||||
"vm": [
|
||||
|
Loading…
Reference in New Issue
Block a user