Disk: update default value of hideFolders

Fix #1869
This commit is contained in:
李通洲
2025-07-28 23:49:27 +08:00
parent 4909d693e3
commit 71ddc4ffc6
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1961,7 +1961,8 @@
},
"hideFolders": {
"type": "string",
"description": "A colon (semicolon on Windows) separated list of folder paths to hide from the disk output\nDefault: /efi:/boot:/boot/efi"
"description": "A colon (semicolon on Windows) separated list of folder paths to hide from the disk output",
"default": "/efi:/boot:/boot/efi:/boot/firmware"
},
"hideFS": {
"type": "string",
+1 -1
View File
@@ -854,7 +854,7 @@
"desc": "A colon (semicolon on Windows) separated list of folder paths to hide from the disk output",
"arg": {
"type": "path",
"default": "/efi:/boot:/boot/efi"
"default": "/efi:/boot:/boot/efi:/boot/firmware"
}
},
{