aboutsummaryrefslogtreecommitdiffstats
path: root/testing/secureboot-hook/secureboot-hook.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/secureboot-hook/secureboot-hook.post-install')
-rw-r--r--testing/secureboot-hook/secureboot-hook.post-install16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/secureboot-hook/secureboot-hook.post-install b/testing/secureboot-hook/secureboot-hook.post-install
deleted file mode 100644
index 709e5ada549..00000000000
--- a/testing/secureboot-hook/secureboot-hook.post-install
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-ln -s /usr/share/kernel-hooks.d/secureboot.hook /etc/kernel-hooks.d/50-secureboot.hook
-
-case "$(. /etc/mkinitfs/mkinitfs.conf 2>/dev/null; printf %s "$disable_trigger")" in
- yes | true | 1) exit 0;;
-esac
-
-cat >&2 <<EOF
-*
-* After configuring Secure Boot, disable mkinitfs trigger:
-* echo 'disable_trigger=yes' >> /etc/mkinitfs/mkinitfs.conf
-*
-EOF
-
-exit 0