summaryrefslogtreecommitdiff
path: root/create-vm
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-06 16:36:51 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-06 16:36:51 +0300
commit2f6583f85335718219505b6574da21f6b6371cfa (patch)
tree77895ff5950d1d660da7ffdc4667556161167608 /create-vm
parenta40a0bd9cdef2b8c3ce9adef3508f590c858bfb8 (diff)
downloadick-contractor-2f6583f85335718219505b6574da21f6b6371cfa.tar.gz
Change: enable nested VMs
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 aabc56e..1eca0a9 100755
--- a/create-vm
+++ b/create-vm
@@ -15,7 +15,7 @@ virt-install \
--quiet \
--name="$name" \
--memory=4096 \
- --cpu=host-model-only \
+ --cpu=host \
--import \
--os-variant=debian9 \
--disk="path=$image,cache=none" \