]> code.delx.au - refind/blobdiff - NEWS.txt
Updated NEWS and docs for 0.10.6
[refind] / NEWS.txt
index 7e218c1129e2545d3f9de181722668c565d1ceec..780088032e9ca6a72e57aaec6a2a50f5785abfe3 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,27 @@
-0.10.5 (??/??/2017):
---------------------
+0.10.6 (??/??/2017):
+------------------
+
+- Two more improvements to initrd detection for Linux kernels:
+  - Do not choose an initrd that has no matching version characters with
+    the kernel version string.
+  - In order to support Arch Linux kernel naming the strings "linux"
+    and "linux-lts". So "vmlinuz-linux-lts" has version "linux-lts",
+    which matches "initramfs-linux-lts.img".
+
+0.10.5 (3/4/2017):
+------------------
+
+- Two improvements to initrd detection for Linux kernels:
+  - If multiple initrd files match the kernel's version number, the file
+    with more matching characters after the version number is used, rather
+    than the first initrd file found.
+  - The "%v" string, if present in the refind_linux.conf file's second
+    field, will be replaced by the kernel version number. Thus, you can
+    specify options like:
+    "Boot with standard initrd" "ro root=/dev/sda2 initrd=initrd-%v-std"
+    "Boot with debug initrd"    "ro root=/dev/sda2 initrd=initrd-%v-debug"
+    This enables using multiple initrd files per kernel, to be used for
+    different purposes.
 
 - Minor code optimization.