From ce0efcd8df0748719bb0ba6c706fccb4d1fae84a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 4 Jun 2018 16:17:23 -0700 Subject: [PATCH] Bump HDDSIZEGB for Workstation-boot-iso i386 Did this for x86_64 last year, but forgot about i386. Signed-off-by: Adam Williamson --- templates | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates b/templates index 6f57a2d2..94cfb57d 100755 --- a/templates +++ b/templates @@ -4345,7 +4345,8 @@ name => "", settings => [ { key => "DESKTOP", value => "gnome" }, - { key => "TEST_TARGET", value => "ISO" } + { key => "TEST_TARGET", value => "ISO" }, + { key => "HDDSIZEGB", value => "12" } ], version => "*", },