Add README warning for binfmt-support requirement (#46)
This commit is contained in:
parent
667318116a
commit
a45a061ec4
1 changed files with 4 additions and 1 deletions
|
@ -46,10 +46,13 @@ You can then remove the build container with `docker rm pigen_work`
|
|||
|
||||
If something breaks along the line, you can edit the corresponding scripts, and
|
||||
continue:
|
||||
|
||||
```
|
||||
CONTINUE=1 ./build-docker.sh
|
||||
```
|
||||
|
||||
There is a possibility that even when running from a docker container, the installation of `qemu-user-static` will silently fail when building the image because `binfmt-support` _must be enabled on the underlying kernel_. An easy fix is to ensure `binfmt-support` is installed on the host machine before starting the `./build-docker.sh` script (or using your own docker build solution).
|
||||
|
||||
## Stage Anatomy
|
||||
|
||||
### Raspbian Stage Overview
|
||||
|
|
Loading…
Reference in a new issue