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.92 2005/03/21 04:52:48 codeman Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.96 2005/03/22 04:14:40 agaffney Exp $ |
4 | |
4 | |
5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
|
|
6 | |
|
|
7 | 21 Mar 2005; Preston Cody <codeman@gentoo.org> |
|
|
8 | took chroot out of grub_install command. Added |
|
|
9 | 'logfile=self._compile_logfile' to a number of spawn() calls. Added new |
|
|
10 | hash_password() function to GLIUtility. |
|
|
11 | |
|
|
12 | 21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
13 | Changed chroot wrapper code in spawn() to write the wrapper the python way |
|
|
14 | instead of the bash way to avoid quote conflicts. |
6 | |
15 | |
7 | 20 Mar 2005; Preston Cody <codeman@gentoo.org> |
16 | 20 Mar 2005; Preston Cody <codeman@gentoo.org> |
8 | Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo. |
17 | Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo. |
9 | |
18 | |
10 | 20 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
19 | 20 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
11 | Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in |
20 | Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in |
12 | stage1() and stage2(). Added 'origminor' parameter to GLIStorageDevice and |
21 | stage1() and stage2(). Added 'origminor' parameter to GLIStorageDevice and |
13 | GLIInstallProfile |
22 | GLIInstallProfile. |
14 | |
23 | |
15 | 19 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
24 | 19 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
16 | Fixed a couple bugs in add_netmount() in GLIInstallProfile. spawn() outputs |
25 | Fixed a couple bugs in add_netmount() in GLIInstallProfile. spawn() outputs |
17 | to the actual tty8 with display_on_tty8 flag. Compile output logfile moved |
26 | to the actual tty8 with display_on_tty8 flag. Compile output logfile moved |
18 | into /mnt/gentoo in prepare_chroot() |
27 | into /mnt/gentoo in prepare_chroot() |