X-Git-Url: https://code.delx.au/refind/blobdiff_plain/540ffcdf8002b03afb9e9ea7b4bbf027aa357997..83d9696df1452690a2a7cb2c17208feaee3e411f:/refind.conf-sample diff --git a/refind.conf-sample b/refind.conf-sample index e5380f8..d96a1b8 100644 --- a/refind.conf-sample +++ b/refind.conf-sample @@ -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,7 +195,7 @@ 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 "Recovery HD"