diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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... |