summaryrefslogtreecommitdiffstats
path: root/system/memtest86+/README.SLACKWARE
diff options
context:
space:
mode:
author Kyle Guinn2013-10-26 07:16:46 +0200
committer Robby Workman2013-10-28 05:38:51 +0100
commit319f898b5f28a560edd68c09dcc7c8facecf0280 (patch)
tree28d6fe26d4cfbf286f01e9fc2d88b3cfe37ce72c /system/memtest86+/README.SLACKWARE
parent405d8583ba1af6f284aeaca3d329970a01b49595 (diff)
downloadslackbuilds-319f898b5f28a560edd68c09dcc7c8facecf0280.tar.gz
system/memtest86+: Added (comprehensive, stand-alone memory diagnostic)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/memtest86+/README.SLACKWARE')
-rw-r--r--system/memtest86+/README.SLACKWARE22
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..04dc1d18e8
--- /dev/null
+++ b/system/memtest86+/README.SLACKWARE
@@ -0,0 +1,22 @@
+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.