Add debootstrap and kpartx to dependencies

This commit is contained in:
KOSHIKAWA Kenichi 2021-08-26 21:23:35 +09:00
parent ccd1d72e64
commit ccd54db033
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,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.