Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / systemd
Commits: b5540af7 by Morten Linderud at 2025-12-22T11:01:13+01:00 installkernel: symlnk kernel-install to installkernel This supports the kernel interface to install kernels on systems. See: https://docs.kernel.org/admin-guide/verify-bugs-and-bisect-regressions.html#how-to-verify-bugs-and-bisect-regressions Signed-off-by: Morten Linderud <[email protected]> - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -305,6 +305,10 @@ package_systemd() { # handle uncommon license install -d -m0755 "$pkgdir/usr/share/licenses/$pkgbase" ln -s -t "$_" /usr/share/doc/systemd/LICENSES/MIT-0.txt + + # symlink kernel-install to installkernel + ln -s kernel-install /usr/bin/installkernel + ln -s kernel-install.8.gz "$pkgdir"/usr/share/man/man8/installkernel.8.gz } package_systemd-libs() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/b5540af73daa35e4fb0b95849f1ed10e18f03594 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/b5540af73daa35e4fb0b95849f1ed10e18f03594 You're receiving this email because of your account on gitlab.archlinux.org.
