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:
parent
4376674c66
commit
d09f497d11
1 changed files with 1 additions and 0 deletions
|
@ -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,'
|
||||||
|
|
Loading…
Add table
Reference in a new issue