We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/boot/firmware
1 parent 541acca commit c8d1d29Copy full SHA for c8d1d29
src/modules/disk/disk.c
@@ -535,7 +535,7 @@ void ffInitDiskOptions(FFDiskOptions* options)
535
#if _WIN32 || __APPLE__ || __ANDROID__
536
ffStrbufInit(&options->hideFolders);
537
#else
538
- ffStrbufInitStatic(&options->hideFolders, "/efi:/boot:/boot/efi");
+ ffStrbufInitStatic(&options->hideFolders, "/efi:/boot:/boot/efi:/boot/firmware");
539
#endif
540
ffStrbufInit(&options->hideFS);
541
options->showTypes = FF_DISK_VOLUME_TYPE_REGULAR_BIT | FF_DISK_VOLUME_TYPE_EXTERNAL_BIT | FF_DISK_VOLUME_TYPE_READONLY_BIT;
0 commit comments