From a502e85d3f0110e0ae64e4c4050bc69bed57d0fb Mon Sep 17 00:00:00 2001 From: srs5694 Date: Sun, 15 Dec 2013 18:29:17 -0500 Subject: [PATCH] Cleanup for 0.7.6 release. --- NEWS.txt | 6 +----- docs/refind/bootmode.html | 2 +- docs/refind/configfile.html | 2 +- docs/refind/drivers.html | 2 +- docs/refind/features.html | 4 +++- docs/refind/getting.html | 18 +++++++++--------- docs/refind/index.html | 2 +- docs/refind/installing.html | 2 +- docs/refind/linux.html | 2 +- docs/refind/revisions.html | 4 +++- docs/refind/secureboot.html | 2 +- docs/refind/themes.html | 2 +- docs/refind/todo.html | 2 +- docs/refind/using.html | 2 +- filesystems/fsw_efi.c | 2 +- gptsync/gptsync.h | 2 +- install.sh | 1 - mkrlconf.sh | 1 - refind.spec | 6 +++--- refind/config.c | 29 ++++------------------------- refind/main.c | 2 +- 21 files changed, 36 insertions(+), 59 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index da463e5..0850bc9 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,4 +1,4 @@ -0.7.6 (12/??/2013): +0.7.6 (12/15/2013): ------------------- - Added support for multiple "default_selection" targets. These MUST be @@ -25,10 +25,6 @@ unless you hit a key soon after rEFInd starts. Once you hit a key, the screensaver will be disabled. -- Modified install.sh and mkrlconf.sh to create a new Linux kernel - option set: "Boot without EFI storage paranoia," which passes the - efi_no_storage_paranoia option to the kernel. - - Added --ownhfs {target} option to install.sh. This option causes rEFInd to install to an HFS+ partition in a way that's more consistent with the way the Mac's native boot loader is installed. Note that you should NOT diff --git a/docs/refind/bootmode.html b/docs/refind/bootmode.html index c5c0f49..20cfb20 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: -11/10/2013, referencing rEFInd 0.7.5

+12/15/2013, referencing rEFInd 0.7.6

I'm a technical writer and consultant specializing in Linux technologies. 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 87fcbfa..8516a57 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: -12/14/2013, referencing rEFInd 0.7.5

+12/15/2013, referencing rEFInd 0.7.6

I'm a technical writer and consultant specializing in Linux technologies. 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/drivers.html b/docs/refind/drivers.html index 7bb282b..1b72dba 100644 --- a/docs/refind/drivers.html +++ b/docs/refind/drivers.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 4/19/2012; last Web page update: -11/10/2013, referencing rEFInd 0.7.5

+12/15/2013, referencing rEFInd 0.7.6

I'm a technical writer and consultant specializing in Linux technologies. 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/features.html b/docs/refind/features.html index 1c9ab0c..1c19a3d 100644 --- a/docs/refind/features.html +++ b/docs/refind/features.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -11/10/2013, referencing rEFInd 0.7.5

+12/15/2013, referencing rEFInd 0.7.6

I'm a technical writer and consultant specializing in Linux technologies. 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!

@@ -177,6 +177,8 @@ rEFInd with the TianoCore EDK2 toolkit, which I do for my main binary build. Note that some UEFI PCs, such as those with Gigabyte's Hybrid EFI, lack a usable CSM. +
  • Improved flexibility in setting the default OS to boot. rEFInd enables specifying the default by any substring in the description. You can also specify multiple defaults, so that if the first isn't available, another will take its place (which is useful when using removable disks). You can also add time specifications to set a default to be used only during certain hours of the day.
  • +
  • The ability to fine-tune options passed to EFI boot loaders, via manual configuration.
  • An option editor to enable you to edit the options passed to an EFI boot loader on a per-boot basis.
  • diff --git a/docs/refind/getting.html b/docs/refind/getting.html index 14af677..9029bb8 100644 --- a/docs/refind/getting.html +++ b/docs/refind/getting.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    Originally written: 3/14/2012; last Web page update: -11/10/2013, referencing rEFInd 0.7.5

    +12/15/2013, referencing rEFInd 0.7.6

    I'm a technical writer and consultant specializing in Linux technologies. 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!

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