From ccd54db03330fb914d344847999475b15c9ef3a1 Mon Sep 17 00:00:00 2001 From: KOSHIKAWA Kenichi Date: Thu, 26 Aug 2021 21:23:35 +0900 Subject: [PATCH 1/2] Add debootstrap and kpartx to dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 994ec9e..1f0ad23 100644 --- a/README.md +++ b/README.md @@ -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. From 46100619b0d78bff7792f13b68aebfb2a70f537f Mon Sep 17 00:00:00 2001 From: KOSHIKAWA Kenichi Date: Thu, 26 Aug 2021 21:42:34 +0900 Subject: [PATCH 2/2] fixup! Add debootstrap and kpartx to dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f0ad23..2b33160 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Confirmed environments ---------------------- - Debian 10 (buster) amd64 +- Debian 11 (bullseye) amd64 Getting Started