aboutsummaryrefslogtreecommitdiffstats
path: root/tools/create-openbsd-vmm-worker.sh
diff options
context:
space:
mode:
authorGreg Steuck <blackgnezdo@gmail.com>2018-09-28 02:13:51 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-09-28 11:13:51 +0200
commit0b624c8069f103aa1724916c0ec4f11c0787dece (patch)
tree3400f266cc9dc1d1d058d345588735be6984640b /tools/create-openbsd-vmm-worker.sh
parent0c2fa87bc67b35886d2ff79d0a430b997e1ffee4 (diff)
tools/create-openbsd-*: fully functional images from scratch
* tools/create-openbsd-gce-ci: use config from /syzkaller * Use syzkaller copy of src instead of a separate one. * Using /dev/null disk in vm.conf * Use KVM, enable doas, no longer symlink. * Use a dummmy.img * Revert "Use a dummmy.img" This reverts commit 656b24d5e4573dde5e95c6158852001c7241e65a.
Diffstat (limited to 'tools/create-openbsd-vmm-worker.sh')
-rwxr-xr-xtools/create-openbsd-vmm-worker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create-openbsd-vmm-worker.sh b/tools/create-openbsd-vmm-worker.sh
index 403bc0b0c..15f78cf08 100755
--- a/tools/create-openbsd-vmm-worker.sh
+++ b/tools/create-openbsd-vmm-worker.sh
@@ -124,7 +124,7 @@ set timeout 1800
spawn qemu-system-x86_64 -nographic -smp 2 \
-drive if=virtio,file=worker_disk.raw,format=raw -cdrom "${ISO_PATCHED}" \
- -net nic,model=virtio -net user -boot once=d
+ -net nic,model=virtio -net user -boot once=d -m 4000 -enable-kvm
expect timeout { exit 1 } "boot>"
send "\n"