Compare commits

...

1 Commits

Author SHA1 Message Date
Jamie Cameron
3a75f0f3f8 Sometimes ntfs is in lower case
Some checks are pending
webmin.dev: webmin/webmin / build (push) Waiting to run
https://github.com/webmin/webmin/issues/2635
2026-03-29 21:19:03 -07:00

View File

@@ -1602,6 +1602,7 @@ else { return " $_[2] ".quotemeta($in{$_[0]}); }
'HFS', 'MacOS HFS',
'linux-swap', 'Linux Swap',
'NTFS', 'Windows NTFS',
'ntfs', 'Windows NTFS',
'reiserfs', 'ReiserFS',
'ufs', 'FreeBSD UFS',
);