coinboot icon indicating copy to clipboard operation
coinboot copied to clipboard

A framework for diskless computing

Results 31 coinboot issues
Sort by recently updated
recently updated
newest added

Coinboot should not only support AMD GPUs but as well NVIDIA GPUs. So we have to come up with a plugin providing the proprietary NVIDIA GPU driver. Reference GPU for...

enhancement

For SSH host keys are an essential securtiy feature against man-in-the-middle attacks. On each start of a Coinboot node a new host key is generated by the OpenSSH daemon and...

enhancement

From the dnsmasq manpage > > --tftp-max= > Set the maximum number of concurrent TFTP connections allowed. This defaults to 50. When serving a large number of TFTP > connections,...

bug

As it is highly unlikely that the BC-150 APUs are running together with other GPUs in the same system. It makes sense to separate this driver plugin to minimize filesize...

enhancement

While I was thinking about the rework of the release scheme I recognized that build process has to be reproducible to not end up with a moving target. Main target...

enhancement

Currently in [debirf](https://github.com/frzb/coinboot/blob/main/debirf/debirf#L380): this happens in sync: download. decompress. install. change this to be: 1. download async. 3. decompress async. 4. install sync.

enhancement

Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.6.5 to 2.7.4. Release notes Sourced from github.com/nats-io/nats-server/v2's releases. Release v2.7.4 Changelog Note about .deb/.rpm packages We use Goreleaser to build our assets, and it seems that...

dependencies

A centralized network share on the Coinboot server that is mounted in the filesystem of the Coinboot nodes would be an improveme for operations. That network share would ease up...

enhancement

Currently there is no swap enable. This leads to constraints when applications allocate a lot of memory and the overall memory is on the lower end with 4 GB and...

enhancement