diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:20:57 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:08 -0400 |
commit | f478ddfddf7d1565b7bb3370ae5eb115589d67d5 (patch) | |
tree | b697baf61953f6857f4acfcfb0ea59ecef8750af /system/memtest86+ | |
parent | b4a6c6768aed2e859f645c37ee1ff696aa6eec3a (diff) |
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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/memtest86+/README b/system/memtest86+/README index e1c23ed9d57a..811d89a3bc99 100644 --- a/system/memtest86+/README +++ b/system/memtest86+/README @@ -1,5 +1,5 @@ Memtest86+ is thorough, stand alone memory test for Intel/AMD x86 -architecture systems. BIOS based memory tests are only a quick check +architecture systems. BIOS based memory tests are only a quick check and often miss failures that are detected by Memtest86+. This package installs a bootable image to /boot/memtest86+.bin @@ -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 |