From: srs5694 Date: Mon, 12 Nov 2012 02:51:57 +0000 (-0500) Subject: Documentation update X-Git-Url: https://code.delx.au/refind/commitdiff_plain/5727128996afc4932c5743ff72507a5ec03589a4 Documentation update --- diff --git a/docs/refind/configfile.html b/docs/refind/configfile.html index e588c14..7240cbc 100644 --- a/docs/refind/configfile.html +++ b/docs/refind/configfile.html @@ -170,8 +170,8 @@ timeout 20 showtools - shell, gptsync, about, exit, shutdown, and reboot - Specifies which tool tags to display on the second row. shell launches an EFI shell, gptsync launches a tool that creates a hybrid MBR, about displays information about the program, exit terminates rEFInd, shutdown shuts down the computer (or reboots it, on UEFI PCs), and reboot reboots the computer. The tags appear in the order in which you specify them. The default is shell, about, shutdown, reboot. Note that the shell and gptsync options both require the presence of programs not included with rEFInd; see the "Installing Additional Components" section of the Installing rEFInd page for pointers to these programs. + shell, gptsync, about, apple_recovery, exit, shutdown, and reboot + Specifies which tool tags to display on the second row. shell launches an EFI shell, gptsync launches a tool that creates a hybrid MBR, about displays information about the program, apple_recovery boots the OS X Recovery HD, exit terminates rEFInd, shutdown shuts down the computer (or reboots it, on UEFI PCs), and reboot reboots the computer. The tags appear in the order in which you specify them. The default is shell, about, apple_recovery, shutdown, reboot. Note that the shell, apple_recovery, and gptsync options all require the presence of programs not included with rEFInd. See the "Installing Additional Components" section of the Installing rEFInd page for pointers to the shell and gptsync programs. The apple_recovery option will appear only if you've got an Apple Recovery HD partition (which has a boot loader called com.apple.recovery.boot/boot.efi). textonly diff --git a/refind.conf-sample b/refind.conf-sample index c5198a0..0a89036 100644 --- a/refind.conf-sample +++ b/refind.conf-sample @@ -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