Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/memtest86+/
Date: Thu, 16 Sep 2021 14:56:22
Message-Id: 1631804168.18108d245260122c70fb587a4eac2f5bb9486b28.bkohler@gentoo
1 commit: 18108d245260122c70fb587a4eac2f5bb9486b28
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 16 14:45:07 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 14:56:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18108d24
7
8 sys-apps/memtest86+: update postinst bootloader messages
9
10 Closes: https://bugs.gentoo.org/727252
11 Package-Manager: Portage-3.0.23, Repoman-3.0.3
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 sys-apps/memtest86+/memtest86+-5.31b-r1.ebuild | 12 ++++--------
15 1 file changed, 4 insertions(+), 8 deletions(-)
16
17 diff --git a/sys-apps/memtest86+/memtest86+-5.31b-r1.ebuild b/sys-apps/memtest86+/memtest86+-5.31b-r1.ebuild
18 index b56de8634e5..837f2657465 100644
19 --- a/sys-apps/memtest86+/memtest86+-5.31b-r1.ebuild
20 +++ b/sys-apps/memtest86+/memtest86+-5.31b-r1.ebuild
21 @@ -90,14 +90,10 @@ pkg_postinst() {
22 mount-boot_pkg_postinst
23
24 elog "memtest86+ has been installed in ${BOOTDIR}/"
25 - elog "You may wish to update your bootloader configs by adding these lines:"
26 - elog " - For grub2 just run grub-mkconfig, a configuration file is installed"
27 - elog " as /etc/grub.d/39_${PN}"
28 - elog " - For grub legacy: (replace '?' with correct numbers for your boot partition)"
29 - elog " > title=${PN}"
30 - elog " > root (hd?,?)"
31 - elog " > kernel ${BOOTDIR}/memtest.bin"
32 - elog " - For lilo:"
33 + elog "You may wish to update your bootloader configs:"
34 + elog " - For grub2 just re-run grub-mkconfig -o /boot/grub/grub.cfg, since a"
35 + elog " config generator has been installed at /etc/grub.d/39_${PN}"
36 + elog " - For lilo, add the following to /etc/lilo.conf and re-run lilo:"
37 elog " > image = ${BOOTDIR}/memtest.bin"
38 elog " > label = ${PN}"
39 elog ""