1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
2 | # Copyright 2005-2006 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 2005-2006 Gentoo Foundation; Distributed under the GPL v2 |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.632 2006/03/30 17:50:31 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.657 2006/06/25 22:24:28 codeman Exp $ |
|
|
4 | |
|
|
5 | 25 Jun 2006; Preston Cody <codeman@gentoo.org> |
|
|
6 | src/GLIGenDialog.py |
|
|
7 | adding code to auto-add doscsi if a scsi drive detected. |
|
|
8 | this code is also in the gtkfe already |
|
|
9 | |
|
|
10 | 24 Jun 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
11 | src/GLIPortage.py: |
|
|
12 | pass proper PORTAGE_TMPDIR |
|
|
13 | |
|
|
14 | 17 Jun 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
15 | src/GLIUtility.py: |
|
|
16 | fix list_mirrors() to ignore <uri> lines that don't end on the same line |
|
|
17 | |
|
|
18 | 17 Jun 2006; Preston Cody <codeman@gentoo.org> |
|
|
19 | Added code to the mta step in AT to parse the install packages list and |
|
|
20 | look for mtas and if it finds it emerge it. |
|
|
21 | Initial attempt at moving extra_packages early in the setup to only show |
|
|
22 | local USE flags relating to those packages. |
|
|
23 | .. abandoned local USE project. no right way to do it. |
|
|
24 | |
|
|
25 | 9 Jun 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
26 | src/GLIUtility.py: |
|
|
27 | minor tweak to regex for parsing mirrors.xml |
|
|
28 | |
|
|
29 | 23 May 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
30 | src/templates/x86ArchitectureTemplate.py: |
|
|
31 | make use of strict_start and strict_end in partition recreation |
|
|
32 | |
|
|
33 | 15 May 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
34 | src/templates/x86ArchitectureTemplate.py: |
|
|
35 | add strict_start and strict_end parameters to _add_partition() |
|
|
36 | add _find_current_minor_for_part() function to help with resizing |
|
|
37 | fix logical/extended logic in _partition_delete_step() |
|
|
38 | in _partition_resize_step(), delete, recreate at new size, resize, delete |
|
|
39 | call resize2fs with no size argument so it fills entire partition |
|
|
40 | more logging |
|
|
41 | only delete, recreate, resize, delete if growing |
|
|
42 | pass new size to resize2fs in K |
|
|
43 | |
|
|
44 | 9 May 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
45 | src/GLIStorageDevice.py: |
|
|
46 | call reorder_minors() from tidy_partitions() instead of |
|
|
47 | set_partitions_from_disk() |
|
|
48 | add code to reorder_minors() to take extended/logical into consideration with |
|
|
49 | non-free partitions |
|
|
50 | |
|
|
51 | 30 Apr 2006; Preston Cody <codeman@gentoo.org> |
|
|
52 | added a check of the length of the directory in /usr/src if under 6 characters |
|
|
53 | should fix bug 131809 |
|
|
54 | |
|
|
55 | 19 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
56 | src/GLIArchitectureTemplate.py: |
|
|
57 | automatically emerge splashutils and splash-themes-livecd if kernel_bootsplash |
|
|
58 | and livecd-kernel |
|
|
59 | |
|
|
60 | 16 Apr 2006; Preston Cody <codeman@gentoo.org> |
|
|
61 | src/GLIGenDialog.py: |
|
|
62 | change temp_use="-* " to temp_use="" because apparantly it's a bad idea to -* |
|
|
63 | |
|
|
64 | 15 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
65 | src/GLIInstallProfile.py: |
|
|
66 | change kernel-modules to not be so stupid |
|
|
67 | |
|
|
68 | 9 Apr 2006; Preston Cody <codeman@gentoo.org> |
|
|
69 | GLIMD: fix display problem with execute.pyhtml. |
|
|
70 | make tables better. |
|
|
71 | |
|
|
72 | 8 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
73 | src/GLIInstallProfile.py: |
|
|
74 | fix handling of int/float for minor |
|
|
75 | src/templates/x86ArchitectureTemplate.py: |
|
|
76 | save/restore partition name |
|
|
77 | src/GLIStorageDevice.py: |
|
|
78 | support for partition name |
|
|
79 | |
|
|
80 | 8 Apr 2006; Preston Cody <codeman@gentoo.org> |
|
|
81 | touchups to add_profile in GLIMD to link to webgli |
|
|
82 | add a save to GLIMD profile button in webgli's saveprofile |
|
|
83 | gliserv.py: |
|
|
84 | initial attempt at custom networking info per client. hostname support only. |
|
|
85 | |
|
|
86 | 5 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
87 | src/net/server/html/webgli/partitioning[234].pyhtml: |
|
|
88 | small fixes for new partioning code |
|
|
89 | |
|
|
90 | 2 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
91 | src/GLIClientController.py: |
|
|
92 | record PID of secondary thread |
|
|
93 | |
|
|
94 | 1 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
95 | src/GLIGenDialog.py: |
|
|
96 | small fix for new partitioning code |
4 | |
97 | |
5 | 30 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
98 | 30 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
6 | src/GLIStorageDevice.py: |
99 | src/GLIStorageDevice.py: |
7 | add get_devnode() |
100 | add get_devnode() |
8 | fix up detect_devices() to detect cciss/ida arrays |
101 | fix up detect_devices() to detect cciss/ida arrays |
9 | src/templates/x86ArchitectureTemplate.py: |
102 | src/templates/x86ArchitectureTemplate.py: |
10 | use get_devnode() instead of figuring out the devnode |
103 | use get_devnode() instead of figuring out the devnode |
|
|
104 | skip first 3 steps if partition layout hasn't changed |
|
|
105 | wipe disk and create new disklabel before recreating partitions |
11 | src/GLIArchitectureTemplate.py: |
106 | src/GLIArchitectureTemplate.py: |
12 | use get_devnode() in local mount and fstab stuff |
107 | use get_devnode() in local mount and fstab stuff |
13 | |
108 | |
14 | 26 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
109 | 26 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
15 | src/GLIStorageDevice.py: |
110 | src/GLIStorageDevice.py: |