From c1a1e7568af4a40cd3fa919a1ee5c1bde7449147 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sat, 8 Mar 2025 09:17:16 +0000 Subject: [PATCH] Added addtional packages added htop, iftop, cloud-init, screen and wget to default installation template --- lab_config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lab_config.json b/lab_config.json index d4244da..f3a21f5 100644 --- a/lab_config.json +++ b/lab_config.json @@ -216,7 +216,12 @@ }, "ntp": true, "packages": [ - "qemu-guest-agent" + "qemu-guest-agent", + "wget", + "screen", + "iftop", + "htop", + "cloud-init" ], "parallel downloads": 0, "profile_config": {