diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-09-16 09:45:07 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-09-16 09:56:08 -0500 |
commit | 18108d245260122c70fb587a4eac2f5bb9486b28 (patch) | |
tree | 01fbe7d3a053415b1af10a93ad65c5923673c164 /sys-apps/memtest86+ | |
parent | sys-apps/memtest86+: runtime fix for >=gcc-8 (diff) | |
download | gentoo-18108d245260122c70fb587a4eac2f5bb9486b28.tar.gz gentoo-18108d245260122c70fb587a4eac2f5bb9486b28.tar.bz2 gentoo-18108d245260122c70fb587a4eac2f5bb9486b28.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps/memtest86+')
-rw-r--r-- | sys-apps/memtest86+/memtest86+-5.31b-r1.ebuild | 12 |
1 files 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 b56de8634e54..837f26574652 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 "" |