]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
cdrom: Drop menu option for HDT
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 31 May 2022 11:26:19 +0000 (11:26 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 4 Jun 2022 08:36:58 +0000 (08:36 +0000)
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 <michael.tremer@ipfire.org>
Acked-by: Peter Müller <peter.mueller@ipfire.org>
config/syslinux/syslinux.cfg

index ce29fd72db8372d109e7db8247699bcb0507680c..30bc629c525f66680fbc796593768923077801e1 100644 (file)
@@ -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