diff options
Diffstat (limited to 'tools/create-openbsd-vmm-worker.sh')
| -rwxr-xr-x | tools/create-openbsd-vmm-worker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create-openbsd-vmm-worker.sh b/tools/create-openbsd-vmm-worker.sh index 58dc40438..69cef4c5a 100755 --- a/tools/create-openbsd-vmm-worker.sh +++ b/tools/create-openbsd-vmm-worker.sh @@ -130,7 +130,7 @@ growisofs -M "${ISO_PATCHED}" -l -R -graft-points \ # Initialize disk image. rm -f worker_disk.raw -qemu-img create -f raw worker_disk.raw 1G +qemu-img create -f raw worker_disk.raw 1500M # Run the installer to create the disk image. expect 2>&1 <<EOF | tee install_log |
