diff options
| author | Greg Steuck <gnezdo@google.com> | 2021-06-03 15:18:21 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-06-04 11:13:48 +0200 |
| commit | 966a236b1643fb600d2cd2648bac9e6457849e24 (patch) | |
| tree | 209b5309fa8df00412b74b86128c17a0ad666662 /tools | |
| parent | 0740de696b19a870c7208bd97f3194988281c282 (diff) | |
tools/create-openbsd-vmm-worker: increase worker disk image size
llvm/clang growth post-6.9 pushed the worker image over the previous
limit. The 1.5 increase gives us room for future growth.
Diffstat (limited to 'tools')
| -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 |
