commit: 18108d245260122c70fb587a4eac2f5bb9486b28 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Thu Sep 16 14:45:07 2021 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Thu Sep 16 14:56:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18108d24
sys-apps/memtest86+: update postinst bootloader messages Closes: https://bugs.gentoo.org/727252 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> sys-apps/memtest86+/memtest86+-5.31b-r1.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/sys-apps/memtest86+/memtest86+-5.31b-r1.ebuild b/sys-apps/memtest86+/memtest86+-5.31b-r1.ebuild index b56de8634e5..837f2657465 100644 --- a/sys-apps/memtest86+/memtest86+-5.31b-r1.ebuild +++ b/sys-apps/memtest86+/memtest86+-5.31b-r1.ebuild @@ -90,14 +90,10 @@ pkg_postinst() { mount-boot_pkg_postinst elog "memtest86+ has been installed in ${BOOTDIR}/" - elog "You may wish to update your bootloader configs by adding these lines:" - elog " - For grub2 just run grub-mkconfig, a configuration file is installed" - elog " as /etc/grub.d/39_${PN}" - elog " - For grub legacy: (replace '?' with correct numbers for your boot partition)" - elog " > title=${PN}" - elog " > root (hd?,?)" - elog " > kernel ${BOOTDIR}/memtest.bin" - elog " - For lilo:" + elog "You may wish to update your bootloader configs:" + elog " - For grub2 just re-run grub-mkconfig -o /boot/grub/grub.cfg, since a" + elog " config generator has been installed at /etc/grub.d/39_${PN}" + elog " - For lilo, add the following to /etc/lilo.conf and re-run lilo:" elog " > image = ${BOOTDIR}/memtest.bin" elog " > label = ${PN}" elog ""
