From 9a8978d0462bdca8e8b7ea3821eeb210a4b906d5 Mon Sep 17 00:00:00 2001 From: rblundon Date: Mon, 22 Sep 2025 09:42:35 -0500 Subject: [PATCH] disable swap --- .../04-vm-templates/ubuntu-24.04.03/http/user-data | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 6a63ad1..059cf71 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 @@ -22,15 +22,14 @@ autoinstall: packages: - qemu-guest-agent - chrony -# - sudo storage: layout: name: lvm # direct policy: all - swap: - filename: /swap.img - size: auto + # swap: + # filename: /swap.img + # size: auto user-data: disable_root: true