| 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 ALPHA release (on experimental livecd):
|
| 7 |
Backend:
|
| 8 |
Make sure partitioning somewhat works. (agaffney)
|
| 9 |
Switch most outputs to tty8 (codeman)
|
| 10 |
i gotta check for dhcp in the network stuff and emerge it if necessary?
|
| 11 |
<agaffney> codeman: ok, so addNotification("warning", ...) for something
|
| 12 |
that failed but isn't a big deal, 'raise GLIException("blah",
|
| 13 |
"kindabad", ...)' for something that *might* be fixable with a profile
|
| 14 |
edit, and 'raise GLIException("blah", "fatal", ...)' for the "oh my
|
| 15 |
god, I crapped my pants" errors
|
| 16 |
|
| 17 |
DialogFE:
|
| 18 |
Add networking setup for CC <whisper>samyron</whisper>
|
| 19 |
Add functionality to handle 'warning' and 'notice' level exceptions
|
| 20 |
see above^^
|
| 21 |
custom kernel and kernel bootsplash options. (codeman)
|
| 22 |
update partitioning stuff (agaffney) (sorry)
|
| 23 |
gtkFE:
|
| 24 |
Progress bar. (agaffney)
|
| 25 |
custom kernel and kernel bootsplash options.
|
| 26 |
|
| 27 |
Things to put into the BETA release:
|
| 28 |
Add add_groups to ALL the files
|
| 29 |
Add binary kernel option for ALL files.
|
| 30 |
|
| 31 |
|
| 32 |
Done:
|
| 33 |
Add custom kernel code. (codeman)
|
| 34 |
Fix bootloader code for udev. (codeman)
|
| 35 |
Add rest of add_users and fix overwriting user info bug (codeman and agaffney)
|