diff options
author | Kyle Guinn <elyk03@gmail.com> | 2018-10-06 21:56:21 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-13 08:03:07 +0700 |
commit | 7038f6c0368dddc66ef2814449e21dfd7ea265fb (patch) | |
tree | deeacb3482fd82a2e4889fe6db213257ee895229 /system/memtest86/README.SLACKWARE | |
parent | ab118cea2f0b99122fd980a2421ad77f7558ef28 (diff) |
system/memtest86: Update README with instructions for GRUB 2
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'system/memtest86/README.SLACKWARE')
-rw-r--r-- | system/memtest86/README.SLACKWARE | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/system/memtest86/README.SLACKWARE b/system/memtest86/README.SLACKWARE deleted file mode 100644 index 3482c40992d7b..0000000000000 --- a/system/memtest86/README.SLACKWARE +++ /dev/null @@ -1,22 +0,0 @@ -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. |