From patchwork Mon Jun 26 09:40:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6959 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 4QqNBw2dtYz3wjw for ; Mon, 26 Jun 2023 09:41:12 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4QqNBv24bDzmc; Mon, 26 Jun 2023 09:41:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4QqNBv0jpKz2ybC; Mon, 26 Jun 2023 09:41:11 +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 4QqNBs1V4Mz2y0c for ; Mon, 26 Jun 2023 09:41:09 +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 4QqNBq2npyzD5; Mon, 26 Jun 2023 09:41:07 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1687772467; 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=TjBHXVQq3uYO6d7dQ7kuodQm/Vmrk4JuxH97HT+IT78=; b=cpegOq3E1fC5HjJpvy5hlBDmVFB+QvypL/v9L8LfbLno5Of150SQG/Sd0+zwM7LKwLMXUC OhR8/3yXBMtim1Dg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1687772467; 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=TjBHXVQq3uYO6d7dQ7kuodQm/Vmrk4JuxH97HT+IT78=; b=jclipUy+y0/ePZp9zhHeIr2NUerwtPddnF08UfzBxZcdkl7B1c/tqMiR8SWW4iD4kRuGVa cOwIKbSL+skygWm32TFglifgFKkUIO59N5HzKvhHq7ohjzVqqV2ruE1Qm06hZU05I7JlUw dmmggIttopBSaBNBlrgosw9wCLx3zUP19dmaT8ePWlsK/4oRPaAOcqk1Nk2W440j6ZjwD9 zhHzlaBYPGPBeOS+Al+Fs31YU2X1INaEbUy9Zb6gsuox+9o4lLPraH0Mtxe0IPgw83Oa9g 8+ork8JL4T5HNP/+1Hjd6eW4zBXTbTox1nqzb4VZZbdGcLGw6HtbtPfwKlZhfQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] extrahd.cgi: Requires "auto" as hidden FS type to mount a new device Date: Mon, 26 Jun 2023 11:40:59 +0200 Message-Id: <20230626094059.2763-1-stefan.schantl@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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- html/cgi-bin/extrahd.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/html/cgi-bin/extrahd.cgi b/html/cgi-bin/extrahd.cgi index bb67b792d..08d62172d 100644 --- a/html/cgi-bin/extrahd.cgi +++ b/html/cgi-bin/extrahd.cgi @@ -305,6 +305,7 @@ END } else { unless($disabled) { print "\n"; + print "\n"; print "$Lang::tr{ \n"; print "\n"; }