X-Git-Url: https://code.delx.au/refind/blobdiff_plain/b94926c94b9244df9631069e06ae5fef5a5ae908..9c70725aec18f6acdc24de6d04e8d67be775a3c3:/docs/refind/configfile.html diff --git a/docs/refind/configfile.html b/docs/refind/configfile.html index e12dbc0..ce7b893 100644 --- a/docs/refind/configfile.html +++ b/docs/refind/configfile.html @@ -213,6 +213,11 @@ timeout 20 directory path(s) Adds the specified directory or directories to a directory "blacklist"—these directories are not scanned for boot loaders, on any partition. This may be useful to keep duplicate boot loaders out of the menu (say, if EFI/Boot/bootx64.efi is a duplicate of another boot loader); or to keep drivers or utilities out of the boot menu, if you've stored them in a subdirectory of EFI. This option takes precedence over also_scan_dirs; if a directory appears in both lists, it will not be scanned. + + dont_scan_files or don't_scan_files + Filename(s) + Adds the specified filename or filenames to a filename "blacklist"—these files are not included as boot loader options even if they're found on the disk. This is useful to exclude support programs (such as shim.efi and MokManager.efi) and drivers from your OS list. The default value is shim.efi, MokManager.efi, TextMode.efi, ebounce.efi, GraphicsConsole.efi. + scan_all_linux_kernels None