From aa35c85cb9289e9c92f96811099b384aa44defd4 Mon Sep 17 00:00:00 2001 From: srs5694 Date: Sun, 1 Mar 2015 17:12:17 -0500 Subject: [PATCH] Documentation updates (including two replacement images); removal of pointless (and possibly buggy) definition of SetMem as memset in gptsync. --- NEWS.txt | 4 ++-- docs/refind/bootmode.html | 2 +- docs/refind/configfile.html | 18 +++++++++++------- docs/refind/drivers.html | 2 +- docs/refind/features.html | 2 +- docs/refind/getting.html | 18 +++++++++--------- docs/refind/index.html | 2 +- docs/refind/installing.html | 6 +++--- docs/refind/linux.html | 2 +- docs/refind/manual-submenu.png | Bin 20152 -> 35858 bytes docs/refind/refind.png | Bin 83270 -> 73088 bytes docs/refind/revisions.html | 4 +++- docs/refind/secureboot.html | 4 ++-- docs/refind/themes.html | 2 +- docs/refind/todo.html | 2 +- docs/refind/using.html | 18 +++++++++++------- gptsync/gptsync.h | 1 - refind/main.c | 2 +- 18 files changed, 49 insertions(+), 40 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 9437e23..e09c92a 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,5 +1,5 @@ -0.8.7 (?/??/2015): ------------------- +0.8.7 (3/1/2015): +----------------- - Added identification of XFS as filesystem type in volume descriptions. diff --git a/docs/refind/bootmode.html b/docs/refind/bootmode.html index 35895d2..03fbd13 100644 --- a/docs/refind/bootmode.html +++ b/docs/refind/bootmode.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -2/8/2015, referencing rEFInd 0.8.6

+3/1/2015, referencing rEFInd 0.8.7

This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

diff --git a/docs/refind/configfile.html b/docs/refind/configfile.html index b6e6e97..410d7ce 100644 --- a/docs/refind/configfile.html +++ b/docs/refind/configfile.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -2/8/2015, referencing rEFInd 0.8.6

+3/1/2015, referencing rEFInd 0.8.7

This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

@@ -146,7 +146,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

  • Adjusting the Global Configuration
  • -
  • Creating OS Stanzas
  • +
  • Creating Manual Boot Stanzas
  • Creating Submenu Entries
  • @@ -385,13 +385,17 @@ default_selection elilo

    This example sets a timeout of 5 seconds; loads a custom graphic file called custom.bmp from the directory in which the rEFInd binary resides; scans the drivers and EFI/tools/drivers directories for EFI drivers; uses manual boot loader configuration but also scans for external EFI boot loaders and EFI boot loaders on optical discs; and sets the default boot loader to the first loader found that includes the string elilo. Of course, since this file specifies use of manual boot loader configuration, it's not complete; you'll need to add at least one OS stanza to be able to boot from anything but an external disk or optical drive, as described shortly.

    -

    Creating OS Stanzas

    +

    Creating Manual Boot Stanzas

    -

    OS stanzas in rEFInd are similar to those in GRUB Legacy, GRUB 2, or ELILO. You can use them to add EFI boot loaders to those that are auto-detected. rEFInd does not yet support manual boot stanzas for BIOS-mode boot loaders. You also cannot modify the auto-detected options; if you just want to tweak one OS's configuration, you have several options, none of which is ideal:

    + + +

    Manual boot stanzas in rEFInd are similar to those in GRUB Legacy, GRUB 2, or ELILO. You can use them to add EFI boot loaders to those that are auto-detected. rEFInd does not yet support manual boot stanzas for BIOS-mode boot loaders. You also cannot modify the auto-detected options; if you just want to tweak one OS's configuration, you have several options: