summaryrefslogtreecommitdiff
path: root/create-vm
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-06 16:37:19 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-06 16:37:19 +0300
commitb40e614a11b06058d2853c1a557fa7635c0e7171 (patch)
tree5f04b6c9d575e4a391a738c8b6b3b9c583d1ee00 /create-vm
parent16bd33960af9c019ed53a0b5fd169d1f60d3b554 (diff)
downloadansibleness-b40e614a11b06058d2853c1a557fa7635c0e7171.tar.gz
Fix: cpu model to be host, not host-model-only
Diffstat (limited to 'create-vm')
-rwxr-xr-xcreate-vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-vm b/create-vm
index 52ea196..c4d645f 100755
--- a/create-vm
+++ b/create-vm
@@ -130,7 +130,7 @@ virt-install --connect qemu:///system \
--quiet \
--name="$name" \
--memory=1024 \
- --cpu=host-model-only \
+ --cpu=host \
--import \
--os-variant=debian9 \
--disk="path=$lvpath,cache=none" \