]> code.delx.au - refind/blobdiff - refind.conf-sample
Documentation update
[refind] / refind.conf-sample
index a0f19deb32c3cbcbc936844e33619fd270effbbc..0a890368b49f553a78253601bfb40de7e1b8888f 100644 (file)
@@ -87,16 +87,17 @@ timeout 20
 
 # Which non-bootloader tools to show on the tools line, and in what
 # order to display them:
-#  shell     - the EFI shell (requires external program; see rEFInd
-#              documentation for details)
-#  gptsync   - the (dangerous) gptsync.efi utility (requires external
-#              program; see rEFInd documentation for details)
-#  about     - an "about this program" option
-#  exit      - a tag to exit from rEFInd
-#  shutdown  - shuts down the computer (a bug causes this to reboot EFI
-#              systems)
-#  reboot    - a tag to reboot the computer
-# Default is shell,about,shutdown,reboot
+#  shell           - the EFI shell (requires external program; see rEFInd
+#                    documentation for details)
+#  gptsync         - the (dangerous) gptsync.efi utility (requires external
+#                    program; see rEFInd documentation for details)
+#  about           - an "about this program" option
+#  apple_recovery  - boots the Apple Recovery HD partition, if present
+#  exit            - a tag to exit from rEFInd
+#  shutdown        - shuts down the computer (a bug causes this to reboot
+#                    EFI systems)
+#  reboot          - a tag to reboot the computer
+# Default is shell,about,apple_recovery,shutdown,reboot
 #
 #showtools shell, about, reboot
 
@@ -105,8 +106,9 @@ timeout 20
 # controllers, etc. In most cases none are needed, but if you add
 # EFI drivers and you want rEFInd to automatically load them, you
 # should specify one or more paths here. rEFInd always scans the
-# "drivers" subdirectory of its own installation directory; this
-# option specifies ADDITIONAL directories to scan.
+# "drivers" and "drivers_{arch}" subdirectories of its own installation
+# directory (where "{arch}" is your architecture code); this option
+# specifies ADDITIONAL directories to scan.
 # Default is to scan no additional directories for EFI drivers
 #
 #scan_driver_dirs EFI/tools/drivers,drivers
@@ -193,17 +195,6 @@ 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