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
This commit is contained in:
Jamie Cameron
2026-03-11 22:24:06 -07:00
parent cbd96a4176
commit 1d594e82f0

View File

@@ -918,7 +918,7 @@ if ($has_parted) {
elsif ($tag eq "linux-swap") {
@rv = ( "swap" );
}
elsif ($tag eq "NTFS") {
elsif ($tag eq "NTFS" || $tag eq "ntfs") {
@rv = ( "ntfs" );
}
elsif ($tag eq "reiserfs") {