remove openipmi from template as it results in a crashing service

It can always be installed after the fact, if indeed needed.
This commit is contained in:
June 2025-02-13 01:09:36 +01:00
parent 4376674c66
commit d09f497d11
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

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