]> code.delx.au - refind/commitdiff
Documentation update
authorsrs5694 <srs5694@users.sourceforge.net>
Mon, 12 Nov 2012 02:51:57 +0000 (21:51 -0500)
committersrs5694 <srs5694@users.sourceforge.net>
Mon, 12 Nov 2012 02:51:57 +0000 (21:51 -0500)
docs/refind/configfile.html
refind.conf-sample

index e588c1453fb34c310a04127ed978e2162e99cf4d..7240cbc56f5f71500bb5d5eea25b5e2f0a637d18 100644 (file)
@@ -170,8 +170,8 @@ timeout 20
 </tr>
 <tr>
    <td><tt>showtools</tt></td>
-   <td><tt>shell</tt>, <tt>gptsync</tt>, <tt>about</tt>, <tt>exit</tt>, <tt>shutdown</tt>, and <tt>reboot</tt></td>
-   <td>Specifies which tool tags to display on the second row. <tt>shell</tt> launches an EFI shell, <tt>gptsync</tt> launches a tool that creates a hybrid MBR, <tt>about</tt> displays information about the program, <tt>exit</tt> terminates rEFInd, <tt>shutdown</tt> shuts down the computer (or reboots it, on UEFI PCs), and <tt>reboot</tt> reboots the computer. The tags appear in the order in which you specify them. The default is <tt>shell, about, shutdown, reboot</tt>. Note that the <tt>shell</tt> and <tt>gptsync</tt> options both require the presence of programs not included with rEFInd; see the <a href="installing.html#addons">"Installing Additional Components"</a> section of the <a href="installing.html">Installing rEFInd</a> page for pointers to these programs.</td>
+   <td><tt>shell</tt>, <tt>gptsync</tt>, <tt>about</tt>, <tt>apple_recovery</tt>, <tt>exit</tt>, <tt>shutdown</tt>, and <tt>reboot</tt></td>
+   <td>Specifies which tool tags to display on the second row. <tt>shell</tt> launches an EFI shell, <tt>gptsync</tt> launches a tool that creates a hybrid MBR, <tt>about</tt> displays information about the program, <tt>apple_recovery</tt> boots the OS X Recovery HD, <tt>exit</tt> terminates rEFInd, <tt>shutdown</tt> shuts down the computer (or reboots it, on UEFI PCs), and <tt>reboot</tt> reboots the computer. The tags appear in the order in which you specify them. The default is <tt>shell, about, apple_recovery, shutdown, reboot</tt>. Note that the <tt>shell</tt>, <tt>apple_recovery</tt>, and <tt>gptsync</tt> options all require the presence of programs not included with rEFInd. See the <a href="installing.html#addons">"Installing Additional Components"</a> section of the <a href="installing.html">Installing rEFInd</a> page for pointers to the shell and <tt>gptsync</tt> programs. The <tt>apple_recovery</tt> option will appear only if you've got an Apple Recovery HD partition (which has a boot loader called <tt>com.apple.recovery.boot/boot.efi</tt>).</td>
 </tr>
 <tr>
    <td><tt>textonly</tt></td>
index c5198a081ac4f6758fe619ec84f6a4e9f323c7d4..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