minor fixes on scripts (wrong cpu host model)

This commit is contained in:
lukas 2022-01-24 20:05:52 +01:00
parent ec1499d2e8
commit c816fd92ff
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ virt-install \
--machine q35 \ --machine q35 \
--name minimal-workstation \ --name minimal-workstation \
--boot uefi \ --boot uefi \
--cpu host-passthrough,topology.sockets=1,topology.cores=1,topology.threads=1 \ --cpu host-model,topology.sockets=1,topology.cores=1,topology.threads=2 \
--vcpus 1 \ --vcpus 1 \
--memory 2048 \ --memory 2048 \
--video virtio \ --video virtio \

View File

@ -12,7 +12,7 @@ virt-install \
--machine q35 \ --machine q35 \
--name virtual-phyllome-os \ --name virtual-phyllome-os \
--boot uefi \ --boot uefi \
--cpu host-model,topology.sockets=1,topology.cores=2,topology.threads=2 \ --cpu host-passthrough,topology.sockets=1,topology.cores=2,topology.threads=2 \
--vcpus 1 \ --vcpus 1 \
--memory 8192 \ --memory 8192 \
--video virtio \ --video virtio \