X-Git-Url: https://code.delx.au/refind/blobdiff_plain/e99aa7a04054658c8d5d4595717b9b10e848564d..87bc9afcef9d2fc27b8bcff46fa9c88e8962fcae:/docs/refind/todo.html diff --git a/docs/refind/todo.html b/docs/refind/todo.html index 459f766..d890e43 100644 --- a/docs/refind/todo.html +++ b/docs/refind/todo.html @@ -165,6 +165,13 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

from the partition data is harder than extracting the volume's label or counting up the filesystem numbers. +
  • Currently, if a filesystem's label comes up empty, rEFInd + substitutes the size, so you get displays like boot + EFI\foo\bar.efi from 90 GiB volume. I'd like to add more + checks to substitute the GPT partition label if the + filesystem label comes up empty, or add a filesystem type + identifier to the size.
  • +
  • The default_selection option in refind.conf could be improved by supporting a list of default options, so that if the first item isn't found, rEFInd will try to boot the second one in the list,