| 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.684 2006/09/13 16:50:23 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.685 2006/09/13 18:26:30 agaffney Exp $ |
| 4 | |
4 | |
| 5 | 13 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
5 | 13 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
| 6 | src/GLIArchitectureTemplate.py: |
6 | src/GLIArchitectureTemplate.py: |
| 7 | add _wait_for_device_node() |
7 | add _wait_for_device_node() |
| 8 | src/GLIPortage.py: |
8 | src/GLIPortage.py: |
| 9 | raise an exception in get_deps() if pkglist is empty |
9 | raise an exception in get_deps() if pkglist is empty |
|
|
10 | -k option to install livecd-kernel to shut up wolf31o2 :P |
| 10 | |
11 | |
| 11 | 11 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
12 | 11 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
| 12 | src/GLIArchitectureTemplate.py: |
13 | src/GLIArchitectureTemplate.py: |
| 13 | break after installing 1 mta in install_mta() |
14 | break after installing 1 mta in install_mta() |
| 14 | |
15 | |