Coinboot is a framework for diskless computing.
This repository contains plugins for Coinboot which expand Coinboot with further software and functionalities.
It also contains coinbootmaker
- a little helper to build your own Coinboot plugins.
For more information how to boot your machines with Coinboot visit: https://coinboot.io
- Coinboot with kernel
5.4.0-58-generic
-
Docker
-
a Debian or Ubuntu build host
-
brctl
which is part of thebridge-utils
package
Put the pre-built plugins of your choice that your can download under releases
into the plugins
directory of your Coinboot setup.
To build Coinboot plugins on your own use coinbootmaker
.
Usage: coinbootmaker [-i] [-l] [-h] [-p <plugin name> <path to initramfs>]
-i Interactive mode - opens a shell in the build environment
-p <file name> Plugin to build
-l List plugins available to build
-h Display this help
For example:
$ ./coinbootmaker -p ethminer /tmp/coinboot-initramfs-4.15.0-43-generic
coinbootmaker
takes a path to a Coinboot-Initramfs to create an environment for building the plugins
by converting the given Initramfs into a Container image and run it.
The plugin creation script located at src
is executed in that coinbootmaker
container and the resulting
plugin archive is written to the build
directory.
MIT
Please notice even while the scripts to create Coinboot plugins are licensed with the MIT license the software packaged by this scripts may be licensed by an other license with different terms and conditions.
You have to agree to the license of the packaged software to use it.
Gunter Miegel gm@coinboot.io
Fork this repo. Make a pull request to this repo.