Skip to content
Snippets Groups Projects
Commit 10bcd056 authored by Martyn Welch's avatar Martyn Welch
Browse files

Remove extra kernel install script


An initramfs post-update script called `systemd-boot` has been added to
systemd that performs the same function as `zz_kernel-install`, which
appears to be an Apertis addition. Remove this as we don't need it
anymore.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent 0dc0ea17
No related branches found
No related tags found
2 merge requests!105Remove extra kernel install script,!104Remove extra kernel install script
#!/bin/sh
case "$DPKG_MAINTSCRIPT_PACKAGE" in
linux-image-*)
exit 0
;;
*)
kernel-install add "$1"
;;
esac
......@@ -9,4 +9,3 @@ usr/share/bash-completion/completions/bootctl
../extra/initramfs etc/
../extra/kernel etc/
../extra/kernel-install.d/* usr/lib/kernel/install.d
../extra/zz_kernel-install etc/initramfs/post-update.d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment