You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
424 B
11 lines
424 B
2 years ago
|
# If INSTALL_ELF is set to 1 or if it is unset/empty, the ELF version of the
|
||
|
# memtest86+ will be installed, otherwise the non-ELF version will be
|
||
|
# installed. If you change this variable, you will have to regenerate your
|
||
|
# grub.conf for the changed to take effect, it is usually done by the
|
||
|
# following command:
|
||
|
#
|
||
|
# grub2-mkconfig -o /boot/grub2/grub.cfg
|
||
|
#
|
||
|
# For details see memtest86+ package documentation.
|
||
|
INSTALL_ELF=1
|