Compare commits
5 commits
07abc842f0
...
6d16e2e4ae
Author | SHA1 | Date | |
---|---|---|---|
6d16e2e4ae |
|||
524c839e2c |
|||
c84cf7b8d0 | |||
3b66b655da | |||
d09f497d11 |
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@ 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,'
|
||||
--run-command 'systemctl enable fstrim.timer'
|
||||
|
||||
qm destroy ${VMID} || true
|
||||
qm create ${VMID} --name "creating-vm" --memory 2048 --net0 virtio,bridge=${BRIDGE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue