Skip to content

Commit

Permalink
novacustom/building-manual.md: Suggest older container on fails
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Gołaś <[email protected]>
  • Loading branch information
philipandag authored and mkopec committed Dec 18, 2024
1 parent 9337355 commit ce80827
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/unified/novacustom/building-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@
coreboot/coreboot-sdk:2023-11-24_2731fa619b /bin/bash
```

- If the build commands ahead fail, try using an older container
```bash
docker run --rm -it -u $UID \
-v $PWD:/home/coreboot/coreboot \
-w /home/coreboot/coreboot \
coreboot/coreboot-sdk:2021-09-23_b0d87f753c /bin/bash
```

1. Inside of the container, configure the build process:

=== "V540TU"
Expand Down

0 comments on commit ce80827

Please sign in to comment.