Merge pull request #20 from 20100074/update-dependencies

Add debootstrap and kpartx to dependencies
This commit is contained in:
Takumi Sueda 2021-08-28 11:40:34 +09:00 committed by GitHub
commit f77dc68e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ Confirmed environments
----------------------
- Debian 10 (buster) amd64
- Debian 11 (bullseye) amd64
Getting Started
@ -20,7 +21,7 @@ Getting Started
1. Install dependencies.
```
$ sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi qemu-user-static
$ sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi qemu-user-static debootstrap kpartx
```
1. Clone this repository with recursive clone enabled.