| 1 |
Gentoo Linux Installer TODO |
| 2 |
Copyright 2005 Gentoo Technologies, Inc. |
| 3 |
|
| 4 |
If you are working or plan to work on a task here put your name by it. |
| 5 |
|
| 6 |
Things still needing to be done for the BETA release: |
| 7 |
Backend: |
| 8 |
custom network info needs to get sent to the glimd clients. |
| 9 |
percentage partitioning |
| 10 |
netboot image |
| 11 |
Move Bootloader/arch list to IP |
| 12 |
|
| 13 |
In Progress: |
| 14 |
partitioning error checking. |
| 15 |
???add distcc support (UNTESTED) |
| 16 |
add r_pppoe configuration stuff. |
| 17 |
network mounts into the fstab |
| 18 |
gtkFE: |
| 19 |
listed in fe/gtk/TODO |
| 20 |
add grsec/hardened sources with desc. |
| 21 |
add Other sources option (textbox). |
| 22 |
NON-GENKERNEL support. i.e. config URI see webgli. |
| 23 |
webgli: |
| 24 |
Restrict portage snapshot if doing dynamic stage3 |
| 25 |
default the snapshot uri to the cdrom one. |
| 26 |
load values for client-configuration |
| 27 |
Things to put into a later version: |
| 28 |
|
| 29 |
Future feature requests: |
| 30 |
|
| 31 |
add auto-update script to crontab once every week. |
| 32 |
|
| 33 |
god help us if we have to get your printer set up too! |
| 34 |
|
| 35 |
Robbat's thing: |
| 36 |
GLIArchitectureTemplate.build_kernel(): |
| 37 |
- test with 2.4 kernels |
| 38 |
- Check custom config for correct initrd support when using genkernel |
| 39 |
- might need to pass --evms2/--lvm2/--dmraid to genkernel. |
| 40 |
|
| 41 |
|
| 42 |
Done: |
| 43 |
if you chose to emerge X, have it configured and set to start on bootup (codeman) |
| 44 |
lilo fixup (codeman) |
| 45 |
Add custom kernel code. (codeman) |
| 46 |
Fix bootloader code for udev. (codeman) |
| 47 |
Add rest of add_users and fix overwriting user info bug (codeman and agaffney) |
| 48 |
Switch most outputs to tty8 (codeman) |
| 49 |
custom kernel and kernel bootsplash options. (codeman) |
| 50 |
i gotta check for dhcp in the network stuff and emerge it if it is? (codeman) |
| 51 |
so 'PORTAGE_TMPDIR="/mnt/gentoo/var/tmp" |
| 52 |
PKGDIR="/mnt/gentoo/usr/portage/packages" quickpkg xorg-x11' then |
| 53 |
emerge -K xorg-x11 (agaffney) |
| 54 |
Add networking setup for CC (samyron!) |
| 55 |
dialog progres bar (codeman) |
| 56 |
Progress bar. (agaffney) |
| 57 |
services step.add coldplug and hotplug when doing genkernel. (codeman) |
| 58 |
setting gateway and DNS servers. (codeman) |
| 59 |
Make sure partitioning somewhat works. (agaffney) |
| 60 |
update partitioning stuff (agaffney) (thank you!) |
| 61 |
rewrite install_filesystem_tools() (codeman) |
| 62 |
DHCP client-controller side doesn't work. (kindof fixed?) |
| 63 |
add steps descriptions and a way for the FEs to show them (agaffney) |
| 64 |
Add add_groups to ALL the files (codeman) |
| 65 |
Fix the hacked up exception code. |