| 1 | Gentoo Linux Installer TODO |
1 | Gentoo Linux Installer TODO |
| 2 | Copyright 2005 Gentoo Technologies, Inc. |
2 | Copyright 2005 Gentoo Technologies, Inc. |
| 3 | |
3 | |
| 4 | If you are working or plan to work on a task here put your name by it. |
4 | If you are working or plan to work on a task here put your name by it. |
| 5 | |
5 | |
| 6 | Things still needing to be done for the ALPHA release (on experimental livecd): |
6 | Things still needing to be done for the BETA release: |
| 7 | Backend: |
7 | Backend: |
| 8 | Make sure partitioning somewhat works. (agaffney) |
8 | GLIArchitectureTemplate.build_kernel(): |
| 9 | i gotta check for dhcp in the network stuff and emerge it if necessary? |
9 | - test with 2.4 kernels |
| 10 | |
10 | - Check custom config for correct initrd support when using genkernel |
|
|
11 | - hotplug/coldplug are NOT always needed with genkernel. |
|
|
12 | - might need to pass --udev/--evms2/--lvm2/--dmraid to genkernel. |
|
|
13 | - Source might not be in /usr/src/linux |
|
|
14 | In Progress: |
|
|
15 | Fix the hacked up exception code. |
|
|
16 | secondary progress bar and X of Y for emerge notifications |
|
|
17 | partitioning error checking. |
|
|
18 | add distcc support |
|
|
19 | add r_pppoe configuration stuff. |
|
|
20 | network mounts into the fstab |
| 11 | DialogFE: |
21 | DialogFE: |
| 12 | Add networking setup for CC <whisper>samyron</whisper> |
22 | support for /etc/portage/* |
| 13 | Add functionality to handle 'warning' and 'notice' level exceptions |
23 | gli-dialog: |
| 14 | see above^^ |
24 | - functions left to code: |
| 15 | update partitioning stuff (agaffney) (sorry) |
25 | IP's __init__ |
| 16 | |
26 | save_install_profile |
|
|
27 | make partitioning mountpoint choice a menu. |
|
|
28 | - then i need to do these: |
|
|
29 | line wrap runthrough |
|
|
30 | fix USE flag pre-checking. |
|
|
31 | fix add_user group pre-checking. |
|
|
32 | add etc/portage support |
| 17 | gtkFE: |
33 | gtkFE: |
| 18 | Progress bar. (agaffney) |
34 | listed in fe/gtk/TODO |
| 19 | custom kernel and kernel bootsplash options. |
|
|
| 20 | |
35 | |
| 21 | Things to put into the BETA release: |
36 | Things to put into a later version: |
| 22 | Add add_groups to ALL the files |
37 | |
| 23 | Add binary kernel option for ALL files. |
38 | Future feature requests: |
| 24 | Fix the hacked up exception code. |
39 | |
|
|
40 | add auto-update script to crontab once every week. |
|
|
41 | if you chose to emerge X, have it configured and set to start on bootup |
|
|
42 | god help us if we have to get your printer set up too! |
|
|
43 | |
| 25 | |
44 | |
| 26 | Done: |
45 | Done: |
| 27 | Add custom kernel code. (codeman) |
46 | Add custom kernel code. (codeman) |
| 28 | Fix bootloader code for udev. (codeman) |
47 | Fix bootloader code for udev. (codeman) |
| 29 | Add rest of add_users and fix overwriting user info bug (codeman and agaffney) |
48 | Add rest of add_users and fix overwriting user info bug (codeman and agaffney) |
| 30 | Switch most outputs to tty8 (codeman) |
49 | Switch most outputs to tty8 (codeman) |
| 31 | custom kernel and kernel bootsplash options. (codeman) |
50 | custom kernel and kernel bootsplash options. (codeman) |
|
|
51 | i gotta check for dhcp in the network stuff and emerge it if it is? (codeman) |
|
|
52 | so 'PORTAGE_TMPDIR="/mnt/gentoo/var/tmp" |
|
|
53 | PKGDIR="/mnt/gentoo/usr/portage/packages" quickpkg xorg-x11' then |
|
|
54 | emerge -K xorg-x11 (agaffney) |
|
|
55 | Add networking setup for CC (samyron!) |
|
|
56 | dialog progres bar (codeman) |
|
|
57 | Progress bar. (agaffney) |
|
|
58 | services step.add coldplug and hotplug when doing genkernel. (codeman) |
|
|
59 | setting gateway and DNS servers. (codeman) |
|
|
60 | Make sure partitioning somewhat works. (agaffney) |
|
|
61 | update partitioning stuff (agaffney) (thank you!) |
|
|
62 | rewrite install_filesystem_tools() (codeman) |
|
|
63 | DHCP client-controller side doesn't work. (kindof fixed?) |
|
|
64 | add steps descriptions and a way for the FEs to show them (agaffney) |
|
|
65 | Add add_groups to ALL the files (codeman) |