From 3330f599a18ba6afb41b2caefe431f6363b1a058 Mon Sep 17 00:00:00 2001 From: srs5694 Date: Sun, 25 Mar 2012 22:17:08 -0400 Subject: [PATCH] Added bug to to-do list --- docs/refind/todo.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/refind/todo.html b/docs/refind/todo.html index 234a30f..500643d 100644 --- a/docs/refind/todo.html +++ b/docs/refind/todo.html @@ -117,6 +117,8 @@ program. I'm not sure what you'd use in Windows to create ICNS files.
  • The code could be more flexible in its handling of the sizes of various graphical elements, and particularly drawn text. Prior to version 0.2.2, submenu text was invisible on UEFI-based PCs with 800x600 and smaller displays because of an inability to properly crop the graphics fields that hold the text. With version 0.2.2, I've put a band-aid on this problem by reducing the field size so that it now works on 800x600 displays, but smaller displays still suffer from this problem. This is just an example of the inflexibility of certain layout issues within rEFInd.
  • +
  • On some (but not all) EFIs, launching a program from rEFInd, exiting that program, and then launching another program from rEFInd results in a system hang. This should obviously be fixed; it makes it hard to use a shell and then launch an OS without rebooting, or to exit from a loader that permits exiting.
  • +
  • I want to be able to specify the volume on which a boot loader resides in refind.conf. (As it is, manually-defined options can only launch boot loader files on the same volume as rEFInd.)
  • It would be useful to be able to specify paths to boot loaders and/or initial RAM disks relative to the rEFInd directory (or the boot loader's directory, in the case of initrds).
  • -- 2.39.2