commit: e0dbbc96316a0e9f8074e9e7074a58cc651e0667
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 07:45:11 2017 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 07:45:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0dbbc96
sys-apps/memtest86+: update bootloader details #612676
sys-apps/memtest86+/memtest86+-5.01-r3.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/sys-apps/memtest86+/memtest86+-5.01-r3.ebuild
b/sys-apps/memtest86+/memtest86+-5.01-r3.ebuild
index 36d52d85693..54b1ab6e21d 100644
--- a/sys-apps/memtest86+/memtest86+-5.01-r3.ebuild
+++ b/sys-apps/memtest86+/memtest86+-5.01-r3.ebuild
@@ -61,7 +61,7 @@ src_install() {
doins memtest memtest.bin
exeinto /etc/grub.d
- doexe "${FILESDIR}"/39_memtest86+
+ newexe "${FILESDIR}"/39_${PN}-r1 39_${PN}
dodoc README README.build-process FAQ changelog
@@ -73,10 +73,9 @@ src_install() {
pkg_postinst() {
mount-boot_pkg_postinst
- elog
- elog "memtest has been installed in ${BOOTDIR}/"
- elog "You may wish to update your bootloader configs"
- elog "by adding these lines:"
+
+ 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)"
@@ -86,5 +85,6 @@ pkg_postinst() {
elog " - For lilo:"
elog " > image = ${BOOTDIR}/memtest.bin"
elog " > label = ${PN}"
- elog
+ elog ""
+ elog "Note: For older configs, you might have to change from 'memtest'
to 'memtest.bin'."
}