| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2004 Gentoo Technologies, Inc. |
2 | # Copyright 2004 Gentoo Technologies, Inc. |
| 3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.80 2005/03/16 06:17:34 codeman Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.81 2005/03/16 18:03:31 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
|
|
6 | |
|
|
7 | 16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
8 | Modified GLIUtility.exitsuccess() to work with return value from |
|
|
9 | commands.getstatusoutput instead of os.waitpid() |
| 6 | |
10 | |
| 7 | 16 Mar 2005; Preston Cody <codeman@gentoo.org> |
11 | 16 Mar 2005; Preston Cody <codeman@gentoo.org> |
| 8 | Removed default values for stage tarball URI and portage tree URI from |
12 | Removed default values for stage tarball URI and portage tree URI from |
| 9 | InstallProfile. These should be set by the FEs. also added services step to |
13 | InstallProfile. These should be set by the FEs. also added services step to |
| 10 | ArchTemplate and coldplug/hotplug runlevels to the genkernel step. |
14 | ArchTemplate and coldplug/hotplug runlevels to the genkernel step. |