| 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.606 2006/02/28 19:47:47 agaffney Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.607 2006/03/01 02:27:51 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: |
11 | src/templates/x86ArchitectureTemplate.py: |
| 12 | use get_ordered_partition_list() instead of keys().sort() for new_part_list |
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 |
13 | check to make sure start sector for primary isn't less than end sector for |
| 14 | previous extended |
14 | previous extended |
|
|
15 | src/GLIClientController.py: |
|
|
16 | write dns servers to /etc/resolv.conf |
| 15 | |
17 | |
| 16 | 27 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
18 | 27 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
| 17 | src/GLIPortage.py: |
19 | src/GLIPortage.py: |
| 18 | copy_pkg_to_chroot() uses compile_output.log for command output |
20 | copy_pkg_to_chroot() uses compile_output.log for command output |
| 19 | |
21 | |