Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primalmotion/pureboot-build
Build container to build Purism's Pureboot
https://github.com/primalmotion/pureboot-build
Last synced: 3 days ago
JSON representation
Build container to build Purism's Pureboot
- Host: GitHub
- URL: https://github.com/primalmotion/pureboot-build
- Owner: primalmotion
- Created: 2021-07-08T06:49:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T19:08:31.000Z (11 months ago)
- Last Synced: 2023-12-16T20:23:28.791Z (11 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pureboot-build
This is a simple Docker container that packages the needed dependencies to build
[pureboot](https://source.puri.sm/firmware/pureboot).## Build the container
Build the container
docker build -t pureboot-build .
## Build Pureboot
Clone Pureboot somewhere:
git clone https://source.puri.sm/firmware/pureboot
Then checkout the branch you want, hack what you need, do what you must. When
ready, mount the repo into the container to start the build (full path):docker run -t -v /full/path/to/somewhere/pureboot:/mnt/pureboot pureboot-build
By default, the bios is built for the Librem 14. You can select another board by
setting the `BOARD` variable:docker run -e BOARD=librem_mini ...
Only tested for Librem 14.