aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 1542162b0419224a18c4a3e3da7c089f1b693a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Gentoo Linux Installer TODO
Copyright 2005 Gentoo Technologies, Inc.

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 BETA release:
	Backend:
		GLIArchitectureTemplate.build_kernel():
			- test with 2.4 kernels
			- Check custom config for correct initrd support when using genkernel
			- hotplug/coldplug are NOT always needed with genkernel.
			- might need to pass --udev/--evms2/--lvm2/--dmraid to genkernel.
			- Source might not be in /usr/src/linux
		In Progress:
		Fix the hacked up exception code.
		secondary progress bar and X of Y for emerge notifications
		partitioning error checking.
		add distcc support
		add r_pppoe configuration stuff.
		network mounts into the fstab
	DialogFE:
		support for /etc/portage/*
	gli-dialog: 
	- functions left to code:
		IP's __init__
		save_install_profile
		make partitioning mountpoint choice a menu.
	- then i need to do these:
		line wrap runthrough
		fix USE flag pre-checking.
		fix add_user group pre-checking.
		add etc/portage support
	gtkFE:
		listed in fe/gtk/TODO

Things to put into a later version:
	
Future feature requests:
	
	add auto-update script to crontab once every week.
	if you chose to emerge X, have it configured and set to start on bootup
	god help us if we have to get your printer set up too!
	

Done:
Add custom kernel code. (codeman)
Fix bootloader code for udev. (codeman)
Add rest of add_users and fix overwriting user info bug (codeman and agaffney)
Switch most outputs to tty8 (codeman)
custom kernel and kernel bootsplash options. (codeman)
i gotta check for dhcp in the network stuff and emerge it if it is? (codeman)
so 'PORTAGE_TMPDIR="/mnt/gentoo/var/tmp"
  PKGDIR="/mnt/gentoo/usr/portage/packages" quickpkg xorg-x11' then
  emerge -K xorg-x11 (agaffney)
Add networking setup for CC (samyron!)
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!)
rewrite install_filesystem_tools() (codeman)
DHCP client-controller side doesn't work. (kindof fixed?)
add steps descriptions and a way for the FEs to show them (agaffney)
Add add_groups to ALL the files (codeman)