public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] extrahd.cgi: Requires "auto" as hidden FS type to mount a new device
@ 2023-06-26  9:40 Stefan Schantl
  2023-06-27 17:29 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2023-06-26  9:40 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 812 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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 "<input type='hidden' name='ACTION' value='$Lang::tr{'add'}'>\n";
+							print "<input type='hidden' name='FS' value='auto'>\n";
 							print "<img src='/images/updbooster/updxl-led-gray.gif' alt='$Lang::tr{'extrahd not configured'}' title='$Lang::tr{'extrahd not configured'}'>&nbsp;\n";
 							print "<input type='image' alt='$Lang::tr{'add'}' title='$Lang::tr{'add'}' src='/images/add.gif'>\n";
 						}
-- 
2.39.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-27 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-26  9:40 [PATCH] extrahd.cgi: Requires "auto" as hidden FS type to mount a new device Stefan Schantl
2023-06-27 17:29 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox