Skip to content

Commit c8d1d29

Browse files
committed
Disk (Linux): hide /boot/firmware by default
1 parent 541acca commit c8d1d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/disk/disk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ void ffInitDiskOptions(FFDiskOptions* options)
535535
#if _WIN32 || __APPLE__ || __ANDROID__
536536
ffStrbufInit(&options->hideFolders);
537537
#else
538-
ffStrbufInitStatic(&options->hideFolders, "/efi:/boot:/boot/efi");
538+
ffStrbufInitStatic(&options->hideFolders, "/efi:/boot:/boot/efi:/boot/firmware");
539539
#endif
540540
ffStrbufInit(&options->hideFS);
541541
options->showTypes = FF_DISK_VOLUME_TYPE_REGULAR_BIT | FF_DISK_VOLUME_TYPE_EXTERNAL_BIT | FF_DISK_VOLUME_TYPE_READONLY_BIT;

0 commit comments

Comments
 (0)