summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-02 09:47:15 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-02 09:47:15 +0200
commit9c22c635955ef97b6792a22a27d2781bf1d4d0f3 (patch)
tree955267513f1ff49e2c1e936f39670b7e39fc8c7d
parente61a2205dbd4eafe401346bb02b79a2de0108ab2 (diff)
downloadick-contractor-9c22c635955ef97b6792a22a27d2781bf1d4d0f3.tar.gz
only build the basic worker image, make it bigger
-rwxr-xr-xvm.sh4
-rw-r--r--worker.vmdb2
2 files changed, 1 insertions, 5 deletions
diff --git a/vm.sh b/vm.sh
index 566f208..37090bb 100755
--- a/vm.sh
+++ b/vm.sh
@@ -6,8 +6,4 @@ build() {
vmdb2 "$1" --output "$2" --rootfs-tarball vm.tar.gz -v --log vmdb2.log
}
-build vm.vmdb vm.img
build worker.vmdb worker.img
-build worker-subplot.vmdb worker-subplot.img
-build worker-vmdb2.vmdb worker-vmdb2.img
-build worker-scap.vmdb worker-scap.img
diff --git a/worker.vmdb b/worker.vmdb
index 5db8407..5f5bd31 100644
--- a/worker.vmdb
+++ b/worker.vmdb
@@ -1,6 +1,6 @@
steps:
- mkimg: "{{ output }}"
- size: 4G
+ size: 20G
- mklabel: msdos
device: "{{ output }}"