slackbuilds_ponce/system/memtest86/README.SLACKWARE
Kyle Guinn fb8a6bbf63 system/memtest86: Added (comprehensive, stand-alone memory diagnostic)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-02-11 21:19:29 -06:00

22 lines
549 B
Text

README.SLACKWARE for memtest86
The memtest86 package installs a bootable image to /boot/memtest.bin
which is similar to the kernel images in the same directory.
LILO users: Append this to your /etc/lilo.conf:
image = /boot/memtest.bin
label = memtest86
Then run /sbin/lilo to update the boot loader.
Don't forget to re-run /sbin/lilo if you upgrade this package.
GRUB users: Add something like this to your /boot/grub/menu.lst:
title Memtest86
kernel (hd0,0)/memtest.bin
See /usr/doc/memtest-$VERSION/README for more info.