Benjamin Drung
Benjamin Drung
We only have one sphinx version in the Debian or Ubuntu archive (see https://tracker.debian.org/pkg/sphinx and https://launchpad.net/ubuntu/+source/sphinx). The old Sphinx 4.4.0 version is not available any more. We either need to...
Thanks. What happens when the coredump size is bigger than 512 MB? Shouldn't we determine the size dynamically from the coredump file? Are you willing to work on the patch...
Thanks. The merge request looks good. There is one question to ask before merging: What will happen when the core-dump size is bigger than COREDUMP_MAX_SIZE?
The failing codecov/project can be ignored. That is caused by fluctuating coverage (the previous run had some failure code path covered).
This is a different approach to fix only the `__len__`: https://github.com/canonical/apport/pull/423
`modules.d/70dmsquash-live/dmsquash-generator.sh` generates a mount service with `What` set.
@alpernebbi or @chewi touched `dracut-install` last. Are you interested in working on `dracut-install`?
> Possibly related: [a9c6704](https://github.com/dracut-ng/dracut-ng/commit/a9c67046431ccf5fd4f4c16c890695df388f0d38) . Apologies if it is not related and perhaps someone can clarify/compare for the rest of us as well. dracut-cpio implemented creating cpio archives similar to...
Yes, the benefit of dracut-cpio is to benefit from reflinks (due to the alignment). This benefit only exist as long as the file stays on the same partition and is...
> Does 3cpio support reflinks? If it's using Rust's `io::copy()` then basic support should already be there. Yes, it uses `io::copy()`. > FWIW, dracut-cpio is also written in Rust. I'd...