memtest86plus/memtest-setup.8
Jan Hlavac 48b4c452b8 Remove GRUB Legacy support
GRUB Legacy is retired since Fedora 19, hence its support can be
removed.

This brings a noticeable simplification of memtest-setup script. The
new-memtest-pkg script is only tied to GRUB Legacy, so it's no longer
needed. Without this script, grubby and util-linux dependencies can
also be removed.

The memtest-setup man page didn't contain all available options and
also referred to GRUB Legacy, hence it's completely rewritten. The new
man page is also used as a template for memtest-setup help message.

Signed-off-by: Jan Hlavac <jhlavac@redhat.com>
2018-05-17 15:37:44 +02:00

33 lines
862 B
Groff

.TH MEMTEST-SETUP 8 2018-05-17 Memtest86+ "Memtest86+ Manual"
.SH NAME
memtest-setup \- install Memtest86+ into GRUB\ 2 boot loader menu
.SH SYNOPSIS
.BR memtest-setup " [" \-b | \-e | \-h ]
.br
.BR memtest-setup " [" \-\-bin | \-\-elf | \-\-help ]
.SH DESCRIPTION
.RB "The " memtest-setup " utility installs Memtest86+ into GRUB\ 2 boot"
loader menu.
.RI "It installs GRUB\ 2 template into " /etc/grub.d " directory."
.PP
GRUB\ 2 configuration file needs to be regenerated manually by running:
.IP
.RI "grub2-mkconfig -o " /boot/grub2/grub.cfg
.PP
This is not done automatically because it could overwrite any custom
changes in GRUB\ 2 configuration file.
.SH OPTIONS
.TP
.BR \-b ", " \-\-bin
Install a binary Memtest86+ image.
.TP
.BR \-e ", " \-\-elf
Install an ELF Memtest86+ image (the default).
.TP
.BR \-h ", " \-\-help
Print a help message and exit.