From 0bbe6296475698a6a5192aa2680fea032fcc6d21 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 6 May 2020 14:22:37 -0700 Subject: [PATCH] Drop minimal image size back down to 10GB We bumped it for the live image build update test, but I tweaked that to use a separate scratch disk now, so the base image no longer needs to be so big. Signed-off-by: Adam Williamson --- hdds.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdds.json b/hdds.json index 319742b..9ad6f5e 100644 --- a/hdds.json +++ b/hdds.json @@ -132,7 +132,7 @@ "stable": ["x86_64"], "branched": ["x86_64"] }, - "size" : "20", + "size" : "10", "imgver": "3" }, { @@ -141,7 +141,7 @@ "-1" : ["x86_64"], "-2" : ["x86_64"] }, - "size" : "20", + "size" : "10", "imgver": "3", "bootopts": "uefi" },