summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-13 23:32:08 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-13 23:33:45 +0100
commitdc643805cde10d6c117df42de520a9ae6bf7fa72 (patch)
tree543d4a4bfcf05d24ff992476c2322ab43095a21a /sys-boot
parentsys-kernel/genkernel: Fix breakage triggered by mount-boot update. (diff)
downloadgentoo-dc643805cde10d6c117df42de520a9ae6bf7fa72.tar.gz
gentoo-dc643805cde10d6c117df42de520a9ae6bf7fa72.tar.bz2
gentoo-dc643805cde10d6c117df42de520a9ae6bf7fa72.zip
sys-boot/tboot: Fix breakage triggered by mount-boot update.
mount-boot_mount_boot_partition() was an internal and undocumented function which shouldn't have been called, in the first place. Delete it from pkg_postinst without replacement, because the relevant checks in mount-boot_check_status will have been called already in mount-boot_pkg_preinst. Drop the call to mount-boot_pkg_postinst as well, because that function is a no-op now. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/tboot/tboot-1.9.6_p20171118.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys-boot/tboot/tboot-1.9.6_p20171118.ebuild b/sys-boot/tboot/tboot-1.9.6_p20171118.ebuild
index e33aa1ee7e93..1b591eb5a46f 100644
--- a/sys-boot/tboot/tboot-1.9.6_p20171118.ebuild
+++ b/sys-boot/tboot/tboot-1.9.6_p20171118.ebuild
@@ -59,12 +59,8 @@ src_install() {
}
pkg_postinst() {
- mount-boot_mount_boot_partition
-
cp ${ROOT%/}/usr/lib/tboot/boot/* ${ROOT%/}/boot/
- mount-boot_pkg_postinst
-
ewarn "Please remember to download the SINIT AC Module relevant"
ewarn "for your platform from:"
ewarn "http://software.intel.com/en-us/articles/intel-trusted-execution-technology/"