From 0d3a849e2b7117a7d166c5369e70bafbb803dccb Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 8 Oct 2014 20:36:28 -0700 Subject: [PATCH] disk_layout: adjust ROOT partition sizes to fill new alignment The new disk size alignment left too much extra space at the end of the disk which would lead to pointless resizing on first boot. Fill in the extra space so that no more than 1MB is left unused. --- build_library/disk_layout.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_library/disk_layout.json b/build_library/disk_layout.json index 937a3ca40c..77c8048bf4 100644 --- a/build_library/disk_layout.json +++ b/build_library/disk_layout.json @@ -64,7 +64,7 @@ "9":{ "label":"ROOT", "type":"coreos-resize", - "blocks":"4194304", + "blocks":"4302848", "fs_type":"btrfs", "fs_subvolume":"root", "mount":"/" @@ -73,13 +73,13 @@ "vm":{ "9":{ "label":"ROOT", - "blocks":"12582912" + "blocks":"12689408" } }, "vagrant":{ "9":{ "label":"ROOT", - "blocks":"33587200" + "blocks":"33591296" } }, "onmetal":{