Document zerofree explicitly (because of #1021341).
This commit is contained in:
parent
fd5b7b8e28
commit
319fd42944
|
@ -33,10 +33,11 @@ Debian Bullseye (11) or higher system:
|
||||||
* time
|
* time
|
||||||
* vmdb2 (>= 0.17)
|
* vmdb2 (>= 0.17)
|
||||||
* python3
|
* python3
|
||||||
|
* zerofree (because of [#1021341](https://bugs.debian.org/1021341))
|
||||||
|
|
||||||
To install these (as root):
|
To install these (as root):
|
||||||
```shell
|
```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
|
apt install -y fakemachine
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue