| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2005 Gentoo Technologies, Inc. |
2 | # Copyright 2005 Gentoo Technologies, Inc. |
| 3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.229 2005/06/12 06:12:57 robbat2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.230 2005/06/12 10:00:00 robbat2 Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
|
|
6 | |
|
|
7 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> +src/cli/clife.py, |
|
|
8 | +src/cli/README, +src/fe/installer-cli, +src/fe/installer-dialog, |
|
|
9 | +src/fe/installer-gtk: |
|
|
10 | Add new automated CLI frontend. Add scripts that are the intended means to |
|
|
11 | use each frontend. |
|
|
12 | |
|
|
13 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
14 | src/GLIClientController.py: |
|
|
15 | Add null type to network config, for cases where the interface is already up |
|
|
16 | and should not be touched (netboot for example). |
|
|
17 | |
|
|
18 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
19 | src/GLIArchitectureTemplate.py: |
|
|
20 | pcmcia is not a variable name for a call to _add_to_runlevel, it should be a |
|
|
21 | string!. Try to use binary packages if available by default. |
| 6 | |
22 | |
| 7 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
23 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
| 8 | src/GLIArchitectureTemplate.py: |
24 | src/GLIArchitectureTemplate.py: |
| 9 | More error checking for _add_to_runlevel, to ensure that the init script |
25 | More error checking for _add_to_runlevel, to ensure that the init script |
| 10 | actually exists before we try to add it. set_services phase must take place |
26 | actually exists before we try to add it. set_services phase must take place |