| … | |
… | |
| 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 ALPHA release (on experimental livecd): |
| 7 | Backend: |
7 | Backend: |
| 8 | Make sure partitioning somewhat works. (agaffney) |
8 | Make sure partitioning somewhat works. (agaffney) |
| 9 | Switch most outputs to tty8 (codeman) |
9 | |
| 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 | |
10 | |
| 17 | DialogFE: |
11 | DialogFE: |
| 18 | Add networking setup for CC <whisper>samyron</whisper> |
12 | 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) |
13 | update partitioning stuff (agaffney) (sorry) |
|
|
14 | |
| 23 | gtkFE: |
15 | gtkFE: |
| 24 | Progress bar. (agaffney) |
16 | Progress bar. (agaffney) |
| 25 | custom kernel and kernel bootsplash options. |
17 | custom kernel and kernel bootsplash options. |
| 26 | |
18 | |
| 27 | Things to put into the BETA release: |
19 | Things to put into the BETA release: |
| 28 | Add add_groups to ALL the files |
20 | Add add_groups to ALL the files |
| 29 | Add binary kernel option for ALL files. |
21 | Add binary kernel option for ALL files. |
| 30 | |
22 | Fix the hacked up exception code. |
| 31 | |
23 | |
| 32 | Done: |
24 | Done: |
| 33 | Add custom kernel code. (codeman) |
25 | Add custom kernel code. (codeman) |
| 34 | Fix bootloader code for udev. (codeman) |
26 | Fix bootloader code for udev. (codeman) |
| 35 | Add rest of add_users and fix overwriting user info bug (codeman and agaffney) |
27 | Add rest of add_users and fix overwriting user info bug (codeman and agaffney) |
|
|
28 | Switch most outputs to tty8 (codeman) |
|
|
29 | custom kernel and kernel bootsplash options. (codeman) |
|
|
30 | i gotta check for dhcp in the network stuff and emerge it if it is? (codeman) |