1 |
# ChangeLog for Gentoo Linux Installer |
2 |
# Copyright 2005-2005 Gentoo Technologies, Inc. |
3 |
|
4 |
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.332 2005/08/15 12:54:16 agaffney Exp $ |
5 |
|
6 |
*GLI-0.2 (4 Aug 2005) |
7 |
|
8 |
15 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
9 |
src/GLIGenDialog.py: |
10 |
change getmountpoint() to get_mountpoint() |
11 |
|
12 |
14 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
13 |
src/templates/x86ArchitectureTemplate.py: |
14 |
Fix _configure_lilo() for IP using GLISD stuff |
15 |
src/GLIArchitectureTemplate.py: |
16 |
install_cron_daemon() treats "none" specially |
17 |
|
18 |
14 Aug 2005; Preston Cody <codeman@gentoo.org> |
19 |
old patch from Steven Mertens to resolve bug #96642 |
20 |
numerous asthetic changes to GenDialog, no real functionality changes though. |
21 |
strings renamed for global use if necessary. |
22 |
fix all three parts of bug 102291 |
23 |
disable set_etc_portage until fully-written. |
24 |
|
25 |
13 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
26 |
src/GLIClientController.py: |
27 |
lower-case http/ftp proxy envvars |
28 |
|
29 |
12 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
30 |
src/GLIClientController.py: |
31 |
log end of pre_install steps to aid in debugging |
32 |
src/templates/x86ArchitectureTemplate.py: |
33 |
change set_flag(flag) to set_flag(flag, True)...*stab* *stab* |
34 |
|
35 |
10 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
36 |
src/GLIArchitectureTemplate.py |
37 |
check to make sure that the device node we're wait for to exist isn't of |
38 |
type 'free' |
39 |
|
40 |
09 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
41 |
src/GLIGenDialog.py: |
42 |
convert install_packages to list in set_extra_packages() |
43 |
check return code of checklist() call in "Manual" section |
44 |
*actually* fix the first problem |
45 |
|
46 |
08 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIUtility.py: |
47 |
"source /etc/profile" does not ensure the ENV is correctly set up. Use "bash |
48 |
-l" instead, to ensure a proper environment (important for CONFIG_PROTECT). |
49 |
|
50 |
06 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
51 |
src/GLIArchitectureTemplate.py: |
52 |
re-fix net.eth1+ symlink code...wtf is wrong with cvs? |
53 |
|
54 |
04 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
55 |
Add CDATA support to SimpleXMLParser and add utility functions for it. |
56 |
|
57 |
04 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> |
58 |
src/GLIArchitectureTemplate.py: |
59 |
Fix case where vixie-cron is specified as a full package atom, as we still |
60 |
don't want to run 'crontab /etc/crontab' for it. |
61 |
|
62 |
*GLI-0.1 (3 Aug 2005) |
63 |
|
64 |
30 Jul 2005; Preston Cody <codeman@gentoo.org> |
65 |
add scp to list of is_uri() so GenDialog doesn't complain. |
66 |
fixed livecd-kernel bug in bootloader code. |
67 |
fixed gendialog for dynamic_stage3 instead of "networkless" |
68 |
change bootloader to allow for both initrd and initramfs. |
69 |
fix IP for dynamic_stage3. |
70 |
fix ArchTemplate for broken mountpoint creation. fix GenDialog part showing. |
71 |
|
72 |
30 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
73 |
Added full scp:// URI support to get_uri() in GLIUtility |
74 |
Remove "networkless" from dynamic stage3 if locic. |
75 |
Remove print statement from scp:// code. |
76 |
Change scp code to check for "assword: " instead of "Password:" |
77 |
Fix post-install network code to create net.eth1+ symlink correctly |
78 |
Check to make sure pkg can be split on / and some debugging code |
79 |
Add 2>dev/null to emerge call in _get_packages_to_emerge() |
80 |
SimpleXMLParser handles True/False/None correctly now |
81 |
Comment out above fix |
82 |
Add partitioning wait-for-device-to-exist code to mount_local_partitions |
83 |
|
84 |
28 Jul 2005; Scott Myron <samyron@gentoo.org> |
85 |
Removed a FIXME in the GLIClientConfiguration that is no |
86 |
longer needed. |
87 |
|
88 |
27 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
89 |
Default to x86 in ClientConfig |
90 |
Typo in build-a-stage3 code. |
91 |
Remove MAKEDEV call in build-a-stage3 postscript. |
92 |
|
93 |
26 Jul 2005; Preston Cody <codeman@gentoo.org> |
94 |
Rewrote init of IP for gli-d. Other GenDialog updates. |
95 |
allow network_type to be None in CConfig. |
96 |
|
97 |
24 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
98 |
Add _dynamic_stage3 option to IP. |
99 |
Add check for that option to dynamic stage3 code in ArchTemplate. |
100 |
Fix code to determine default route in get_eth_info() in GLIUtility. |
101 |
Fix serialization of dns-servers in ClientConfig. |
102 |
|
103 |
24 Jul 2005; Preston Cody <codeman@gentoo.org> |
104 |
changed default values of cron/logger in IP. |
105 |
moved GenDialog IP init out to the individual files. gli-dialog's version |
106 |
will change quite a bit. |
107 |
|
108 |
22 Jul 2005; Preston Cody <codeman@gentoo.org> |
109 |
added ppcArchTemplate. blank now. working on yaboot. |
110 |
modified ArchTemplate for amd64 and ppc custom kernels. |
111 |
skeleton implementation of _configure_yaboot. |
112 |
small fixes to other templates. |
113 |
|
114 |
21 Jul 2005; Preston Cody <codeman@gentoo.org> |
115 |
GenDialog updates. changed comment in IP. |
116 |
|
117 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
118 |
src/GLIInstallProfile.py: |
119 |
Fix codeman's screwup of changing the service seperator to ',' in the parser |
120 |
without changing it in the serialization code! Also document this in a |
121 |
comment so you find it easier. Everybody needs to make sure they update |
122 |
their install profiles! |
123 |
|
124 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
125 |
src/GLIArchitectureTemplate.py: |
126 |
Fix casting of list to string and concat of None with string, as well as |
127 |
commented prototype of checking that mounting actually worked (found a case |
128 |
where mount can return success, but the mount won't be done). |
129 |
|
130 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
131 |
src/templates/x86ArchitectureTemplate.py: |
132 |
Remove TEMP UGLY HACK of time.sleep(5), and replace it with a while loop |
133 |
checking for the device, and sleeping 1 second each time. |
134 |
|
135 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
136 |
src/templates/x86ArchitectureTemplate.py: |
137 |
Refactor install_bootloader code and _install_{grub,lilo} so that 'none' for |
138 |
bootloader works again. Also rename _install_{grub,lilo} to |
139 |
_configure_{grub,lilo} since they don't install the loaders anymore |
140 |
themselves. |
141 |
|
142 |
7 Jul 2005; Preston Cody <codeman@gentoo.org> |
143 |
fix global USE flags to not include the arch types at the end. |
144 |
updates to GenDialog and gli-d. |
145 |
|
146 |
6 Jul 2005; Preston Cody <codeman@gentoo.org> |
147 |
fixing bootloader code for no initrd and initrd->initramfs naming change. |
148 |
|
149 |
6 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
150 |
Proper comments and parameters to GLIException in install_mta() |
151 |
Allow optional exclusion of HTTP, FTP, and/or RSYNC mirrors in list_mirrors() |
152 |
Add strip() to list_mirrors(), list_subarch_from_mirror() and |
153 |
list_tarball_from_mirror() to eliminate blank last item. |
154 |
|
155 |
5 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
156 |
Added stage3 generation code. |
157 |
|
158 |
5 Jul 2005; Preston Cody <codeman@gentoo.org> |
159 |
Added sleep(5) to partitioning code, temp got rid of the NOCOLOR in _emerge |
160 |
Mild changes to GenDialog. |
161 |
|
162 |
30 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
163 |
Remove separate install step configure_rc_conf() since it's handled by |
164 |
update_config_files() |
165 |
Make a copy of newvalues in _edit_config() so quotes aren't added when the |
166 |
function is called twice on the same file. |
167 |
|
168 |
29 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
169 |
Missing \ in sed in _get_packages_to_emerge() |
170 |
Removed explicit emerging of hotplug and no longer add it to the runlevel. |
171 |
Check in _quickpkg_deps() to ignore blank package names returned from |
172 |
_get_packages_to_emerge() |
173 |
|
174 |
28 Jun 2005; Preston Cody <codeman@gentoo.org> |
175 |
fixed agaffney's missing = and extra : in x86AT. commented out crashing line |
176 |
in the dialog.py gauge code. |
177 |
|
178 |
28 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
179 |
Add code to update_config_files() to go through etc_files and update stuff. |
180 |
Check to see that _etc_files['make.conf'] exists in get_make_conf() |
181 |
Only use float() in partition xml parsing code if type == "free" |
182 |
|
183 |
28 Jun 2005; Preston Cody <codeman@gentoo.org> |
184 |
finished almost all internationalization of GenDialog. |
185 |
attempt at fixing rc.conf function. moved 3 generate functions out of |
186 |
fe/gtk/RcDotConf and put them in Utility. fixed self bug. |
187 |
added dialog.py to the fe/dialog directory so it actually gets used. |
188 |
|
189 |
27 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
190 |
Roll rc_conf and make_conf into master etc_files structure in InstallProfile. |
191 |
|
192 |
27 Jun 2005; Preston Cody <codeman@gentoo.org> |
193 |
fix extra entry in list_mirrors() |
194 |
beginning internationalization runthrough. |
195 |
|
196 |
26 Jun 2005; Preston Cody <codeman@gentoo.org> |
197 |
added dialog.py to /src temporarily until it gets accepted upstream. |
198 |
fix for unused value in form in dialog.py and changed heights. |
199 |
fix GenDialog forms. |
200 |
|
201 |
25 Jun 2005; Preston Cody <codeman@gentoo.org> |
202 |
Changed hostname/domainname for new baselayout. |
203 |
Changed _add_to_runlevel errors to logs. |
204 |
Updated TODO list to show status of GenDialog |
205 |
More updates to GenDialog including two checklists that probably won't work. |
206 |
update IP to use comma-separated list instead of space separated for services. |
207 |
|
208 |
24 Jun 2005; Preston Cody <codeman@gentoo.org> |
209 |
Add dhcp_options to the CC, CConfig, and GenDialog. More overall changes to |
210 |
GenDialog as it gets closer to completion. |
211 |
|
212 |
22 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
213 |
Modify get_eth_info() to take a full interface name (eth0 fex). float() |
214 |
instead of int() in add_partition_device_partition() for minor (closes 96804) |
215 |
|
216 |
21 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
217 |
Changed setup_network_post to check for 'interfaces[interface][0] != "dhcp"' |
218 |
instead of 'interfaces[interface][1]' since DHCP uses that field for its |
219 |
options. setup_network_post() writes custom DHCP options to /etc/conf.d/net. |
220 |
|
221 |
20 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
222 |
Apply spawn() patch from #96644 (with minor changes). Make sure the return |
223 |
value from all spawn() calls is checked with GLIUtility.exitsuccess(). Fix |
224 |
small error with <pipe>.close() returning None. Fix space vs. tab issue. |
225 |
Fix undefined variable 'output' issue in spawn(). |
226 |
|
227 |
20 Jun 2005; Preston Cody <codeman@gentoo.org> |
228 |
More updates to GenDialog and gli-d. |
229 |
|
230 |
19 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
231 |
Modify list_mirrors() to return a list of mirror URL/name pairs. |
232 |
|
233 |
19 Jun 2005; Preston Cody <codeman@gentoo.org> |
234 |
Adding gli-dialog.py. Updates to GenDialog. Added function to GLIUtility to |
235 |
get subarch. |
236 |
|
237 |
16 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
238 |
Backend partitioning will create disklabel is none exists. Installprofile |
239 |
defaults to "" now instead of "msdos" for disklabel type. Fix for |
240 |
mount_local_partitions() to remember device along with minor in the |
241 |
parts_to_mount dict (closes #96319). mount_local_partitions() cleanups and |
242 |
add else block to log unsupported netmount types to mount_network_shares() |
243 |
|
244 |
15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
245 |
src/GLIArchitectureTemplate.py: |
246 |
Refactor kernel_compile common stuff, fix 2.4 build process. |
247 |
src/fe/cli/clife.py: |
248 |
Logging system. |
249 |
src/GLIUtility.py, src/GLIStorageDevice.py: |
250 |
Add comments about re-writes needed for boxes without sysfs. |
251 |
|
252 |
15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
253 |
src/GLIArchitectureTemplate.py: |
254 |
2.4 support (pull version data from /usr/src/linux/Makefile), incl. |
255 |
'make dep' call for custom compile. build_mode support for prepare-only and |
256 |
none types completed. custom compile function chains shell functions in |
257 |
spawned script, to allow for catching all errors. |
258 |
|
259 |
15 Jun 2005; Preston Cody <codeman@gentoo.org> |
260 |
fixed up build_kernel in ArchTemplate for build_mode as well as in dialogfe |
261 |
and GenDialog. other gendialog updates as well. kernel updates untested. |
262 |
|
263 |
14 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
264 |
src/GLIInstallProfile.py: |
265 |
Change structure of etc-portage stuff. The serialization was broken before my |
266 |
last commit, and I am the only person that's ever used it. The new schema is |
267 |
as follows: |
268 |
<etc-portage> |
269 |
<file name="package.mask"/> |
270 |
<file name="package.unmask"> |
271 |
<entry atom="sys-kernel/openmosix-sources"/> |
272 |
</file> |
273 |
<file name="package.use"> |
274 |
<entry atom="sys-libs/db"> |
275 |
-java |
276 |
</entry> |
277 |
<entry atom="dev-libs/cyrus-sasl"> |
278 |
-ldap |
279 |
</entry> |
280 |
</file> |
281 |
</etc-portage> |
282 |
|
283 |
|
284 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
285 |
src/GLIInstallProfile.py: |
286 |
Add new entry for gli-profile/kernel-build-method item. Add missing |
287 |
serialize_etc_portage (temporary). Make serialize_make_conf always print the |
288 |
keys in the same order. |
289 |
|
290 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
291 |
src/GLIArchitectureTemplate.py: |
292 |
Clean up commenting used by _edit_config(), and fix bug where wrong comment |
293 |
was repeatedly appended to make.conf. |
294 |
|
295 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
296 |
src/GLIArchitectureTemplate.py: |
297 |
Put some Linux-2.6 specific code under a if statement. Store list of |
298 |
successfully mounted swap device for using swapoff. Add proper error checking |
299 |
to install_packages and install_filesystem_tools. Fixed namespace conflicts on |
300 |
'file'. Clean up some redundant code (thanks to pychecker).' |
301 |
|
302 |
13 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
303 |
Fix typos: get_extended() instead of get_extended_partition(). Added |
304 |
list_mirrors() and list_stage_tarballs_from_mirror() functions to GLIUtility. |
305 |
Change _emerge("sync") call to direct call to spawn to avoid 'emerge -k sync' |
306 |
|
307 |
12 Jun 2005; John N. Laliberte <allanonjl@gentoo.org> |
308 |
GLIInstallProfile.py: add missing set for dhcp_options if a tuple is passed |
309 |
in add_network_interface. |
310 |
|
311 |
12 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIArchitectureTemplate.py: |
312 |
ensure PORTAGE_TMPDIR/PORT_LOGDIR/PORTDIR_OVERLAY/PKGDIR exist prior to any |
313 |
usage - this caused a failure for stage1/stage2 previously. swapoff for swap |
314 |
space at end of install. Mount /dev, /dev/shm, /dev/pts and /sys during |
315 |
prepare_chroot. |
316 |
|
317 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> +src/cli/clife.py, |
318 |
+src/cli/README, +src/fe/installer-cli, +src/fe/installer-dialog, |
319 |
+src/fe/installer-gtk: |
320 |
Add new automated CLI frontend. Add scripts that are the intended means to |
321 |
use each frontend. |
322 |
|
323 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
324 |
src/GLIClientController.py: |
325 |
Add null type to network config, for cases where the interface is already up |
326 |
and should not be touched (netboot for example). |
327 |
|
328 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
329 |
src/GLIArchitectureTemplate.py: |
330 |
pcmcia is not a variable name for a call to _add_to_runlevel, it should be a |
331 |
string!. Try to use binary packages if available by default. |
332 |
|
333 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
334 |
src/GLIArchitectureTemplate.py: |
335 |
More error checking for _add_to_runlevel, to ensure that the init script |
336 |
actually exists before we try to add it. set_services phase must take place |
337 |
after the package installation, otherwise the init scripts might not exist. |
338 |
Find the correct init script for the cron and logging daemons, and add that |
339 |
instead of the package atom. |
340 |
|
341 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
342 |
src/GLIArchitectureTemplate.py: |
343 |
Fix up _edit_config so that it works if the file doesn't already exist. Fix |
344 |
usage of 'file' to 'contents' for the variable name, as it shadows |
345 |
__builtin__.file. |
346 |
|
347 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
348 |
src/GLIArchitectureTemplate.py: |
349 |
Add MTA install code, and include MTA install phase. Ensure |
350 |
PORT_LOGDIR/PORTDIR_OVERLAY are created in _emerge if needed. Add support |
351 |
for 'none' kernel config for build_kernel phase. Put kernel_script in |
352 |
/var/tmp instead of /root for build_kernel phase. |
353 |
|
354 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py: |
355 |
Rename mta variables to match syslog/cron variables. |
356 |
|
357 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
358 |
src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py, |
359 |
src/.cvsignore, src/fe/dialog/.cvsignore, src/fe/gtk/.cvsignore, |
360 |
src/fe/net/client/.cvsignore, src/fe/net/server/.cvsignore, |
361 |
src/templates/.cvsignore, src/tests/.cvsignore: |
362 |
Refactor partition formatting again to include error checking. Allow 'none' |
363 |
for kernel and bootloader specifications. Add .cvsignore files for .py[co]. |
364 |
|
365 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
366 |
src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py: |
367 |
Refactor _emerge to remove duplicate code. Refactor mkfs code in backend to |
368 |
only have a single spawn call. |
369 |
|
370 |
11 Jun 2005; Preston Cody <codeman@gentoo.org> |
371 |
refixed samyron's fix of set_architecture_template. |
372 |
|
373 |
11 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
374 |
Move /tmp/spawn.sh and /tmp/post-install to /var/tmp since that should always |
375 |
be executable. |
376 |
|
377 |
10 Jun 2005; Scott Myron <samyron@gentoo.org> |
378 |
Fixed one of the FIXME's in the ClientConfiguration. There is now some |
379 |
error checking when you call set_architecture_template. |
380 |
|
381 |
10 Jun 2005; Preston Cody <codeman@gentoo.org> |
382 |
moved the mkfsopts input to the partition options menu instead of the during |
383 |
the creation process. updated GenDialog to say it supports reiserfs v3. |
384 |
|
385 |
9 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py, |
386 |
src/GLIStorageDevice.py, fe/dialog/dialogfe.py: |
387 |
Complete support for 'mkfsopts' parameter in main system and dialogfe. |
388 |
Add support for other partition types to dialogfe. |
389 |
Fix all usages of int(possible_big_number) to long(possible_bit_number) to |
390 |
avoid integer overflows and wraparounds. |
391 |
|
392 |
9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
393 |
Removed start/end from XML output and added mkfsopts to partitioning info. |
394 |
'mkfsopts' parameter is now used and support for creating xfs, jfs, and |
395 |
reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser' |
396 |
in GLIClientConfiguration. Change from .1 and .9 to constants for |
397 |
partitioning. Fix free space overwriting bug. Remove a few unused functions |
398 |
from rewrite. Fix call to get_partition_at() |
399 |
|
400 |
8 Jun 2005; Preston Cody <codeman@gentoo.org> |
401 |
Updates to GenDialog and dialogfe. |
402 |
|
403 |
7 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
404 |
Typo (%$^&#$!) fix in GLIStorageDevice. Minor fix recommended by pychecker |
405 |
|
406 |
6 Jun 2005; Preston Cody <codeman@gentoo.org> |
407 |
more GenDialog updates to partitioning. |
408 |
|
409 |
5 Jun 2005; Preston Cody <codeman@gentoo.org> |
410 |
Indenting issue in GLISD/get_ordered_partition_list. |
411 |
updates to GenDialog partitioning and added default UTC for timezone in IP. |
412 |
|
413 |
5 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
414 |
Added GLISD.get_model() |
415 |
|
416 |
3 Jun 2005; Preston Cody <codeman@gentoo.org> |
417 |
Added get_eth_devices() to GLIUtility. Updated netfe.py to newest version. |
418 |
More updates to GenDialog :) |
419 |
|
420 |
3 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
421 |
Added get_interface_realname() function. |
422 |
|
423 |
2 Jun 2005; Preston Cody <codeman@gentoo.org> |
424 |
Added auto-save of CConfig and copying to new /root after install. |
425 |
yet even more GenDialog updates. |
426 |
|
427 |
1 Jun 2005; Preston Cody <codeman@gentoo.org> |
428 |
removed print statement from GLISD. more updates to GenDialog. |
429 |
|
430 |
31 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
431 |
Not being able to fetch the stage tarball is now an exception. Chroot wrapper |
432 |
passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be |
433 |
loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few |
434 |
places in GLIClientConfiguration. |
435 |
|
436 |
27 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
437 |
Fix mount_local_partitions(), configure_fstab(), and |
438 |
install_filesystem_tools() to use GLISD directly. A few more fixes for same. |
439 |
A few more fixes for templates/x86Archtemplate |
440 |
|
441 |
27 May 2005; Preston Cody <codeman@gentoo.org> |
442 |
Removed more unused code from CConfig. Updated GLIGenDialog, but it is still |
443 |
a work in progress. |
444 |
|
445 |
24 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
446 |
Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD |
447 |
directly. GLISD can now handle data imported from XML. |
448 |
|
449 |
22 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
450 |
Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to |
451 |
handle blank (no disklabel) disks. |
452 |
|
453 |
20 May 2005; Preston Cody <codeman@gentoo.org> |
454 |
HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned |
455 |
up, documented, and separated out serialization and grouped all sections. |
456 |
|
457 |
19 May 2005; Preston Cody <codeman@gentoo.org> |
458 |
Reorganization of ClientConfiguration and gutting of unused functions. |
459 |
Removed verbose option from CC. Moved import statement in IP and CConfig up. |
460 |
|
461 |
18 May 2005; Preston Cody <codeman@gentoo.org> |
462 |
Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup |
463 |
|
464 |
17 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
465 |
Fixed bug in finishing_cleanup(). Fix a late-night coding error in |
466 |
partitioning. CC serializes install profile to disk and prepare_chroot() |
467 |
copies it into /mnt/gentoo/root |
468 |
|
469 |
16 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
470 |
Moved URI parsing into new function parse_uri() |
471 |
|
472 |
14 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
473 |
Added XMLParser module. |
474 |
|
475 |
13 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
476 |
Fix is_realstring() and rewrite is_uri() to use a regex to parse the URI. |
477 |
Minor fix to is_uri() regex to allow hyphens in hostname. |
478 |
|
479 |
12 May 2005; Preston Cody <codeman@gentoo.org> |
480 |
Updated finishing_cleanup for new unmounting method from agaffney. |
481 |
|
482 |
12 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
483 |
Fix GLILogger to use correct time format string. Fix _edit_config() to |
484 |
properly comment out variables. Fix minor bug in finishing_cleanup(). Add |
485 |
unicode support to is_realstring(). |
486 |
|
487 |
11 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
488 |
Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
489 |
return value instead of non-zero. Add code to output a traceback to the |
490 |
install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes |
491 |
instead of --nocolor. |
492 |
|
493 |
10 May 2005; Preston Cody <codeman@gentoo.org> |
494 |
Added GLIGenDialog.py to make a generic class for the dialog functions that |
495 |
can be used by both dialogfe and the netfe/be. updated both for new filename. |
496 |
date changes. 2004->2005. |
497 |
|
498 |
10 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
499 |
Removed 'quiet=True' from spawn() calls |
500 |
|
501 |
10 May 2005; Preston Cody <codeman@gentoo.org> |
502 |
Updated GLIUtility with patches from chotchki. Also added documentation |
503 |
|
504 |
9 May 2005; Preston Cody <codeman@gentoo.org> |
505 |
Added the function for set_etc_portage to ArchTemplate. no step for it yet. |
506 |
Updated _edit_config in ArchTemplate, make_config, and various other fixes |
507 |
from bug #89683, mostly touchups. |
508 |
|
509 |
6 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
510 |
GLIStorageDevice cleanup patch from bug #91761 |
511 |
|
512 |
3 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
513 |
Fixed timezone code to not link to /mnt/gentoo/usr/share/zoneinfo/blah. Fix |
514 |
_edit_config(). Error logging casts 'error' to str |
515 |
|
516 |
2 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
517 |
Exceptions received in CC are logged before being passed to the FE. Added |
518 |
code to CC to handle exceptions *not* thrown by the installer itself. |
519 |
|
520 |
1 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
521 |
get_max_mb_for_resize() returns -1 if not self.resizeable |
522 |
|
523 |
30 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
524 |
More dirty rsync hacks :-/ |
525 |
|
526 |
29 Apr 2005; Preston Cody <codeman@gentoo.org> |
527 |
Patches from chotchki (bug #90325) to improve CC networking. untested. |
528 |
|
529 |
29 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
530 |
Proxies patch from chotchki (bug #90147). Fixed == instead of = typos in |
531 |
GLIStorageDevice (pointed out by chotchki). Fixed missing int()s. Split |
532 |
'custom' sync option into 'none' and 'snapshot'. Minor fixes to |
533 |
GLIStorageDevice as suggested by pychecker. Fix minor bug in |
534 |
_get_packages_to_emerge(). Fix _quickpkg_deps() to call |
535 |
_get_packages_to_emerge() |
536 |
|
537 |
28 Apr 2005; Preston Cody <codeman@gentoo.org> |
538 |
Added group-adding code to set_users in ArchTemplate |
539 |
|
540 |
27 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
541 |
Added post-install script code |
542 |
|
543 |
23 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
544 |
Fixed encapsulation issues in GLIClientController (bug #90141) |
545 |
|
546 |
22 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
547 |
Update resizing code in GLIStorageDevice |
548 |
|
549 |
17 Apr 2005; Preston Cody <codeman@gentoo.org> |
550 |
Update AUTHORS, NEWS, TODO. Added documentation to GLILogger. |
551 |
|
552 |
17 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
553 |
Reverted change to ArchTemplate and added support for commented line in old |
554 |
code. |
555 |
|
556 |
16 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
557 |
Changed _edit_config() to modify value in-place instead of commenting out and |
558 |
adding the new value to the end of the file. |
559 |
|
560 |
15 Apr 2005; Preston Cody <codeman@gentoo.org> |
561 |
Back. Did the docuementation thang for ArchTemplate and ClientConfiguration. |
562 |
Also updated TODO list. |
563 |
|
564 |
14 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
565 |
Use blackace's one-liner to add comments for all function for use with |
566 |
pythondoc. |
567 |
|
568 |
13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
569 |
Moved 'end >= device_sectors' check out of loop to check for next partition's |
570 |
start point (thanks to Marco Djukic). Fix >4 primary partitions on non-x86. |
571 |
Partitioning code now tracks start/end of extended for placing logicals. End |
572 |
point of logical is now adjusted along with start. |
573 |
|
574 |
11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
575 |
Finish overhaul of backend partitioning code. Fixed all bugs that stood in |
576 |
the way of partitioning from a blank disk. Add int() around access to minor |
577 |
key in partition information due to new partition code leaving them as float. |
578 |
|
579 |
10 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
580 |
tidy_partitions() function in GLIStorageDevice. Tweaks to tidy code |
581 |
|
582 |
9 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
583 |
Major GLIStorageDevice overhaul...all MB now instead of sectors. |
584 |
|
585 |
8 Apr 2005; Scott Myron <samyron@gentoo.org> |
586 |
Added support for DHCP options and MAC addresses in the InstallProfile. |
587 |
|
588 |
3 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
589 |
Changed mountopts check to work for blank and whitespace. Pipe emerge through |
590 |
sed to properly strip out junk. |
591 |
|
592 |
2 Apr 2005; Preston Cody <codeman@gentoo.org> |
593 |
fixed the way set_timezone works. added hotplug/coldplug for livecd-kernel |
594 |
added --emptytree to stage2. fixed ethx not being added to runlevel defalt. |
595 |
|
596 |
31 Mar 2005; Preston Cody <codeman@gentoo.org> |
597 |
Fixed indent problem in GLICController |
598 |
|
599 |
30 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
600 |
Check for disklabel type "loop" and use the device name without a minor. |
601 |
|
602 |
29 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
603 |
Remove /tmp/compile_output.log and /var/log/install.log when install is |
604 |
complete. Added code to (hopefully) keep 2nd thread running after install. |
605 |
Patch from zahna for extra arguments to the kernel. Patch from zahna to add |
606 |
get_eth_info() function. Remove most of content in amd64ArchTemplate and |
607 |
make it inherit from x86Archtemplate. kernel_args -> bootloader_kernel_args |
608 |
|
609 |
28 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
610 |
Added 'append_log=True' to all spawn() calls using logfile=. Append to log |
611 |
when unpacking tarball. |
612 |
|
613 |
28 Mar 2005; Preston Cody <codeman@gentoo.org> |
614 |
rewrote filesystem_tools. looks like it works so ripping out all the old |
615 |
filesystem_tools code. |
616 |
|
617 |
26 Mar 2005; Preston Cody <codeman@gentoo.org> |
618 |
Changed the print statements to logging in the partitioning BE code. |
619 |
the logger may need to be imported to the x86archtemplate. unknown yet. |
620 |
Added the finishing_cleanup function. |
621 |
added a fix to the logger from BenUrban |
622 |
|
623 |
25 Mar 2005; Preston Cody <codeman@gentoo.org> |
624 |
changed InstallProfile to remove is_uri check on kernel, stage, and portage |
625 |
URIs. The blank uri check has been commented out. |
626 |
ripped out error checking of set_services. this is done by _add_to_runlevel. |
627 |
|
628 |
25 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
629 |
set_stage_tarball_uri() doesn't raise an exception on a blank string. |
630 |
|
631 |
24 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
632 |
GRP-ish quickpkg code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in |
633 |
the install profile if available. Commented out spawn() debugging prints |
634 |
|
635 |
23 Mar 2005; Preston Cody <codeman@gentoo.org> |
636 |
small changes to setup_network_post. moved adding to runlevel of net.x to |
637 |
after the device gets symlinked. added domainname runlevel command. |
638 |
|
639 |
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
640 |
minor fix (hopefully) to livecd-kernel code. Removed call to mkvardb in |
641 |
livecd-kernel code as it's now done by catalyst. Switch _emerge() call to |
642 |
spawn() call in livecd-kernel code to pass environment variables. |
643 |
livecd-kernel code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in |
644 |
the install profile if available. |
645 |
|
646 |
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
647 |
Added code to build_kernel() and emerge_kernel_sources() in ArchTemplate |
648 |
to handle installing the livecd kernel into the new system. |
649 |
|
650 |
22 Mar 2005; Preston Cody <codeman@gentoo.org> |
651 |
should emerge hotplug and coldplug before adding them to runlevel. |
652 |
|
653 |
21 Mar 2005; Preston Cody <codeman@gentoo.org> |
654 |
took chroot out of grub_install command. |
655 |
|
656 |
21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
657 |
Changed chroot wrapper code in spawn() to write the wrapper the python way |
658 |
instead of the bash way to avoid quote conflicts. Added |
659 |
'logfile=self._compile_logfile' to a number of spawn() calls. Added new |
660 |
hash_password() function to GLIUtility. Remove command to 'rm /tmp/spawn.sh' |
661 |
as it breaks the piping. |
662 |
|
663 |
20 Mar 2005; Preston Cody <codeman@gentoo.org> |
664 |
Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo. |
665 |
|
666 |
20 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
667 |
Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in |
668 |
stage1() and stage2(). Added 'origminor' parameter to GLIStorageDevice and |
669 |
GLIInstallProfile. |
670 |
|
671 |
19 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
672 |
Fixed a couple bugs in add_netmount() in GLIInstallProfile. spawn() outputs |
673 |
to the actual tty8 with display_on_tty8 flag. Compile output logfile moved |
674 |
into /mnt/gentoo in prepare_chroot() |
675 |
|
676 |
18 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
677 |
Add sigunmask.c contributed by d_m (on freenode) to counteract python's |
678 |
retarted behavior regarding threads and signals. Add code to convert MB/%/* |
679 |
to start/end sectors |
680 |
|
681 |
17 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
682 |
Add 2>&1 to cmd in spawn() |
683 |
|
684 |
16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
685 |
Modified GLIUtility.exitsuccess() to work with return value from |
686 |
commands.getstatusoutput instead of os.waitpid(). spawn() automatically |
687 |
creates wrapper script for commands run inside chroot so multiple commands |
688 |
and redirection can be used. Change exitsuccess() back. Added 'chmod a+x' |
689 |
for the generated script from spawn() |
690 |
|
691 |
16 Mar 2005; Preston Cody <codeman@gentoo.org> |
692 |
Removed default values for stage tarball URI and portage tree URI from |
693 |
InstallProfile. These should be set by the FEs. also added services step to |
694 |
ArchTemplate and coldplug/hotplug runlevels to the genkernel step. |
695 |
Possibly fixed CC DHCP bug with -n. (thx agaffney) |
696 |
|
697 |
14 Mar 2005; Preston Cody <codeman@gentoo.org> |
698 |
Small fix for setting the default gateway. Also added feature to dialogfe. |
699 |
|
700 |
7 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
701 |
Switched spawn() over to commands.getstatusoutput() instead of fork/waitpid |
702 |
|
703 |
1 Mar 2005; Preston Cody <codeman@gentoo.org> |
704 |
Fixed a bunch of true -> True typos. lots of em |
705 |
only write new resolv.conf if there are dns servers listed. |
706 |
|
707 |
1 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
708 |
Commented out 'display_on_tty8=True' in start_portmap() |
709 |
|
710 |
18 Feb 2005; Preston Cody <codeman@gentoo.org> |
711 |
added progress bar to dialogfe and fix logger bug in ArchTemplate. |
712 |
|
713 |
18 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
714 |
Created GLISayWhat module. Renamed GLISayWhat to GLILocalization. Moved |
715 |
lang parameter to __init__() |
716 |
|
717 |
10 Feb 2005; Preston Cody <codeman@gentoo.org> |
718 |
updates to TODO list. |
719 |
|
720 |
6 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
721 |
Initial code for quickpkg GRP support. Fix loop to grab packages from |
722 |
'emerge -p blah' |
723 |
|
724 |
6 Feb 2005; Preston Cody <codeman@gentoo.org> |
725 |
check for dhcp in the network stuff and emerge it if it is. |
726 |
added quickpkg to TODO list |
727 |
|
728 |
5 Feb 2005; Preston Cody <codeman@gentoo.org> |
729 |
Changed the raising of 'warning' exceptions to a simple log of the error |
730 |
so that the installer can continue. |
731 |
|
732 |
3 Feb 2005; Preston Cody <codeman@gentoo.org> |
733 |
Some big changes. First, changed most output to display_on_tty8. |
734 |
Second, added log lines to all templates. Some smaller fixes such as typos. |
735 |
Also did some cleanups of old commented lines. |
736 |
|
737 |
1 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
738 |
Changed tty8 output to a fifo. Minor GLIStorageDevice fix thanks to BenUrban. |
739 |
Undo change with fix. Escaping fix in GLIStorageDevice.py |
740 |
|
741 |
31 Jan 2005; Preston Cody <codeman@gentoo.org> |
742 |
more updates to TODO list. hopefully we'll soon start removing items instead |
743 |
of adding them. |
744 |
|
745 |
29 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
746 |
Changed the way GLIStorageDevice.get_max_sectors_for_resize() works |
747 |
|
748 |
27 Jan 2005; Preston Cody <codeman@gentoo.org> |
749 |
updated TODO list. (again) |
750 |
|
751 |
25 Jan 2005; Preston Cody <codeman@gentoo.org> |
752 |
changed output of portmap start to display_on_tty8. |
753 |
fixed bootloader for udev and multiple kernels |
754 |
fixed custom kernel config (again) |
755 |
|
756 |
22 Jan 2005; Preston Cody <codeman@gentoo.org> |
757 |
changed default value of CC._enable_ssh to True because this is smart. |
758 |
added code to allow custom kernel .config. may be unstable and break. sorry. |
759 |
|
760 |
21 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
761 |
partition() now waits until after it checks for partition flags before delete |
762 |
the partitions :P |
763 |
|
764 |
19 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
765 |
Updated TODO. swapon failure it temporarily not an error. swapon is an error |
766 |
again. is_uri() check only performed on portage_tree_snapshot_uri if it isn't |
767 |
blank. |
768 |
|
769 |
19 Jan 2005; Preston Cody <codeman@gentoo.org> |
770 |
Various fixes related to the add_users function. Still not yet finished. |
771 |
Added things to the TODO list. Lets start using that! |
772 |
|
773 |
18 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
774 |
Added code to x86Template to format newly created partitions. Also added |
775 |
some error checking code. GLIStorageDevice passes 'minor' with data to |
776 |
InstallProfile. Added partition() call back in ArchTemplate. Fixed NFS |
777 |
mounting code. |
778 |
|
779 |
18 Jan 2005; Preston Cody <codeman@gentoo.org> |
780 |
Took out unnecessary setting of random livecd root password. the cd already |
781 |
sets it randomly. |
782 |
|
783 |
15 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
784 |
Took out an unneeded step from CC's run() |
785 |
|
786 |
15 Jan 2005; Preston Cody <codeman@gentoo.org> |
787 |
Attempt at detecting and adding windows partitions to lilo. |
788 |
|
789 |
14 Jan 2005; Preston Cody <codeman@gentoo.org> |
790 |
Added lilo code and cleaned up lilo code. also do_partitioning renamed to |
791 |
partition. fixed misc exit_status => exitstatus typo. |
792 |
|
793 |
11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
794 |
Added basic code for resizing filesystems with pyparted. Fixed code for |
795 |
resizing ntfs and ext2/3. |
796 |
|
797 |
10 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
798 |
Fixed partition() in x86Template so that it scans through logicals and deletes |
799 |
before deleting containing extended partition. Also clears partition table to |
800 |
be safe before third pass. |
801 |
|
802 |
08 Jan 2005; Preston Cody <codeman@gentoo.org> |
803 |
Added mount_network_shares. not able to test it from this computer. |
804 |
will test when i get back to school. |
805 |
also added start_portmap to the client_controller as an always-do. |
806 |
agaffney says this is needed for NFS mounts to work. |
807 |
|
808 |
08 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
809 |
Partial rewrite of partitioning code in x86Template. No longer shells out to |
810 |
parted to perform actions, now uses all pyparted calls. Code "works" in a |
811 |
test, but still needs lots of TLC. Also modified tests/install.py to work |
812 |
with x86Template and GLIClientConfiguration. |
813 |
|
814 |
07 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
815 |
Initial move of partitioning code from ArchTemplate to x86Template. |
816 |
|
817 |
07 Jan 2005; Preston Cody <codeman@gentoo.org> |
818 |
Added grp_install and services to InstallProfile. forgot about the set_root_password |
819 |
|
820 |
07 Jan 2005; Preston Cody <codeman@gentoo.org> |
821 |
Fixed a few more edit_configs. fixed a chroot multicommand bug thanks to agaffney. |
822 |
Test Install ran very well (skipping partitioning). |
823 |
|
824 |
05 Jan 2005; Preston Cody <codeman@gentoo.org> |
825 |
My mid-day update. rewrote mount_local_partitions for order of mounting. fixed prepare_chroot |
826 |
rewrote configure_fstab and install_bootloader for new partition format. fixed a few _edit_configs. |
827 |
some may still have eluded me. |
828 |
|
829 |
05 Jan 2005; Preston Cody <codeman@gentoo.org> |
830 |
Overhauled the entire ArchTemplate and did a lot of other misc fixes in order to test it. |
831 |
Just finished mount_local_partitions in GLIArchitectureTemplate |
832 |
|
833 |
05 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
834 |
Added get_num_sectors() to GLIStorageDevice. |
835 |
|
836 |
04 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
837 |
GLIStorageDevice now tracks partition boundaries in sectors instead of cylinders. |
838 |
Also now ignores <=100 sectors for free space. Removed remaining depends stuff |
839 |
from GLIInstallProfile. |
840 |
|
841 |
20 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
842 |
GLIStorageDevice returns "unknown" instead of "" for get_type() |
843 |
|
844 |
19 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
845 |
Added get_extended_partition() to GLIStorageDevice. Rewrote get_logicals() to |
846 |
actually work. Commented out resizability checking code for speed. |
847 |
|
848 |
17 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
849 |
Switched to using dumpe2fs to determine free space left in ext2/3 filesystem in |
850 |
GLIStorageDevice at the suggestion of plors |
851 |
|
852 |
10 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
853 |
Added a function to GLIUtility to pull a value from a make.conf-style config |
854 |
file. Minor type fix to GLIInstallProfile.py |
855 |
|
856 |
09 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
857 |
Added code in GLIArchitectureTemplate.py to write netmounts into fstab. Separated |
858 |
network mounts from partition data structure in GLIInstallProfile |
859 |
|
860 |
27 Nov 2004; Andrew Gaffney <agaffney@gentoo.org> |
861 |
Changed the way GLIStorageDevice.py determines the amount a ext2/3 filesystem |
862 |
can be resized. |
863 |
|
864 |
27 Oct 2004; Preston Cody <codeman@gentoo.org> |
865 |
Added some of the final functions to GLIInstallTemplate. |
866 |
Yes this project is still active despite rare use of the Changelog! |
867 |
|
868 |
11 Jun 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
869 |
Added the GLIPartitionTools.py file. This is a temporary insertion of |
870 |
partitioning tools that will eventually go into their own package. |
871 |
|
872 |
27 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
873 |
Added InstallProfileTODO.txt. Added GLIClientConfiguration.py (contains run-time |
874 |
for the program). Added __init__(install_profile, client_configuration) to |
875 |
GLI.InstallProfile. This sets install_profile and client_configuration once so as |
876 |
to avoid constantly passing stuff every time we call a method. |
877 |
|
878 |
26 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
879 |
|
880 |
Added another private method to GLI.InstallTemplate. _edit_config() modifies config |
881 |
files without messing up all the other stuff in them. This will be used for making |
882 |
changes to make.conf, rc.conf, /etc/conf.d/net, etc... |
883 |
|
884 |
25 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
885 |
|
886 |
Added GLI.InstallTemplate framework. This is not yet functional. However, it does |
887 |
have a few basic things. I added two private methods. One is _depends(). This |
888 |
will be used for dependency checking (ie. unpacking a tarball requires that |
889 |
partitioning has been done). The other is _exec_in_chroot(). This is the exact |
890 |
same syntax as os.system(), however, instead of being run in the liveCD |
891 |
environment, it runs in the chroot. This requires a bit of fork() magic, so I |
892 |
isolated the code. Hope to work more this week to get this class formed... |
893 |
|
894 |
14 Feb 2004; Eric Sammer <esammer@gentoo.org> |
895 |
|
896 |
Added SAX parsing. Made GLI.InstallProfile a subclass of xml.sax.ContentHandler for |
897 |
obvious reasons. Switched kernel_modules and users to be lists instead of tuples |
898 |
to allow for easier modification (mutable, rather than immutable objects). Updated |
899 |
existing pydoc and added more. Implemented body of GLI.InstallProfile.parse(). |
900 |
Cleaned file format of GLI.py a bit. Fixed all accessors to use self references. |
901 |
Added initial unit test code. |
902 |
|
903 |
9 Feb 2004; Eric Sammer <esammer@gentoo.org> |
904 |
|
905 |
Added initial changelog. Setting up the basic structure of the CVS repository |
906 |
for the project. Added the UML class diagram in docs. Added a skeletal GLI |
907 |
python module. Added misc files such news, authors, etc. |