diff options
author | Michael Januszewski <spock@gentoo.org> | 2009-11-22 16:34:54 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2009-11-22 16:34:54 +0000 |
commit | 0c0dbfc3e9e2d417184c19ee1b5b77c72d52a136 (patch) | |
tree | 72adcfbc520f0f50e7ecb326cbf0681e9e8989c1 /sys-apps/memtest86+ | |
parent | Version bump (diff) | |
download | gentoo-2-0c0dbfc3e9e2d417184c19ee1b5b77c72d52a136.tar.gz gentoo-2-0c0dbfc3e9e2d417184c19ee1b5b77c72d52a136.tar.bz2 gentoo-2-0c0dbfc3e9e2d417184c19ee1b5b77c72d52a136.zip |
Fix the installation instructions, add a 'memtest' symlink to make memtest work with boot loaders from the syslinux family (bug #290452).
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/memtest86+')
-rw-r--r-- | sys-apps/memtest86+/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/memtest86+/memtest86+-4.00.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/memtest86+/ChangeLog b/sys-apps/memtest86+/ChangeLog index 37571a6066de..665f520ed0bf 100644 --- a/sys-apps/memtest86+/ChangeLog +++ b/sys-apps/memtest86+/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/memtest86+ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/ChangeLog,v 1.53 2009/09/27 10:47:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/ChangeLog,v 1.54 2009/11/22 16:34:54 spock Exp $ + + 22 Nov 2009; Michał Januszewski <spock@gentoo.org> + memtest86+-4.00.ebuild: + Fix the installation instructions, add a 'memtest' symlink to make memtest + work with boot loaders from the syslinux family (bug #290452). 27 Sep 2009; Patrick Lauer <patrick@gentoo.org> memtest86+-4.00.ebuild: Installing kernel instead of elf binary. Fixes #286644 diff --git a/sys-apps/memtest86+/memtest86+-4.00.ebuild b/sys-apps/memtest86+/memtest86+-4.00.ebuild index 1835f8264289..c5dc99998205 100644 --- a/sys-apps/memtest86+/memtest86+-4.00.ebuild +++ b/sys-apps/memtest86+/memtest86+-4.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-4.00.ebuild,v 1.3 2009/09/27 10:47:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-4.00.ebuild,v 1.4 2009/11/22 16:34:54 spock Exp $ QA_PRESTRIPPED=/boot/memtest86plus/memtest @@ -42,6 +42,7 @@ src_compile() { src_install() { insinto /boot/memtest86plus doins memtest.bin || die + dosym memtest.bin /boot/memtest86plus/memtest dodoc README README.build-process if use floppy ; then @@ -59,7 +60,7 @@ pkg_postinst() { einfo " - For grub: (replace '?' with correct numbers for your boot partition)" einfo " > title=Memtest86Plus" einfo " > root (hd?,?)" - einfo " > kernel --type=netbsd /boot/memtest86plus/memtest.bin" + einfo " > kernel /boot/memtest86plus/memtest.bin" einfo " - For lilo:" einfo " > image = /boot/memtest86plus/memtest.bin" |