templates: Remove memtest86+
It no longer works and there is currently no good replacement. See https://pagure.io/fedora-comps/pull-request/676
This commit is contained in:
parent
d3bd740254
commit
1843f8b0e0
@ -95,15 +95,6 @@ label rescue
|
|||||||
kernel vmlinuz
|
kernel vmlinuz
|
||||||
append initrd=initrd.img @ROOT@ inst.rescue quiet
|
append initrd=initrd.img @ROOT@ inst.rescue quiet
|
||||||
|
|
||||||
label memtest
|
|
||||||
menu label Run a ^memory test
|
|
||||||
text help
|
|
||||||
If your system is having issues, a problem with your
|
|
||||||
system's memory may be the cause. Use this utility to
|
|
||||||
see if the memory is working correctly.
|
|
||||||
endtext
|
|
||||||
kernel memtest
|
|
||||||
|
|
||||||
menu separator # insert an empty line
|
menu separator # insert an empty line
|
||||||
|
|
||||||
label local
|
label local
|
||||||
|
@ -85,15 +85,6 @@ label basic
|
|||||||
kernel vmlinuz
|
kernel vmlinuz
|
||||||
append initrd=initrd.img @ROOT@ @EXTRA@ rd.live.image nomodeset quiet rhgb
|
append initrd=initrd.img @ROOT@ @EXTRA@ rd.live.image nomodeset quiet rhgb
|
||||||
|
|
||||||
label memtest
|
|
||||||
menu label Run a ^memory test
|
|
||||||
text help
|
|
||||||
If your system is having issues, a problem with your
|
|
||||||
system's memory may be the cause. Use this utility to
|
|
||||||
see if the memory is working correctly.
|
|
||||||
endtext
|
|
||||||
kernel memtest
|
|
||||||
|
|
||||||
menu separator # insert an empty line
|
menu separator # insert an empty line
|
||||||
|
|
||||||
label local
|
label local
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
installpkg shim-ia32 grub2-efi-ia32-cdboot
|
installpkg shim-ia32 grub2-efi-ia32-cdboot
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("i386", "x86_64"):
|
%if basearch in ("i386", "x86_64"):
|
||||||
installpkg biosdevname memtest86+ syslinux
|
installpkg biosdevname syslinux
|
||||||
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
||||||
%endif
|
%endif
|
||||||
%if basearch == "ppc64le":
|
%if basearch == "ppc64le":
|
||||||
|
@ -40,7 +40,6 @@ install ${configdir}/isolinux.cfg ${BOOTDIR}
|
|||||||
install ${configdir}/boot.msg ${BOOTDIR}
|
install ${configdir}/boot.msg ${BOOTDIR}
|
||||||
install ${configdir}/grub.conf ${BOOTDIR}
|
install ${configdir}/grub.conf ${BOOTDIR}
|
||||||
install usr/share/anaconda/boot/syslinux-splash.png ${BOOTDIR}/splash.png
|
install usr/share/anaconda/boot/syslinux-splash.png ${BOOTDIR}/splash.png
|
||||||
install boot/memtest* ${BOOTDIR}/memtest
|
|
||||||
|
|
||||||
## configure bootloader
|
## configure bootloader
|
||||||
replace @VERSION@ ${product.version} ${BOOTDIR}/grub.conf ${BOOTDIR}/isolinux.cfg ${BOOTDIR}/*.msg
|
replace @VERSION@ ${product.version} ${BOOTDIR}/grub.conf ${BOOTDIR}/isolinux.cfg ${BOOTDIR}/*.msg
|
||||||
|
@ -52,7 +52,7 @@ installpkg glibc-all-langpacks
|
|||||||
installpkg shim-ia32 grub2-efi-ia32-cdboot
|
installpkg shim-ia32 grub2-efi-ia32-cdboot
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("i386", "x86_64"):
|
%if basearch in ("i386", "x86_64"):
|
||||||
installpkg biosdevname memtest86+ syslinux
|
installpkg biosdevname syslinux
|
||||||
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
||||||
%endif
|
%endif
|
||||||
%if basearch == "ppc64le":
|
%if basearch == "ppc64le":
|
||||||
|
@ -40,7 +40,6 @@ install ${configdir}/isolinux.cfg ${BOOTDIR}
|
|||||||
install ${configdir}/boot.msg ${BOOTDIR}
|
install ${configdir}/boot.msg ${BOOTDIR}
|
||||||
install ${configdir}/grub.conf ${BOOTDIR}
|
install ${configdir}/grub.conf ${BOOTDIR}
|
||||||
install usr/share/anaconda/boot/syslinux-splash.png ${BOOTDIR}/splash.png
|
install usr/share/anaconda/boot/syslinux-splash.png ${BOOTDIR}/splash.png
|
||||||
install boot/memtest* ${BOOTDIR}/memtest
|
|
||||||
|
|
||||||
## configure bootloader
|
## configure bootloader
|
||||||
replace @VERSION@ ${product.version} ${BOOTDIR}/grub.conf ${BOOTDIR}/isolinux.cfg ${BOOTDIR}/*.msg
|
replace @VERSION@ ${product.version} ${BOOTDIR}/grub.conf ${BOOTDIR}/isolinux.cfg ${BOOTDIR}/*.msg
|
||||||
|
Loading…
Reference in New Issue
Block a user