From patchwork Tue May 31 11:26:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5641 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LC93Q63kqz3wwH for ; Tue, 31 May 2022 11:26:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LC9366w2Lzbj; Tue, 31 May 2022 11:26:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LC9366D4nz2yJ2; Tue, 31 May 2022 11:26:42 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LC9353Ngqz2xqw for ; Tue, 31 May 2022 11:26:41 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LC92p11nSzbj; Tue, 31 May 2022 11:26:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1653996386; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ptb0AyNzNi87S6QkRVyjUVGICxe/+spm+st+V3JsHVg=; b=sgjyPCnR/h+dxYzUmppEwdfRcfJd8xpAXNaUFs1njSqUT21Lu3/lKM6tGUt5V6E2pm92cP LzJ0vTtY1heGRYCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1653996386; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ptb0AyNzNi87S6QkRVyjUVGICxe/+spm+st+V3JsHVg=; b=UWjtO3nrMHOwxscPhKzq2Lpz5bL2ECJWCIrzkEJTOpuR16wjCDKKhWUZ1FUQcEHK2/5hAK pzo5Z89JEOmT49aljmhAsrNSlY7XMfPK7zMHbFDGGTbhrJ03adsrIaWvuxoUHh+WbRRCdK goT0CRB7gUum1rAAx8o71Trp0UFiRCD6JeEQtKoTWsa9QywjfpbsDc7vC88ZLwSljH+33t 6QF2xqavsSd/Ehdh/mHIdbKMurRZiStnud0FWZROv8mDhb7/mmi6O65FfwE8fHMdGW+wEN J8U2VwjCEIPXFClG4WZWMvf3S+XAzyRqsqT0lmuJeJC3sOoO8NzBiBowlXDnzg== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] cdrom: Drop menu option for HDT Date: Tue, 31 May 2022 11:26:19 +0000 Message-Id: <20220531112619.591880-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 ce29fd72d..30bc629c5 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