]> code.delx.au - refind/blobdiff - refind.conf-sample
Added new "scan_delay" feature.
[refind] / refind.conf-sample
index 09d29107cc7e0907a4b2794c39829d7a4c17e176..5ed14802aabf5a768fb67afc58bb37f8f5ec7d46 100644 (file)
@@ -118,13 +118,17 @@ timeout 20
 #  hdbios        - BIOS disk-based boot loaders
 #  biosexternal  - BIOS external boot loaders (USB, eSATA, etc.)
 #  cd            - BIOS optical-disc boot loaders
-#  legacypc      - BIOS target alternative search that may work on non-Mac 
-#                  machines. Use in place of the other BIOS options.
 #  manual        - use stanzas later in this configuration file
-# Default is internal,external,optical
+# Default is internal,external,optical,manual
 #
-#scanfor internal,external,optical
-scanfor internal,external,legacypc
+#scanfor internal,external,optical,manual
+
+# Delay for the specified number of seconds before scanning disks.
+# This can help some users who find that some of their disks
+# (usually external or optical discs) aren't detected initially,
+# but are detected after pressing Esc.
+#
+#scan_delay 5
 
 # When scanning volumes for EFI boot loaders, rEFInd always looks for
 # Mac OS X's and Microsoft Windows' boot loaders in their normal locations,