From 319fd42944f68795e88779c5007c2a5de018be97 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 5 Oct 2023 20:57:21 +0200 Subject: [PATCH] Document zerofree explicitly (because of #1021341). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a47b30c..4e32c72 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,11 @@ Debian Bullseye (11) or higher system: * time * vmdb2 (>= 0.17) * python3 +* zerofree (because of [#1021341](https://bugs.debian.org/1021341)) To install these (as root): ```shell - apt install -y vmdb2 dosfstools qemu-utils qemu-user-static debootstrap binfmt-support time kpartx bmap-tools python3 + apt install -y vmdb2 dosfstools qemu-utils qemu-user-static debootstrap binfmt-support time kpartx bmap-tools python3 zerofree apt install -y fakemachine ```