forked from roots/phyllomeos
		
	minor fixes on scripts (wrong cpu host model)
This commit is contained in:
		| @@ -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 \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user