summaryrefslogtreecommitdiff
path: root/packer/ubuntu-24.04-server.json
diff options
context:
space:
mode:
Diffstat (limited to 'packer/ubuntu-24.04-server.json')
-rw-r--r--packer/ubuntu-24.04-server.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/packer/ubuntu-24.04-server.json b/packer/ubuntu-24.04-server.json
index 11b0acb..c40098f 100644
--- a/packer/ubuntu-24.04-server.json
+++ b/packer/ubuntu-24.04-server.json
@@ -71,6 +71,10 @@
"provisioners": [
{
"type": "shell",
+ "script": "files/scripts/linux/setup-qemu-guest-agent.sh"
+ },
+ {
+ "type": "shell",
"script": "files/scripts/linux/sysprep.sh"
}
],