Summary: | memtest86+-4.00 ebuild installs wrong binary in /boot | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jan Psota <jasiupsota> |
Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jasiupsota, realnc |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | ebuild patch (doins ...) |
Description
Jan Psota
2009-09-27 10:22:10 UTC
Created attachment 205364 [details, diff]
ebuild patch (doins ...)
+ 27 Sep 2009; Patrick Lauer <patrick@gentoo.org> memtest86+-4.00.ebuild: + Installing kernel instead of elf binary. Fixes #286644 I changed the postinst message too to reflect the changed name. Sorry, I've overlooked it. This bug should actually be INVALID. Furthermore, the "fixed" ebuild is now buggy since it gives wrong information. Previously, it said per elog to use: kernel --type=freebsd /boot/memtest86plus/memtest in Grub. That works just fine. That's the part where this bug is INVALID. Now, the fixed ebuild says: kernel --type=freebsd /boot/memtest86plus/memtest.bin That does *not* work. This change breaks starting memtest from syslinux (isolinux etc.). I filed bug 290452 about it. |