https://github.com/harobed/ipxe-firmware-builder
I use this container to build iPXE (https://ipxe.org/) project.
https://github.com/harobed/ipxe-firmware-builder
pxe
Last synced: about 1 year ago
JSON representation
I use this container to build iPXE (https://ipxe.org/) project.
- Host: GitHub
- URL: https://github.com/harobed/ipxe-firmware-builder
- Owner: harobed
- Created: 2018-08-17T09:20:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T09:07:26.000Z (over 7 years ago)
- Last Synced: 2025-01-28T11:45:59.880Z (over 1 year ago)
- Topics: pxe
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iPXE builder with Docker container environment
Container used to build [iPXE](https://ipxe.org/) project.
## Requirements
* `Docker`
## Usage
```
$ docker-compose up -d
$ docker-compose exec builder /build.sh
```
You can found builded files in `mount/src/bin/`.
## Custom options
You can custom iPXE's options [`here`](/build.sh#L9). Add option's name
(case sensitive) to enable/disable it all other options will keep their
default value.
All options are listed [`here`](https://git.ipxe.org/ipxe.git/blob/HEAD:/src/config/general.h).
## License
[MIT](https://fr.wikipedia.org/wiki/Licence_MIT)