| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2005-2005 Gentoo Technologies, Inc. |
2 | # Copyright 2005-2005 Gentoo Technologies, Inc. |
| 3 | |
3 | |
| 4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.447 2005/10/27 02:14:30 agaffney Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.448 2005/10/27 02:29:29 agaffney Exp $ |
| 5 | |
5 | |
| 6 | *GLI-0.3 (17 Oct 2005) |
6 | *GLI-0.3 (17 Oct 2005) |
| 7 | |
7 | |
| 8 | 26 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
8 | 26 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 9 | src/templates/x86ArchitectureTemplate.py: |
9 | src/templates/x86ArchitectureTemplate.py: |
| 10 | properly check for bootloader emerge exist status with exitsuccess() |
10 | properly check for bootloader emerge exist status with exitsuccess() |
| 11 | log output of grub install command |
11 | log output of grub install command |
| 12 | add --batch --no-floppy to grub command |
12 | add --batch --no-floppy to grub command |
|
|
13 | grubinstallstring only gets logged if debug is on |
| 13 | src/GLIUtility.py: |
14 | src/GLIUtility.py: |
| 14 | update progress bar to 100% when process finishes |
15 | update progress bar to 100% when process finishes |
| 15 | |
16 | |
| 16 | 25 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
17 | 25 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 17 | src/GLIClientController.py: |
18 | src/GLIClientController.py: |