aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2005-03-16 06:17:35 +0000
committerPreston Cody <codeman@gentoo.org>2005-03-16 06:17:35 +0000
commit56bcd971b9d59601dad84834f7ec52e3799540f0 (patch)
tree8e431b4ae526e746170d444d71974baf9e741c81 /TODO
parentsecond try on set gateway code. (diff)
downloadgli-56bcd971b9d59601dad84834f7ec52e3799540f0.tar.gz
gli-56bcd971b9d59601dad84834f7ec52e3799540f0.tar.bz2
gli-56bcd971b9d59601dad84834f7ec52e3799540f0.zip
Removed default values for stage tarball URI and portage tree URI from
InstallProfile. These should be set by the FEs. also added services step to ArchTemplate and coldplug/hotplug runlevels to the genkernel step. Possibly fixed CC DHCP bug with -n. (thx agaffney) git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@361 f8877401-5920-0410-a79b-8e2d7e04ca0d
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index f453120..9346e2e 100644
--- a/TODO
+++ b/TODO
@@ -7,9 +7,7 @@ Things still needing to be done for the ALPHA release (on experimental livecd):
Backend:
Make sure partitioning somewhat works. (agaffney)
rewrite install_filesystem_tools()
- add coldplug and hotplug when doing genkernel
- setting services does not work. none of them set.
- DHCP client-controller side doesn't work.
+ DHCP client-controller side doesn't work. (kindof fixed?)
DialogFE:
update partitioning stuff (agaffney) (sorry)
where does hostname get set?
@@ -48,3 +46,4 @@ so 'PORTAGE_TMPDIR="/mnt/gentoo/var/tmp"
Add networking setup for CC (samyron!)
dialog progres bar (codeman)
Progress bar. (agaffney)
+services step.add coldplug and hotplug when doing genkernel. (codeman)