Add README warning for binfmt-support requirement (#46)
This commit is contained in:
parent
667318116a
commit
a45a061ec4
|
@ -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
|
If something breaks along the line, you can edit the corresponding scripts, and
|
||||||
continue:
|
continue:
|
||||||
|
|
||||||
```
|
```
|
||||||
CONTINUE=1 ./build-docker.sh
|
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
|
## Stage Anatomy
|
||||||
|
|
||||||
### Raspbian Stage Overview
|
### Raspbian Stage Overview
|
||||||
|
@ -100,7 +103,7 @@ maintenance and allows for more easy customization.
|
||||||
wolfram-engine, system documentation, office productivity, etc. This is
|
wolfram-engine, system documentation, office productivity, etc. This is
|
||||||
the stage that installs all of the things that make Raspbian friendly to
|
the stage that installs all of the things that make Raspbian friendly to
|
||||||
new users.
|
new users.
|
||||||
|
|
||||||
### Stage specification
|
### Stage specification
|
||||||
If you wish to build up to a specified stage (such as building up to stage 2 for a lite system), place an empty file named `SKIP` in each of the `./stage` directories you wish not to include.
|
If you wish to build up to a specified stage (such as building up to stage 2 for a lite system), place an empty file named `SKIP` in each of the `./stage` directories you wish not to include.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user