From 0585ca7cfdb693156c3aff35b859924f52af63ed Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 31 May 2022 11:26:19 +0000 Subject: [PATCH] cdrom: Drop menu option for HDT MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The Hardware Detection Tool does not work and I do not think it is worth to investigate. It is an ancient piece of software which does not work on EFI systems which are becoming more and more common. Since this has presumably been broken for a long time which nobody has reported I assume that nobody is using it. There are indeed lots better live CDs out there with much better diagnostic tools. Fixes: #12870 Signed-off-by: Michael Tremer Acked-by: Peter Müller --- config/syslinux/syslinux.cfg | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/config/syslinux/syslinux.cfg b/config/syslinux/syslinux.cfg index ce29fd72db..30bc629c52 100644 --- a/config/syslinux/syslinux.cfg +++ b/config/syslinux/syslinux.cfg @@ -77,13 +77,6 @@ MENU BEGIN tools Diagnose memory problems with memtest86+. ENDTEXT KERNEL memtest - - LABEL hdt - MENU LABEL Hardware Detection Tool - TEXT HELP -Check your hardware with the Hardware Detection Tool! - ENDTEXT - KERNEL hdt.c32 MENU END MENU BEGIN serial @@ -122,14 +115,6 @@ Diagnose memory problems with memtest86+ with serial console. ENDTEXT KERNEL memtest APPEND console=ttyS0,115200 - - LABEL hdt-serial - MENU LABEL Hardware Detection Tool - TEXT HELP -Check your hardware with the Hardware Detection Tool! - ENDTEXT - KERNEL hdt.c32 - MENU END MENU SEPARATOR -- 2.39.2