From 9462028f4d87a9a865fc26c2ca4a1b8d33bd10fe Mon Sep 17 00:00:00 2001 From: srs5694 Date: Sun, 25 Aug 2013 23:27:02 -0400 Subject: [PATCH] Fix legacy booting on Macs. --- NEWS.txt | 7 +++++++ docs/refind/configfile.html | 2 +- docs/refind/installing.html | 16 ++++++++++++++++ refind/main.c | 4 ++-- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 60b4f8a..3463d57 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,10 @@ +0.7.4.1 (8/25/2013): +-------------------- + +- My initial 0.7.4 release broke legacy-boot ability on Macs, so I quickly + released this version using the original 0.7.4 filenames to fix the + problem. + 0.7.4 (8/25/2013): ------------------ diff --git a/docs/refind/configfile.html b/docs/refind/configfile.html index a2faaa2..bc32c6c 100644 --- a/docs/refind/configfile.html +++ b/docs/refind/configfile.html @@ -294,7 +294,7 @@ timeout 20 dont_scan_volumes or don't_scan_volumes filesystem label(s) - Adds the specified volume or volumes to a volume "blacklist"—these filesystems are not scanned for EFI boot loaders. This may be useful to keep unwanted EFI boot entries, such as for a Macintosh recovery partition, from appearing on the main list of boot loaders. The default value is Recovery HD, to keep the Mac recovery volume from appearing. (It should get its own tools icon instead—see the showtools token.) + Adds the specified volume or volumes to a volume "blacklist"—these filesystems are not scanned for EFI boot loaders. This may be useful to keep unwanted EFI boot entries, such as for a Macintosh recovery partition, from appearing on the main list of boot loaders. The default value is Recovery HD, to keep the Mac recovery volume from appearing. (It should get its own tools icon instead—see the showtools token.) Note that on a Macintosh with whole-disk encryption, you may need to uncomment this token and leave "Recovery HD" off the list to boot the system. dont_scan_dirs or don't_scan_dirs diff --git a/docs/refind/installing.html b/docs/refind/installing.html index 6db0ca4..0e9a42f 100644 --- a/docs/refind/installing.html +++ b/docs/refind/installing.html @@ -168,6 +168,8 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

  • Installing rEFInd Manually Using an EFI Shell
  • +
  • Using OS X Whole-Disk Encryption
  • +
  • Alternative Naming Options