slackbuilds_ponce/system/memtest86+/README.SLACKWARE
Kyle Guinn 319f898b5f system/memtest86+: Added (comprehensive, stand-alone memory diagnostic)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-10-27 23:38:51 -05:00

22 lines
570 B
Text

README.SLACKWARE for memtest86+
The memtest86+ package installs a bootable image to /boot/memtest86+.bin
which is similar to the kernel images in the same directory.
LILO users: Append this to your /etc/lilo.conf:
image = /boot/memtest86+.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)/boot/memtest86+.bin
See /usr/doc/memtest86+-$VERSION/README for more info.