]> code.delx.au - refind/blobdiff - NEWS.txt
Added new fold_linux_kernels option, which combines Linux kernels in a
[refind] / NEWS.txt
index 71d48ad3f1db5af144ec35d25c0a114e3fab287c..a71278fc2ba9e487e910106698aca0bf38d54518 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,19 @@
-0.8.8 (3/??/2015):
+0.8.8 (6/??/2015):
 ------------------
 
+- Added new Linux root (/) partition auto-discovery feature, based on
+  Freedesktop.org's Discoverable Partitions Spec (DPS)
+  (http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/):
+  If no refind_linux.conf file or /etc/fstab file is found, and if a
+  partition with the correct DPS type code for the system architecture is
+  found, rEFInd adds "ro root=/dev/disk/by-partuuid/{GUID}" to the kernel
+  options. This will not help on LVM setups, and will get it right for only
+  one installation on systems with multiple Linux installations, but it may
+  help some users, if/when the DPS type codes become more common.
+
+- Fixed bug that caused a rEFInd crash if an empty refind_linux.conf
+  file was encountered.
+
 - The mkrlconf.sh script now checks the OS on which it's running, which
   should help avoid confusion or problems by users who mistakenly run it
   under OS X.