X-Git-Url: https://code.delx.au/refind/blobdiff_plain/12cfc677aad6ab1519212ee74eae05b2d04b8dc6..7c898f4a26b66344e4cc8ed5c2e272d5ea0a71dc:/docs/refind/todo.html diff --git a/docs/refind/todo.html b/docs/refind/todo.html index 9cb99d7..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/23/2012, referencing rEFInd 0.4.4

+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: @@ -257,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 @@ -287,6 +295,11 @@ 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: @@ -313,6 +326,10 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

  • The HFS+ driver returns a volume label of "HFS+ volume", no matter what the volume's real label is.
  • +
  • This may not be possible, or it may require a new driver, but a way + to have the drivers access files (like a Linux loopback mount) is + desirable.
  • +