From d09f497d11f6ae2be1c29b18b5de0278e654d976 Mon Sep 17 00:00:00 2001
From: June <june@jsts.xyz>
Date: Thu, 13 Feb 2025 01:09:36 +0100
Subject: [PATCH] remove openipmi from template as it results in a crashing
 service

It can always be installed after the fact, if indeed needed.
---
 build-proxmox-template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-proxmox-template b/build-proxmox-template
index db73021..863f123 100755
--- a/build-proxmox-template
+++ b/build-proxmox-template
@@ -38,6 +38,7 @@ rm debian-12-generic-amd64.tar.xz
 virt-customize -a disk.raw \
 	--update \
 	--install qemu-guest-agent \
+	--uninstall openipmi \
 	--run-command 'systemctl enable qemu-guest-agent' \
 	--run-command 'systemctl enable fstrim.timer' \
 	--edit '/etc/ssh/sshd_config:s,#?Port.*,Port 42666,'