Added addtional packages

added htop, iftop, cloud-init, screen and wget to default installation template
This commit is contained in:
2025-03-08 09:17:16 +00:00
parent 65b2b64c97
commit c1a1e7568a

View File

@@ -216,7 +216,12 @@
}, },
"ntp": true, "ntp": true,
"packages": [ "packages": [
"qemu-guest-agent" "qemu-guest-agent",
"wget",
"screen",
"iftop",
"htop",
"cloud-init"
], ],
"parallel downloads": 0, "parallel downloads": 0,
"profile_config": { "profile_config": {