From 1af8472759689c5f0435248a224153bf2542b829 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 4 Mar 2021 08:41:51 +0000 Subject: [PATCH] add missing dependencies --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c6dfa2..63a7742 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,15 @@ Debian Buster (10) or higher system: * vmdb2 (>= 0.17) * dosfstools * binfmt-support +* qemu-utils * qemu-user-static +* debootstrap * time * kpartx To install these (as root): ```shell - apt install -y vmdb2 dosfstools qemu-user-static binfmt-support time kpartx + apt install -y vmdb2 dosfstools qemu-utils qemu-user-static debootstrap binfmt-support time kpartx ``` Do note that –at least currently– vmdb2 uses some syntax that is available