From fbe54d528ac334833b7d798ec0c8a6dd63e4b080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 27 Oct 2023 09:51:39 -0400 Subject: [PATCH] test-incus-storage-vm: Add genisoimage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- bin/test-incus-storage-vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/test-incus-storage-vm b/bin/test-incus-storage-vm index 1fe97159..9d50bca1 100755 --- a/bin/test-incus-storage-vm +++ b/bin/test-incus-storage-vm @@ -18,7 +18,7 @@ trap cleanup EXIT HUP INT TERM # Install test dependencies apt-get remove --purge cloud-init --yes -apt-get install --yes curl zfsutils-linux +apt-get install --yes curl zfsutils-linux genisoimage # Install Incus curl -sL https://pkgs.zabbly.com/get/incus-daily | sh