From b653961a50cc3ab45f2a3e121c15bb0683c36e44 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 18 Apr 2020 09:35:08 +0300 Subject: Change: unify VM image specifications --- worker-subplot.vmdb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'worker-subplot.vmdb') diff --git a/worker-subplot.vmdb b/worker-subplot.vmdb index a96dbc7..3ff1d1c 100644 --- a/worker-subplot.vmdb +++ b/worker-subplot.vmdb @@ -1,8 +1,6 @@ -# An image for running the Ick contractor inner VM. - steps: - mkimg: "{{ output }}" - size: 10G + size: 4G - mklabel: msdos device: "{{ output }}" @@ -32,7 +30,10 @@ steps: - apt: install packages: - linux-image-amd64 + - locales-all + - openssh-server - python3 + - sudo tag: / unless: rootfs_unpacked -- cgit v1.2.1