diff options
author | Kyle Guinn <elyk03@gmail.com> | 2012-02-02 15:15:05 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-02-11 21:19:29 -0600 |
commit | fb8a6bbf633982ed8fee4fbe3a9308c24ced4627 (patch) | |
tree | 2dcc8aecdf1a168cd3cca227876f07f3bd301866 /system/memtest86/README.SLACKWARE | |
parent | 048f212ab3dffb12f963965ad81c3b0aa9a82316 (diff) | |
download | slackbuilds-fb8a6bbf633982ed8fee4fbe3a9308c24ced4627.tar.gz |
system/memtest86: Added (comprehensive, stand-alone memory diagnostic)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/memtest86/README.SLACKWARE')
-rw-r--r-- | system/memtest86/README.SLACKWARE | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/system/memtest86/README.SLACKWARE b/system/memtest86/README.SLACKWARE new file mode 100644 index 0000000000..87058092ff --- /dev/null +++ b/system/memtest86/README.SLACKWARE @@ -0,0 +1,22 @@ +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. |