X-Git-Url: https://code.delx.au/refind/blobdiff_plain/fe53e20674a0f3dff46aa42d5676a5304dac92bf..7c898f4a26b66344e4cc8ed5c2e272d5ea0a71dc:/docs/refind/todo.html diff --git a/docs/refind/todo.html b/docs/refind/todo.html index 582de71..993af2d 100644 --- a/docs/refind/todo.html +++ b/docs/refind/todo.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -6/21/2012, referencing rEFInd 0.4.3

+8/12/2012, referencing rEFInd 0.4.5

I'm a technical writer and consultant specializing in Linux technologies. This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

@@ -175,6 +175,12 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

and/or initial RAM disks relative to the rEFInd directory (or the boot loader's directory, in the case of initrds). +
  • Various options (dont_scan_dirs, also_scan_dirs, + scan_driver_dirs, etc.) refer to directories or files, + either on the ESP or on all partitions. A way to identify specific + partitions for these options would be useful in some + situations.
  • +
  • Known bugs that need squashing: @@ -231,11 +237,6 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    caused by a truncated DevicePath to the shell, which includes the shell's pathname but not the device identifier.
  • -
  • The 32-bit build of rEFInd displays corrupted volume labels for - filesystems handled by built-in drivers, but not for the drivers - provided with rEFInd. This is presumably related to the 32-bit - driver bug noted below.
  • -
  • The code is in need of review to search for memory leaks and similar problems.
  • @@ -262,8 +263,10 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    forum thread for more information.
  • I'd like to find a way to enable users to enter customizations for - boot options and then save them to the refind.conf - file.
  • + boot options and then save them to the refind.conf file. + One possible way to implement this would be to have manual boot + stanzas override auto-detected boot loader definitions for the same + boot loader file.
  • It should be possible to override specific auto-detected boot loader settings—say, to disable one specific boot loader or @@ -292,17 +295,17 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    written in a cross-platform GUI toolkit, so that a single code base can be used on any of the major OSes.
  • +
  • A way to "source" one configuration file from another one would be + helpful for some types of configuration scripts. (This would enable + overriding options in a secondary file without modifying the + default original file, for instance.)
  • +
  • Improvements to the EFI drivers: