| 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.82 2005/03/17 03:59:52 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.83 2005/03/17 06:12:15 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
| 6 | |
6 | |
| 7 | 16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
7 | 16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Modified GLIUtility.exitsuccess() to work with return value from |
8 | Modified GLIUtility.exitsuccess() to work with return value from |
| 9 | commands.getstatusoutput instead of os.waitpid(). spawn() automatically |
9 | commands.getstatusoutput instead of os.waitpid(). spawn() automatically |
| 10 | creates wrapper script for commands run inside chroot so multiple commands |
10 | creates wrapper script for commands run inside chroot so multiple commands |
| 11 | and redirection can be used. |
11 | and redirection can be used. Change exitsuccess() back |
| 12 | |
12 | |
| 13 | 16 Mar 2005; Preston Cody <codeman@gentoo.org> |
13 | 16 Mar 2005; Preston Cody <codeman@gentoo.org> |
| 14 | Removed default values for stage tarball URI and portage tree URI from |
14 | Removed default values for stage tarball URI and portage tree URI from |
| 15 | InstallProfile. These should be set by the FEs. also added services step to |
15 | InstallProfile. These should be set by the FEs. also added services step to |
| 16 | ArchTemplate and coldplug/hotplug runlevels to the genkernel step. |
16 | ArchTemplate and coldplug/hotplug runlevels to the genkernel step. |