fixes names

This commit is contained in:
2022-01-27 10:02:46 +01:00
parent 6787ab2bff
commit 67cb44ed7a
3 changed files with 8 additions and 8 deletions

View File

@@ -12,8 +12,8 @@ virt-install \
--machine q35 \
--name minimal-workstation \
--boot uefi \
--cpu host-model,topology.sockets=1,topology.cores=1,topology.threads=2 \
--vcpus 1 \
--cpu host-model,topology.sockets=1,topology.cores=2,topology.threads=1 \
--vcpus 2 \
--memory 2048 \
--video virtio \
--graphics spice,gl.enable=yes,listen=none \