| 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.201 2005/05/31 18:34:52 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.202 2005/06/01 00:17:24 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
| 6 | |
6 | |
| 7 | 31 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
7 | 31 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Not being able to fetch the stage tarball is now an exception. Chroot wrapper |
8 | Not being able to fetch the stage tarball is now an exception. Chroot wrapper |
| 9 | passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be |
9 | passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be |
| 10 | loaded from XML as ['mountopts'] |
10 | loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few |
|
|
11 | places in GLIClientConfiguration. |
| 11 | |
12 | |
| 12 | 27 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
13 | 27 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 13 | Fix mount_local_partitions(), configure_fstab(), and |
14 | Fix mount_local_partitions(), configure_fstab(), and |
| 14 | install_filesystem_tools() to use GLISD directly. A few more fixes for same. |
15 | install_filesystem_tools() to use GLISD directly. A few more fixes for same. |
| 15 | A few more fixes for templates/x86Archtemplate |
16 | A few more fixes for templates/x86Archtemplate |