| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2005-2005 Gentoo Technologies, Inc. |
2 | # Copyright 2005-2005 Gentoo Technologies, Inc. |
| 3 | |
3 | |
| 4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.605 2006/02/28 16:12:30 agaffney Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.606 2006/02/28 19:47:47 agaffney Exp $ |
| 5 | |
5 | |
| 6 | 28 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
6 | 28 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
| 7 | src/GLIClientController.py: |
7 | src/GLIClientController.py: |
| 8 | accept 'none' as well as 'null' for network type |
8 | accept 'none' as well as 'null' for network type |
| 9 | src/GLIArchitectureTemplate.py: |
9 | src/GLIArchitectureTemplate.py: |
| 10 | ignore extended partitions in mount_local_partitions() |
10 | ignore extended partitions in mount_local_partitions() |
|
|
11 | src/templates/x86ArchitectureTemplate.py: |
|
|
12 | use get_ordered_partition_list() instead of keys().sort() for new_part_list |
|
|
13 | check to make sure start sector for primary isn't less than end sector for |
|
|
14 | previous extended |
| 11 | |
15 | |
| 12 | 27 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
16 | 27 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
| 13 | src/GLIPortage.py: |
17 | src/GLIPortage.py: |
| 14 | copy_pkg_to_chroot() uses compile_output.log for command output |
18 | copy_pkg_to_chroot() uses compile_output.log for command output |
| 15 | |
19 | |