Benjamin Drung
Benjamin Drung
Proposed initramfs-tools change to reduce the number of dracut-install calls: https://salsa.debian.org/kernel-team/initramfs-tools/-/merge_requests/114
https://github.com/dracut-ng/dracut-ng/pull/328 improves the performance on ARM and marginally on amd64, but https://github.com/dracut-ng/dracut-ng/pull/332 does not (see comment there).
@classabbyamp Can you please open a new bug report for that to troubleshoot it?
We have the same issue with Apport. Example failed upload: https://github.com/canonical/apport/actions/runs/9506858733/job/26508430770?pr=355
CI system (ubuntu:noble) from 36f560c3d84b87f4c8dd32c3d0551541bab467fd in main took 12m56s with these offenders (excluding test_signal_crashes and test_python_crashes): ``` ============================== slowest durations =============================== 181.61s call tests/system/test_apport_retrace.py::test_retrace_jammy_sandbox 113.08s call tests/system/test_apport_valgrind.py::TestApportValgrind::test_sandbox_cache_options 94.62s call tests/system/test_apport_retrace.py::test_retrace_system_sandbox...
Problem with the implementation: jammy does not ship `/usr/bin/ld.so`.
The better approach will be https://github.com/dracut-ng/dracut-ng/issues/110 which will reduce the boot time.
Based on the last comment, I'll close this merge request.
The better approach will be https://github.com/dracut-ng/dracut-ng/issues/110 which will reduce the boot time.
> > The better approach will be #110 which will reduce the boot time. > > Hmm, yes this might make more sense. Though this would not reduce the overal...