| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2004 Gentoo Technologies, Inc. |
2 | # Copyright 2004 Gentoo Technologies, Inc. |
| 3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.30 2005/01/08 09:35:01 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.31 2005/01/09 08:25:16 codeman Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
| 6 | |
6 | |
|
|
7 | 08 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
8 | Added mount_network_shares. not able to test it from this computer. |
|
|
9 | will test when i get back to school. |
|
|
10 | also added start_portmap to the client_controller as an always-do. |
|
|
11 | agaffney says this is needed for NFS mounts to work. |
|
|
12 | |
| 7 | 08 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
13 | 08 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Partial rewrite of partitioning code in x86Template. No longer shells out to |
14 | Partial rewrite of partitioning code in x86Template. No longer shells out to |
| 9 | parted to perform actions, now uses all pyparted calls. Code "works" in a |
15 | parted to perform actions, now uses all pyparted calls. Code "works" in a |
| 10 | test, but still needs lots of TLC. Also modified tests/install.py to work |
16 | test, but still needs lots of TLC. Also modified tests/install.py to work |
| 11 | with x86Template and GLIClientConfiguration. |
17 | with x86Template and GLIClientConfiguration. |