summaryrefslogtreecommitdiff
path: root/vm-libvirt.sh
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 /vm-libvirt.sh
parenta40a0bd9cdef2b8c3ce9adef3508f590c858bfb8 (diff)
downloadick-contractor-2f6583f85335718219505b6574da21f6b6371cfa.tar.gz
Change: enable nested VMs
Diffstat (limited to 'vm-libvirt.sh')
-rwxr-xr-xvm-libvirt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm-libvirt.sh b/vm-libvirt.sh
index 2a7a05e..90cb434 100755
--- a/vm-libvirt.sh
+++ b/vm-libvirt.sh
@@ -72,7 +72,7 @@ virt-install --connect qemu:///system \
--quiet \
--name="$name" \
--memory=8192 \
- --cpu=host-model-only \
+ --cpu=host \
--import \
--os-variant=debian9 \
--disk="path=$image,cache=none" \