Michael Olbrich
Michael Olbrich
I don't use btrfs myself so this has a low priority for me. But I would be happy to review a merge request.
No docs really About the implementation, this is split into two parts: - The `setup` function validates the configuration and maybe adds some stuff to the fs specific struct. Note,...
So what started this whole thing for us was the search for a way to implement a device specific unique default hostname for embedded devices with a few properties: -...
This happens with systemd v241 as well. At least sometimes. I think if the last entry in a journal file is in the future then `journalctl -f` fill follow this...
I think the scope of this rule is too broad to just install it with RAUC. Locking (https://systemd.io/BLOCK_DEVICE_LOCKING/) is probably better for this. I probably makes sense for RAUC to...
Right, in that specific case, the rootpath should not be needed. Unfortunately it's a bit more complex to fix. If the `--rootpath` is specified or if the image has a...
In genimage we just pass the filename to libconfuse. I think it's this issue: libconfuse/libconfuse#154. Does it work without `--includepath`?
I think it makes sense in general. I don't think that the same file name in multiple directories should cause an error. Instead we should define a clear search order....
Right, this is a limitation of the current implementation. The files are copied with `mcopy`. And there is no way to tell mcopy to copy the content of a directory...
The test fails, probably because the CRC is now missing. Can you please enable the CRC for the existing test and create a new one without CRC.