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