summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2021-05-03 16:03:31 +0100
committerSteve McIntyre <steve@einval.com>2021-05-03 16:03:31 +0100
commit30a06d518456b16f3e10395b3ab38b2ec8999dc2 (patch)
tree63bb0b278d7f4358148b608ea8f7e3421c938dc8
parent5f3cdb4f68753cb44cec980b862320f6a0397e2a (diff)
downloadshim-signed-30a06d518456b16f3e10395b3ab38b2ec8999dc2.tar.gz
shim-signed-30a06d518456b16f3e10395b3ab38b2ec8999dc2.zip
Document the maint script changes in the changelog
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b06beb2..971228f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,17 @@ shim-signed (1.34) UNRELEASED; urgency=medium
* Tweak dh_install* usage for docs.
* Add Spanish translation for debconf templates, thanks to
Camaleón. Closes: #987339
+ * Multiple bugfixes in postinst and postrm handling:
+ + Call grub-install using the correct grub target in postinst
+ + Also call grub-install using the correct grub target in the
+ postrm, and clean up the shim binary from the ESP
+ + In each case, also check and use the correct configured options
+ for grub-install
+ + Move the postinst grub-install code from the -common package to
+ the arch-specific packages, to make sure it's always called when
+ needed.
+ + Only run grub-install etc. if we're actually on an EFI-booted
+ system.
-- Steve McIntyre <93sam@debian.org> Thu, 29 Apr 2021 22:04:33 +0100