| 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.285 2005/07/07 07:58:15 robbat2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.286 2005/07/07 08:00:04 robbat2 Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
| 6 | |
6 | |
| 7 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
7 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
8 | src/templates/x86ArchitectureTemplate.py: |
|
|
9 | Remove TEMP UGLY HACK of time.sleep(5), and replace it with a while loop |
|
|
10 | checking for the device, and sleeping 1 second each time. |
|
|
11 | |
|
|
12 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
| 8 | src/templates/x86ArchitectureTemplate.py: |
13 | src/templates/x86ArchitectureTemplate.py: |
| 9 | Refactor install_bootloader code and _install_{grub,lilo} so that 'none' for |
14 | Refactor install_bootloader code and _install_{grub,lilo} so that 'none' for |
| 10 | bootloader works again. Also rename _install_{grub,lilo} to |
15 | bootloader works again. Also rename _install_{grub,lilo} to |
| 11 | _configure_{grub,lilo} since they don't install the loaders anymore |
16 | _configure_{grub,lilo} since they don't install the loaders anymore |
| 12 | themselves. |
17 | themselves. |