| 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.257 2005/06/22 06:00:21 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.258 2005/06/22 21:21:52 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
| 6 | |
6 | |
| 7 | 22 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
7 | 22 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Modify get_eth_info() to take a full interface name (eth0 fex). |
8 | Modify get_eth_info() to take a full interface name (eth0 fex). float() |
|
|
9 | instead of int() in add_partition_device_partition() for minor (closes 96804) |
| 9 | |
10 | |
| 10 | 21 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
11 | 21 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 11 | Changed setup_network_post to check for 'interfaces[interface][0] != "dhcp"' |
12 | Changed setup_network_post to check for 'interfaces[interface][0] != "dhcp"' |
| 12 | instead of 'interfaces[interface][1]' since DHCP uses that field for its |
13 | instead of 'interfaces[interface][1]' since DHCP uses that field for its |
| 13 | options. setup_network_post() writes custom DHCP options to /etc/conf.d/net. |
14 | options. setup_network_post() writes custom DHCP options to /etc/conf.d/net. |