]> code.delx.au - refind/blobdiff - NEWS.txt
Implemented workaround to ELILO failure in Secure Boot mode.
[refind] / NEWS.txt
index 71e0a39df2180fa151b5589d0c48e7ddc47a5c60..ca90d7e14bb223d3ac53e7e6b4e502fbc0ec446d 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,35 @@
-0.5.0 (??/??/2012):
+0.5.1 (??/??/201?):
 -------------------
 
+- Implemented a workaround to enable ELILO to launch with Secure Boot
+  active: Pass a "-C \path\to\elilo\elilo.conf" option to the program.
+  The user will need to explicitly provide the path to the Linux kernel and
+  initrd, not rely on the program to be able to read the files from the
+  current directory. In elilo.conf, the path should be specified with
+  forward slashes or doubled-up backslashes.
+
+0.5.0 (12/6/2012):
+------------------
+
+- Added the ability to include quote marks ('"') in refind.conf and
+  refind_linux.conf tokens by doubling them up, as in:
+  "ro root=/dev/sda4 some_value=""this is it"""
+  This example results in the following string being passed as an
+  option:
+  ro root=/dev/sda4 some_value="this is it"
+
+- Changed refind.conf-sample to uncomment the scan_all_linux_kernels
+  option by default. If this option is deleted or commented out, the
+  program default remains to not scan all Linux kernels; but with
+  increasing numbers of distributions shipping with kernels that include
+  EFI stub loader support, setting the configuration file default to scan
+  for them makes sense.
+
+- Modified the "resolution" token so that it affects text mode as well
+  as graphics mode. On my systems, though, the actual text area is still
+  restricted to an 80x25 area. (This seems to be a firmware limitation; my
+  EFI shells are also so limited.)
+
 - Fixed a bug that caused the options line editor to blank out lines that
   were not actually edited.