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

It is a know upstream issue: * https://grafana.com/docs/loki/latest/clients/docker-driver/#know-issues * https://github.com/grafana/loki/issues/2361 > The driver keeps all logs in memory and will drop log entries if Loki is not reachable and if...

bug

Despite the error message the CI/CD pipeline suceeds. We have to identify if this is a real problem our just a side effect of installing `dnsmasq` for running a preflight...

bug

Recent release of `debootstrap` have support for caching of packages. From the manpage: > --cache-dir=DIR > Cache .deb files under directory. It should be an absolute path. For improving the...

enhancement

CernVM-FSCernVM-FS could be useful to distribute software - in contrast to a conventional network filesystem it caches aggressively. https://cvmfs.readthedocs.io

enhancement

By using a custom configuration for `dpkg` we can control which files to drop during install of a package. For example: `/etc/dpkg/dpkg.cfg.d/01_coinboot` ``` # block documentation path-exclude /usr/share/doc/* # keep...

enhancement

Currently we use https://github.com/frzb/coinboot/blob/master/debirf/profiles/coinboot/modules/z0_remove-locales to get rid of locales and man pages. https://packages.debian.org/buster/localepurge seems to cover all this and is seems to have some integration in `dpkg`. We need to...

enhancement

Repository: https://github.com/upx/upx

enhancement

Like described under: https://jamespotz.github.io/blog/eos-zswap-zstd-z3fold

enhancement

Booting a `focal` suite kernel `5.15.0-48-generic` with `zram` bootflag ends up in a kernel panic: ``` $ qemu-system-x86_64 -kernel coinboot-vmlinuz-5.15.0-48-generic -initrd coinboot-initramfs-5.15.0-48-generic -m 4096 -smp 2 -nographic -serial mon:stdio -append...