Summary: | sys-apps/kexec-tools: systemd unit does not allow more than one commandline argument | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tiziano Müller (RETIRED) <dev-zero> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | liaoyuan, nowa, proxy-maint |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/gentoo/gentoo/pull/37742 | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=937822 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Tiziano Müller (RETIRED)
![]() if you use systemd, feel free to commit changes to service files The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb4582e9d05279ad58dd8282b7a927e53a2dbec commit 8cb4582e9d05279ad58dd8282b7a927e53a2dbec Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org> AuthorDate: 2024-07-27 10:27:24 +0000 Commit: Andrew Ammerlaan <andrewammerlaan@gentoo.org> CommitDate: 2024-08-06 07:32:27 +0000 sys-apps/kexec-tools: remove broken installkernel hooks and replace with little wrapper script that reads the latest kernel from the installkernel log file and uses the usual locations for the cmdline. Merge /etc/kexec.conf and /etc/conf.d/kexec, both config files are now basically the same, with the exception of some variables only being used by the openrc script. TODO (by someone on OpenRC): adapt the openrc init script so it also reads the installkernel.log. Closes: https://bugs.gentoo.org/585658 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/37742 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> sys-apps/kexec-tools/files/kexec-auto-load | 95 ++++++++++++++++++++++ sys-apps/kexec-tools/files/kexec.conf | 42 +++++++--- sys-apps/kexec-tools/files/kexec.conf-2.0.4 | 6 +- sys-apps/kexec-tools/files/kexec.service | 4 +- ...-2.0.29.ebuild => kexec-tools-2.0.29-r1.ebuild} | 17 +--- sys-apps/kexec-tools/kexec-tools-9999.ebuild | 17 +--- 6 files changed, 135 insertions(+), 46 deletions(-) |