We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The recommended way of running systemd-bootchart is via the kernel parameter "init=/usr/lib/systemd/systemd-bootchart", as described here:
https://github.com/systemd/systemd-bootchart/blob/main/man/systemd-bootchart.xml
Running using "init=" seems to have been broken for some time on switch-root systems (at least since systemd v251).
A test should be added to exercise "init=".
The text was updated successfully, but these errors were encountered:
It might be that invocation using "init=..." is not recommended on switch-root systems.
In that case, a test could be added that uses the kernel param "rdinit=..."
Sorry, something went wrong.
I see that Fedora publishes qemu images. One of those images could be used to implement kernel param tests.
No branches or pull requests
The recommended way of running systemd-bootchart is via the kernel parameter "init=/usr/lib/systemd/systemd-bootchart", as described here:
https://github.com/systemd/systemd-bootchart/blob/main/man/systemd-bootchart.xml
Running using "init=" seems to have been broken for some time on switch-root systems (at least since systemd v251).
A test should be added to exercise "init=".
The text was updated successfully, but these errors were encountered: