From a3cd499297092ccad2a09d8d5930d98e09710c57 Mon Sep 17 00:00:00 2001 From: rblundon Date: Fri, 19 Sep 2025 09:44:43 -0500 Subject: [PATCH] fix auto --- infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data b/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data index da38891..c70ebb0 100644 --- a/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data +++ b/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data @@ -29,7 +29,7 @@ autoinstall: policy: all swap: filename: /swap.img - size: "auto" + size: auto user-data: disable_root: true