summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-01-10 12:50:24 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-01-10 12:50:24 +0100
commit676feb003bf4d54ada38ada31191635dc1f5e696 (patch)
tree9d9634b03c7dbb3954d0a907db1647b6428e17d7 /TODO
parentb86bf8691c4f0fba765a0c432c49bc94571f91f9 (diff)
todo updates
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 7 insertions, 3 deletions
diff --git a/TODO b/TODO
index d309365..7eed72d 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
See also the FIXME's and TODO's in the code.
-ALPHA PHASE: get some people to test and suggest ideas, while fixing bugs and refactoring
+ALPHA PHASE:
* setup bugtracker/roadmap thingie
* check everywhere that if users cancels something, we return 1, empty string behavior etc
* core/interactive: fix workaround needed for installpkg exitcode
@@ -33,10 +33,14 @@ ALPHA PHASE: get some people to test and suggest ideas, while fixing bugs and re
* 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), sometimes an incorrect UUID is generated
+* 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
+* refactor all pacman stuff (modularize/functionize etc)
-BETA PHASE: try to get aif on the (beta) installcd as an experimental, alternative installer.
+
+BETA PHASE:
* find a way to not have to preload libs and stuff, only load them when needed. -> faster start of install program
-* involve broader community
* fix everything
* if dhcpd already runs for $reason, the installer will try again @ configure network and fail.
i tried killall dhcpd, killall -9 dhcpd first but that didn't help: it can't kill the process or something...