From 11e34f57c10467a66ee5a5191c693cd6bb200739 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 9 Nov 2018 17:16:36 -0800 Subject: [PATCH] Bump version of support server disk image We made it bigger. Signed-off-by: Adam Williamson --- templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates b/templates index a534a318..68b5015e 100755 --- a/templates +++ b/templates @@ -4670,7 +4670,7 @@ name => "support_server", settings => [ { key => "NUMDISKS", value => "2" }, - { key => "HDD_1", value => "disk_f%CURRREL%_support_3_%ARCH%.img" }, + { key => "HDD_1", value => "disk_f%CURRREL%_support_4_%ARCH%.img" }, { key => "POSTINSTALL", value => "_support_server" }, { key => "USER_LOGIN", value => "false" }, { key => "ROOT_PASSWORD", value => "weakpassword" },