Skip to content

Commit 71ddc4f

Browse files
committed
Disk: update default value of hideFolders
Fix #1869
1 parent 4909d69 commit 71ddc4f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

doc/json_schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,8 @@
19611961
},
19621962
"hideFolders": {
19631963
"type": "string",
1964-
"description": "A colon (semicolon on Windows) separated list of folder paths to hide from the disk output\nDefault: /efi:/boot:/boot/efi"
1964+
"description": "A colon (semicolon on Windows) separated list of folder paths to hide from the disk output",
1965+
"default": "/efi:/boot:/boot/efi:/boot/firmware"
19651966
},
19661967
"hideFS": {
19671968
"type": "string",

src/data/help.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@
854854
"desc": "A colon (semicolon on Windows) separated list of folder paths to hide from the disk output",
855855
"arg": {
856856
"type": "path",
857-
"default": "/efi:/boot:/boot/efi"
857+
"default": "/efi:/boot:/boot/efi:/boot/firmware"
858858
}
859859
},
860860
{

0 commit comments

Comments
 (0)