mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 05:05:17 +00:00
minor fixes on scripts (wrong cpu host model)
This commit is contained in:
parent
ec1499d2e8
commit
c816fd92ff
@ -12,7 +12,7 @@ virt-install \
|
||||
--machine q35 \
|
||||
--name minimal-workstation \
|
||||
--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 \
|
||||
--memory 2048 \
|
||||
--video virtio \
|
||||
|
@ -12,7 +12,7 @@ virt-install \
|
||||
--machine q35 \
|
||||
--name virtual-phyllome-os \
|
||||
--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 \
|
||||
--memory 8192 \
|
||||
--video virtio \
|
||||
|
Loading…
Reference in New Issue
Block a user