aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2005-03-19 21:10:47 +0000
committerPreston Cody <codeman@gentoo.org>2005-03-19 21:10:47 +0000
commit68bb0ce51ad2ce97725eae99ff41e7577e92bdac (patch)
treebdd9722d9f302c855ec890a55242b2bcca191d61 /TODO
parentTemporarily disabled 'emerge sync' option due to python threading bug. (diff)
downloadgli-68bb0ce51ad2ce97725eae99ff41e7577e92bdac.tar.gz
gli-68bb0ce51ad2ce97725eae99ff41e7577e92bdac.tar.bz2
gli-68bb0ce51ad2ce97725eae99ff41e7577e92bdac.zip
Updated TODO list to show our progress towards alpha release
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@382 f8877401-5920-0410-a79b-8e2d7e04ca0d
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 4 insertions, 5 deletions
diff --git a/TODO b/TODO
index b26f905..c020d7d 100644
--- a/TODO
+++ b/TODO
@@ -5,16 +5,12 @@ If you are working or plan to work on a task here put your name by it.
Things still needing to be done for the ALPHA release (on experimental livecd):
Backend:
- Make sure partitioning somewhat works. (agaffney)
rewrite install_filesystem_tools()
DHCP client-controller side doesn't work. (kindof fixed?)
DialogFE:
- update partitioning stuff (agaffney) (sorry)
where does hostname get set?
gtkFE:
- custom kernel and kernel bootsplash options.
- simple partitioning interface (MB and %)
- add back resizing support
+ listed in fe/gtk/TODO
Things to put into the BETA release:
Add add_groups to ALL the files
@@ -25,6 +21,7 @@ Things to put into the BETA release:
add documentation?
merge progress bar with a tailbox for dialogfe.
support for /etc/portage/*
+ partitioning error checking.
Future feature requests:
add distcc support
@@ -48,3 +45,5 @@ dialog progres bar (codeman)
Progress bar. (agaffney)
services step.add coldplug and hotplug when doing genkernel. (codeman)
setting gateway and DNS servers. (codeman)
+Make sure partitioning somewhat works. (agaffney)
+update partitioning stuff (agaffney) (thank you!)