| 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.341 2005/08/16 21:47:44 agaffney Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.342 2005/08/17 04:19:28 agaffney Exp $ |
| 5 | |
5 | |
| 6 | *GLI-0.2 (4 Aug 2005) |
6 | *GLI-0.2 (4 Aug 2005) |
| 7 | |
7 | |
| 8 | 16 Aug 2005; Preston Cody <codeman@gentoo.org> |
8 | 16 Aug 2005; Preston Cody <codeman@gentoo.org> |
| 9 | GLIGenDialog: |
9 | GLIGenDialog: |
| … | |
… | |
| 12 | init the snapshoturi input to the cd snapshot if not already selected. |
12 | init the snapshoturi input to the cd snapshot if not already selected. |
| 13 | if dynamic_stage3, skip the make.conf step. |
13 | if dynamic_stage3, skip the make.conf step. |
| 14 | GLIUtility: add get_cd_snapshot_uri() for local snapshots. |
14 | GLIUtility: add get_cd_snapshot_uri() for local snapshots. |
| 15 | this fixes parts 1,2,3,6 of bug 102747 for gli-dialog |
15 | this fixes parts 1,2,3,6 of bug 102747 for gli-dialog |
| 16 | |
16 | |
| 17 | |
|
|
| 18 | 16 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
17 | 16 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 19 | src/GLIArchitectureTemplate.py: |
18 | src/GLIArchitectureTemplate.py: |
| 20 | manually call MAKEDEV in stage3-dynamic code |
19 | manually call MAKEDEV in stage3-dynamic code |
| 21 | copy /etc/inittab.old to /etc/inittab in chroot |
20 | copy /etc/inittab.old to /etc/inittab in chroot |
| 22 | src/GLIUtility.py: |
21 | src/GLIUtility.py: |
| 23 | add beginning of validate_uri() function |
22 | add beginning of validate_uri() function |
| 24 | add file:/// support to validate_uri() |
23 | add file:/// support to validate_uri() |
|
|
24 | single quotes when setting livecd password |
| 25 | |
25 | |
| 26 | 15 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
26 | 15 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 27 | src/GLIGenDialog.py: |
27 | src/GLIGenDialog.py: |
| 28 | change getmountpoint() to get_mountpoint() |
28 | change getmountpoint() to get_mountpoint() |
| 29 | src/misc/updategtkfe: |
29 | src/misc/updategtkfe: |