| 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 |
FIX UP LILO
|
| 9 |
GLIArchitectureTemplate.build_kernel():
|
| 10 |
- test with 2.4 kernels
|
| 11 |
- Check custom config for correct initrd support when using genkernel
|
| 12 |
- hotplug/coldplug are NOT always needed with genkernel.
|
| 13 |
- might need to pass --udev/--evms2/--lvm2/--dmraid to genkernel.
|
| 14 |
- Source might not be in /usr/src/linux
|
| 15 |
In Progress:
|
| 16 |
Fix the hacked up exception code.
|
| 17 |
secondary progress bar and X of Y for emerge notifications
|
| 18 |
partitioning error checking.
|
| 19 |
add distcc support
|
| 20 |
add r_pppoe configuration stuff.
|
| 21 |
network mounts into the fstab
|
| 22 |
DialogFE:
|
| 23 |
support for /etc/portage/*
|
| 24 |
gli-dialog:
|
| 25 |
- functions left to code:
|
| 26 |
IP's __init__
|
| 27 |
save_install_profile
|
| 28 |
make partitioning mountpoint choice a menu.
|
| 29 |
- then i need to do these:
|
| 30 |
line wrap runthrough
|
| 31 |
add etc/portage support
|
| 32 |
finish make.conf conversion for last menu.
|
| 33 |
gtkFE:
|
| 34 |
listed in fe/gtk/TODO
|
| 35 |
|
| 36 |
Things to put into a later version:
|
| 37 |
|
| 38 |
Future feature requests:
|
| 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 |
|
| 44 |
|
| 45 |
Done:
|
| 46 |
Add custom kernel code. (codeman)
|
| 47 |
Fix bootloader code for udev. (codeman)
|
| 48 |
Add rest of add_users and fix overwriting user info bug (codeman and agaffney)
|
| 49 |
Switch most outputs to tty8 (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)
|