Leonard Göhrs
Leonard Göhrs
ChangeLog: collectd: Use one write thread per write plugin This PR is more or less an implementation of a changes proposed in #2486, but relevant discussion has also already happened...
Hi, we are currently developing a Linux based embedded device on which we want to be able to power on/off the individual USB ports. Wiring up the on-board hub for...
The `systemd.hostname=` kernel commandline can for example be used to set a unique hostname on embedded devices with read-only root file systems, by letting the bootloader generate it from factory...
While the README was greatly improved by #4 it could still be improved further. Some ideas for further improvement are: - [ ] Add links to other `/dev/mem` helpers and...
RAUC can be configured to send custom HTTP headers using the `send-headers` parameter in the `[streaming]` section and `RAUC_HTTP_` keys set by the `system-info` handler script. These are intended for...
This draft PR implements the change suggested in #320. It is a draftbecause the tests currently fail for at least Ubuntu 22.04 with the message: `/bin/sh: 0: Illegal option -o...
I have recently tried building initramfs images with genimage inside a container. This seemingly just worked, but when I later tried using the initramfs it turned out to be empty....