summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-02-22 19:06:07 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-02-22 19:06:07 +0100
commit2f5c33119f7fee05db9edc44cf37d90c50ccefa6 (patch)
treeca73137e1b347d9394979145ba213486637d248b /TODO
parent3b5e719d8661785ab5ec2dcf5cb4943f9ed6dd08 (diff)
todo updates
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7c73e2f..afd619b 100644
--- a/TODO
+++ b/TODO
@@ -2,9 +2,11 @@ See also the FIXME's and TODO's in the code.
CURRENT ISSUES:
+* grub sedding sometimes does, and sometimes doesn't work. default config remains (eg /dev/hda3)
* when invoking /arch/aif -p interactive on a "normal" pc, it always wants to abort
* check everywhere that if users cancels something, we return 1, empty string behavior etc
* core/interactive: fix workaround needed for installpkg exitcode
+* core/interactive: near end of pkg installation (after kernel) an error shows briefly: "aif: read..." this is probably related to the thing above.
* core/interactive: keymap from installer don't not go in $target/etc/rc.conf
* dm_crypt unlock at boot is in qwerty.
* after unlocking dm_crypt, FS check fails (reiserfs, must try other)
@@ -27,7 +29,6 @@ CURRENT ISSUES:
* 'keep in mind trottled' not on separate screen
* in usage, procedure specific opts points to parent profile when using inheritance
* we may have an issue with ftp based installation where package installation works fine, however it tries to die instead of 'package installation complete' but it can't die because the --textbox fails in show_warning
-* ( only in experimental?) grub sedding sometimes does, and sometimes doesn't work. default config remains (eg /dev/hda3)
* debug "categories" (ui, disk,flowcontrol,...) so you can grep (-v) on what you want + make sure enough+correct debugging is everywhere
* the old installer asked a lot of questions before actually configuring the system, eg like 'do you need support for booting from nfs/softraid/lvm2/encrypted, custom dst file?' etc.\
do we still need this? why (not)?, and a select tag thingie would be nicer imho