]> code.delx.au - refind/blobdiff - refind.conf-sample
New icon for gummiboot
[refind] / refind.conf-sample
index af28dd0c2c342c080dd78adf59201403eaf5829f..a0f19deb32c3cbcbc936844e33619fd270effbbc 100644 (file)
@@ -45,8 +45,8 @@ timeout 20
 # the big icons by stretching it in the middle. If only a big one is given,
 # the built-in default will be used for the small icons.
 #
-# Like the banner option above, these options take a filename of
-# an uncompressed BMP image file.
+# Like the banner option above, these options take a filename of an
+# uncompressed BMP image file with a color depth of 24, 8, 4, or 1 bits.
 #
 #selection_big   selection-big.bmp
 #selection_small selection-small.bmp
@@ -193,6 +193,17 @@ timeout 20
 #
 #default_selection 1
 
+# Enable or disable the usual adding of a space after the boot options
+# when launching an EFI binary. Ordinarily rEFInd adds a space at the
+# end of the options line, since rEFIt's code indicated this was
+# required on some Macs. I've heard of problems on some systems when
+# these spaces are added, though, so this option enables you to set
+# the option explicitly. Setting it to anything but "true" causes the
+# trailing space to be omitted.
+# Default value is "true".
+#
+#space_after_boot_options false
+
 # Sample manual configuration stanzas. Each begins with the "menuentry"
 # keyword followed by a name that's to appear in the menu (use quotes
 # if you want the name to contain a space) and an open curly brace