remove openipmi from template as it results in a crashing service #1

Merged
max merged 1 commit from remove_openipmi into main 2025-02-13 23:50:22 +01:00
Showing only changes of commit d09f497d11 - Show all commits

remove openipmi from template as it results in a crashing service

It can always be installed after the fact, if indeed needed.
June 2025-02-13 01:09:36 +01:00
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 \
--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,'