X-Git-Url: https://code.delx.au/refind/blobdiff_plain/5cef5a4a05120d224fc8d6d72743c3432c546904..83d9696df1452690a2a7cb2c17208feaee3e411f:/refind.conf-sample diff --git a/refind.conf-sample b/refind.conf-sample index 5d00399..d96a1b8 100644 --- a/refind.conf-sample +++ b/refind.conf-sample @@ -10,7 +10,7 @@ timeout 20 # Hide user interface elements for personal preference or to increase # security: -# banner - the rEFInd title banner +# banner - the rEFInd title banner (built-in or loaded via "banner") # label - boot option text label in the menu # singleuser - remove the submenu options to boot Mac OS X in single-user # or verbose modes; affects ONLY MacOS X @@ -58,6 +58,17 @@ timeout 20 #selection_big selection-big.bmp #selection_small selection-small.bmp +# Set the font to be used for all textual displays in graphics mode. +# The font must be a PNG file with alpha channel transparency. It must +# contain ASCII characters 32-126 (space through tilde), inclusive, plus +# a glyph to be displayed in place of characters outside of this range, +# for a total of 96 glyphs. Only monospaced fonts are supported. Fonts +# may be of any size, although large fonts can produce display +# irregularities. +# The default is rEFInd's built-in font, Luxi Mono Regular 12 point. +# +#font myfont.png + # Use text mode only. When enabled, this option forces rEFInd into text mode. # Passing this option a "0" value causes graphics mode to be used. Pasing # it no value or any non-0 value causes text mode to be used. @@ -184,9 +195,9 @@ timeout 20 # label, which you can obtain in an EFI shell by typing "vol", from # Linux by typing "blkid /dev/{devicename}", or by examining the # disk's label in various OSes' file browsers. -# The default is an empty list (all volumes are scanned). +# The default is "Recovery HD". # -#dont_scan_volumes +#dont_scan_volumes "Recovery HD" # Directories that should NOT be scanned for boot loaders. By default, # rEFInd doesn't scan its own directory or the EFI/tools directory. @@ -225,13 +236,9 @@ timeout 20 # all files in scanned directories with names that begin with "vmlinuz" # or "bzImage" to be included as loaders, even if they lack ".efi" # extensions. The drawback to this option is that it can pick up kernels -# that lack EFI stub loader support and other files. Most notably, if you -# want to give a kernel a custom icon by placing an icon with the kernel's -# filename but a ".icns" extension in the same directory as the kernel, this -# option will cause the icon file to show up as a non-functional loader tag. -# Passing this option a "0" value causes kernels without ".efi" extensions -# to NOT be scanned; passing it alone or with any other value causes all -# kernels to be scanned. +# that lack EFI stub loader support and other files. Passing this option +# a "0" value causes kernels without ".efi" extensions to NOT be scanned; +# passing it alone or with any other value causes all kernels to be scanned. # Default is to NOT scan for kernels without ".efi" extensions. # scan_all_linux_kernels