| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2005-2006 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 2005-2006 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.680 2006/09/10 19:50:46 codeman Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.681 2006/09/10 20:22:13 codeman Exp $ |
| 4 | |
4 | |
| 5 | 10 Sep 2006; Preston Cody <codeman@gentoo.org> |
5 | 10 Sep 2006; Preston Cody <codeman@gentoo.org> |
| 6 | src/GLIGenDialog.py: |
6 | src/GLIGenDialog.py: |
| 7 | rewrote how the USE flags work so that they are written correctly in relation |
7 | rewrote how the USE flags work so that they are written correctly in relation |
| 8 | to the system's USE flags. |
8 | to the system's USE flags. |
| 9 | added a while condition on setting a user password |
9 | added a while condition on setting a user password |
|
|
10 | src/GLIArchitectureTemplate.py: |
|
|
11 | adding a self._mounted_devices to keep track of mounted partitions. |
|
|
12 | When cleaning up, only unmount these partitions. Not yet tested. |
| 10 | |
13 | |
| 11 | 10 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
14 | 10 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
| 12 | src/GLIStorageDevice.py: |
15 | src/GLIStorageDevice.py: |
| 13 | properly identify apple_bootstrap partitions |
16 | properly identify apple_bootstrap partitions |
| 14 | |
17 | |