diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:21:13 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:08 -0400 |
commit | 1cb4250acb0fffebfec29149f6dd7e33b57695f4 (patch) | |
tree | e211388f778c1d8d87b9a06f202a7fd70dbeb832 /system/memtest86 | |
parent | f478ddfddf7d1565b7bb3370ae5eb115589d67d5 (diff) | |
download | slackbuilds-1cb4250acb0fffebfec29149f6dd7e33b57695f4.tar.gz |
system/memtest86: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/memtest86')
-rw-r--r-- | system/memtest86/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/memtest86/README b/system/memtest86/README index 0cad000052..cdb6a2877a 100644 --- a/system/memtest86/README +++ b/system/memtest86/README @@ -1,6 +1,6 @@ Memtest86 is a thorough, stand-alone memory test for x86 architecture -computers. BIOS based memory tests are a quick, cursory check and often -miss many of the failures that are detected by Memtest86. +computers. BIOS based memory tests are a quick, cursory check and +often miss many of the failures that are detected by Memtest86. This package installs a bootable image to /boot/memtest86.bin which is similar to the kernel images in the same directory. @@ -24,7 +24,8 @@ GRUB 2 users: Append something like this to your /etc/grub.d/40_custom: Then run `grub-mkconfig -o /boot/grub/grub.cfg` to update the boot menu. -GRUB Legacy users: Append something like this to your /boot/grub/menu.lst: +GRUB Legacy users: Append something like this to your +/boot/grub/menu.lst: title memtest86 kernel (hd0,0)/boot/memtest86.bin |