Merge branch 'feature/add_missing_dependencies' into 'master'

add missing dependencies

See merge request raspi-team/image-specs!37
This commit is contained in:
Diederik de Haas 2021-03-26 17:57:17 +00:00
commit 6f9766906b
1 changed files with 3 additions and 1 deletions

View File

@ -25,13 +25,15 @@ Debian Buster (10) or higher system:
* vmdb2 (>= 0.17) * vmdb2 (>= 0.17)
* dosfstools * dosfstools
* binfmt-support * binfmt-support
* qemu-utils
* qemu-user-static * qemu-user-static
* debootstrap
* time * time
* kpartx * kpartx
To install these (as root): To install these (as root):
```shell ```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 Do note that at least currently vmdb2 uses some syntax that is available