summaryrefslogtreecommitdiff
path: root/sys-apps/opal-utils/opal-utils-6.5.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/opal-utils/opal-utils-6.5.2.ebuild')
-rw-r--r--sys-apps/opal-utils/opal-utils-6.5.2.ebuild11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/opal-utils/opal-utils-6.5.2.ebuild b/sys-apps/opal-utils/opal-utils-6.5.2.ebuild
index 9479de387f7e..805fc46be850 100644
--- a/sys-apps/opal-utils/opal-utils-6.5.2.ebuild
+++ b/sys-apps/opal-utils/opal-utils-6.5.2.ebuild
@@ -78,3 +78,14 @@ src_install() {
fi
einstalldocs
}
+
+pkg_postinst() {
+ if systemd_is_booted || has_version sys-apps/systemd; then
+ echo
+ ewarn "With systemd opal-prd.service will fail to start"
+ ewarn "with 'mmap failed: Operation not permitted' error"
+ ewarn "if /dev filesystem is mounted with 'noexec' option"
+ ewarn "see https://github.com/open-power/skiboot/issues/258"
+ echo
+ fi
+}