1 |
# ChangeLog for Gentoo Linux Installer |
2 |
# Copyright 2005-2005 Gentoo Technologies, Inc. |
3 |
|
4 |
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.531 2005/12/17 20:14:59 codeman Exp $ |
5 |
|
6 |
*GLI-0.3 (27 Oct 2005) |
7 |
|
8 |
17 Dec 2005; Preston Cody <codeman@gentoo.org> |
9 |
x86AT: separated out emerge/configure from running of bootloader |
10 |
added MBR drive support to lilo. |
11 |
these changes will likely not work. |
12 |
AT: added setup_and_run_bootloader step. |
13 |
|
14 |
12 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
15 |
src/net/server/gliserv.py: |
16 |
call generated code in a function |
17 |
src/net/server/html/webgli/*: |
18 |
include top/bottom |
19 |
src/GLIArchitectureTemplate.py, src/GLIClientController.py, |
20 |
src/GLIClientCongifuration.py: |
21 |
install mode magic |
22 |
|
23 |
11 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
24 |
src/GLIClientController.py: |
25 |
use GLIException when there's an import problem |
26 |
added debug code to show install_steps |
27 |
src/templates/amd64ArchitectureTemplate.py: |
28 |
add . to import path |
29 |
proper path this time: ../../templates |
30 |
src/GLIArchitectureTemplate.py: |
31 |
add _portage_best_version() function |
32 |
|
33 |
11 Dec 2005; Preston Cody <codeman@gentoo.org> |
34 |
added initial glossary and gimli diagram to the docs directory. |
35 |
modify gli-dialog to allow editing of the install_profile after loading XML. |
36 |
|
37 |
8 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
38 |
src/net/server/html/webgli/: |
39 |
converted globaluse, localuse, networkmounts, portagetree, and stageselection |
40 |
moved saveclientconfig stuff into clientconfig |
41 |
moved saveconfigfiles into config files |
42 |
converted etc_portage and makedotconf |
43 |
converted bootloader and kernel |
44 |
convert daemons, extrapackages, networking, review, services, timezone, users |
45 |
src/net/server/gliserv.py: |
46 |
proper 404 handling for .pyhtml extension |
47 |
HTML escape <% %> stuff |
48 |
work around python's sucky regexes |
49 |
src/GLIInstallProfile.py: |
50 |
allow set_{rsync,ftp,http}_proxy() to accept empty values |
51 |
|
52 |
7 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
53 |
src/net/server/gliserv.py: |
54 |
initial commit of Legolas templating engine |
55 |
302 redirects |
56 |
src/net/server/html/index.html, src/net/server/webgli_template.html: |
57 |
minor changes for new code |
58 |
src/net/server/html/*.pyhtml, src/net/server/html/webgli/*.pyhtml: |
59 |
initial commit of the conversion from the monolithic WebGLIHandler.py to the |
60 |
one file per path Legolas goodness |
61 |
partitioning[2-4] done |
62 |
|
63 |
5 Dec 2005; Preston Cody <codeman@gentoo.org> |
64 |
webgli: dhcp options in CC and post-install. |
65 |
updated comparison chart. |
66 |
webgli: etc/portage/* and distcc support added. not too-well tested. |
67 |
|
68 |
4 Dec 2005; Preston Cody <codeman@gentoo.org> |
69 |
webgli_template.html: valign=top on left side. |
70 |
webgli: fix bootloader boot_device. now working. |
71 |
webgli: CC proxy done. post-install proxy in progress. |
72 |
|
73 |
3 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
74 |
src/net/server/webgli_template.html: |
75 |
increase padding for content cell to 7px and add colspan=2 |
76 |
|
77 |
3 Dec 2005; Nicholas D. Wolfood <blackace@gentoo.org> |
78 |
webgli: added graphic bar on top |
79 |
webgli: added hover effects on the links on the left |
80 |
webgli: re-rendered header_bg.png to stretch without artifacts |
81 |
|
82 |
3 Dec 2005; Preston Cody <codeman@gentoo.org> |
83 |
webgli: make.conf disabling fixes for dynamic_stage3 |
84 |
fixed portage snapshot browse popup |
85 |
all changes tested. |
86 |
webgli: add debug mode to CC screen. the screen still needs lots of work. |
87 |
|
88 |
1 Dec 2005; Preston Cody <codeman@gentoo.org> |
89 |
added debug mode question to gli-dialog |
90 |
added CC proxies to CC networking for gli-dialog |
91 |
webgli: fixed skip CC networking if connection active |
92 |
webgli: portage snapshot defaults to CD |
93 |
webgli: bootloader mbr drive selection |
94 |
webgli: USE flags unselectable if dynamic_stage3 |
95 |
webgli: manual extra packages and save button. |
96 |
|
97 |
28 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
98 |
src/GLIUtility.py: |
99 |
change ping count to 2 |
100 |
docs/comparison.html |
101 |
initial commit |
102 |
|
103 |
27 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
104 |
src/templates/x86ArchitectureTemplate.py: |
105 |
fix map() issue with grub code |
106 |
replace kernel_names and initrd_names loops with one-liners |
107 |
|
108 |
27 Nov 2005; Preston Cody <codeman@gentoo.org> |
109 |
gli-dialog won't let you dynamic stage3 without systempkgs.txt. |
110 |
initial gli-dialog support for recommended partitioning layout and clear. |
111 |
failure cleanup now an option for gli-dialog. |
112 |
move livecd-kernel to top of kernel lists. fix proto bug in rc.conf |
113 |
added comparison list and updated TODO! |
114 |
|
115 |
26 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
116 |
src/GLIArchitectureTemplate.py: |
117 |
fix to stage1() debug code |
118 |
fix to stage2() debug code |
119 |
|
120 |
26 Nov 2005; Preston Cody <codeman@gentoo.org> |
121 |
some more bootloader code fixes. forgot boot_device != mbr_device. |
122 |
|
123 |
25 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
124 |
src/GLIStorageDevice.py: |
125 |
fix to unallocated space merging when last one is after part 4 |
126 |
|
127 |
24 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
128 |
src/GLIArchitectureTemplate.py: |
129 |
small fix to debugging code in copy_pkg_to_chroot() |
130 |
|
131 |
23 Nov 2005; Preston Cody <codeman@gentoo.org> |
132 |
more bugfixes with bootloader code |
133 |
gli-dialog side appears to work |
134 |
|
135 |
21 Nov 2005; Preston Cody <codeman@gentoo.org> |
136 |
initial adding of boot_device to backend. |
137 |
initial boot_device support added to gli-dialog. |
138 |
some fixes of my poor coding |
139 |
|
140 |
20 Nov 2005; Preston Cody <codeman@gentoo.org> |
141 |
converted gli-dialog to use the install_package_list. |
142 |
gtkfe has already been converted by AllanonJL |
143 |
new way working in gli-dialog now and added to webgli. |
144 |
added set/get_boot_device() to IP |
145 |
|
146 |
19 Nov 2005; Preston Cody <codeman@gentoo.org> |
147 |
get_install_package_list added to InstallProfile. This can be used by the FEs |
148 |
|
149 |
17 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
150 |
src/templates/x86ArchitectureTemplate.py: |
151 |
call ls with '-1 --color=no' |
152 |
|
153 |
16 Nov 2005; Preston Cody <codeman@gentoo.org> |
154 |
added warning (#9) to GRP ppl about stage3 tarballs |
155 |
|
156 |
15 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
157 |
src/GLIArchitectureTemplate.py: |
158 |
change fat32/fat16 to vfat in mount_local_partitions() so mount doesn't get |
159 |
confused |
160 |
|
161 |
13 Nov 2005; Preston Cody <codeman@gentoo.org> |
162 |
removed protocols from rc.conf screens |
163 |
finished initial rc.conf and make.conf in webgli |
164 |
|
165 |
13 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
166 |
src/net/server/gliserv.py: |
167 |
add -h option to usage() |
168 |
show time and request URI in debug mode |
169 |
show client IP in debug mode |
170 |
just use IP instead of trying to do a reverse lookup |
171 |
|
172 |
12 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
173 |
src/net/server/gliserv.py: |
174 |
'classier' 401 message |
175 |
proper commandline parsing |
176 |
help via -h |
177 |
user/pass can be specificed via commandline option |
178 |
|
179 |
11 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
180 |
src/net/server/gliserv.py: |
181 |
basic HTTP auth |
182 |
|
183 |
10 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
184 |
src/net/server/gliserv.py: |
185 |
dynamic module reloading (yipee!) |
186 |
send 'Last-Modified' header for real files |
187 |
respond to HEAD with just headers |
188 |
src/net/server/handlers/WebGLIHandler.py: |
189 |
icons for drives |
190 |
|
191 |
7 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
192 |
src/net/server/handlers/WebGLIHandler.py: |
193 |
initial 'pretty' partition table display support |
194 |
clicking partition in 'pretty' display works instead of radio buttons |
195 |
radio buttons and pretty display work together |
196 |
META redirect instead of javascript |
197 |
pretty display stretches across entire screen |
198 |
'Recommended layout' and 'Clear drive' functions |
199 |
properly catch exceptions from do_recommended() |
200 |
src/GLIArchitectureTemplate.py: |
201 |
replace preinst, copy, postinst, rm steps with qmerge |
202 |
whoops...that shouldn't have been commented out |
203 |
create image_dir with -p in copy_pkg_to_chroot() |
204 |
more generic of symlink crappiness |
205 |
new copy_pkg_to_chroot() actually works now |
206 |
|
207 |
6 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
208 |
src/GLIStorageDevice.py: |
209 |
initial generic disk support |
210 |
fixes for add_partition() code |
211 |
src/net/server/handlers/WebGLIHandler.py: |
212 |
added support for creating generic disks |
213 |
add new partition working |
214 |
save and delete partitions |
215 |
|
216 |
6 Nov 2005; Preston Cody <codeman@gentoo.org> |
217 |
webgli: Partitioning making progress. |
218 |
|
219 |
5 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
220 |
src/GLIArchitectureTemplate.py: |
221 |
copy_pkg_to_chroot() overhaul - does install the Right Way(TM) (copy files to |
222 |
image dir, run pkg_setup, pkg_preinst, copy to /, pkg_postinst, remove image |
223 |
dir) and works around /etc/gconf symlink problem |
224 |
|
225 |
5 Nov 2005; Preston Cody <codeman@gentoo.org> |
226 |
webgli: lots of updates. preliminary partitioning. extra packages works. |
227 |
|
228 |
3 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
229 |
src/net/server/gliserv.py: |
230 |
httpd now supports HTTPS and falls back to HTTP if not available |
231 |
make fallback actually work |
232 |
src/net/server/SecureXMLRPCServer.py: |
233 |
SecureSocketServer is now threaded |
234 |
|
235 |
2 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
236 |
src/net/client/gliclient.py: |
237 |
try to use HTTPS for XMLRPC first and fallback to HTTP |
238 |
pretend mode |
239 |
src/net/server/gliserv.py, src/net/server/SecureXMLRPCServer.py: |
240 |
HTTPS XMLRPC goodness from samyron |
241 |
pass name of certificate |
242 |
|
243 |
31 Oct 2005; Preston Cody <codeman@gentoo.org> |
244 |
wegli: daemons and services screens done. |
245 |
|
246 |
30 Oct 2005; Preston Cody <codeman@gentoo.org> |
247 |
webgli: networking and users screens |
248 |
added return_redirect to handler.py |
249 |
loading and saving install/client profiles works for webgli now |
250 |
Review also done |
251 |
|
252 |
*GLI-0.2 (27 Oct 2005) |
253 |
|
254 |
26 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
255 |
src/templates/x86ArchitectureTemplate.py: |
256 |
properly check for bootloader emerge exist status with exitsuccess() |
257 |
log output of grub install command |
258 |
add --batch --no-floppy to grub command |
259 |
grubinstallstring only gets logged if debug is on |
260 |
src/GLIUtility.py: |
261 |
update progress bar to 100% when process finishes |
262 |
|
263 |
25 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
264 |
src/GLIClientController.py: |
265 |
added debugging code for the interaction between the 2 threads via Event() |
266 |
src/GLIUtility.py: |
267 |
doubled the buffer size in spawn() |
268 |
bump buffer size up to 16384 |
269 |
only report progress in 5% increments |
270 |
src/GLIArchitectureTemplate.py: |
271 |
kernelpkgs.txt support code |
272 |
above disabled because it sucks |
273 |
added add_pkg_to_world() |
274 |
|
275 |
24 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
276 |
src/GLIArchitectureTemplate.py: |
277 |
use tar | tar to copy files in copy_pkg_to_chroot() |
278 |
extract devices.tar.bz2 created by baselayout instead of running MAKEDEV |
279 |
|
280 |
23 Oct 2005; Preston Cody <codeman@gentoo.org> |
281 |
DEBUGGING ADDED TO AT. verbose field added to CConfig. |
282 |
|
283 |
23 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
284 |
src/net/server/gliserv.py: |
285 |
/ maps to index.html |
286 |
look for actual files in html/ |
287 |
src/net/html: |
288 |
new template |
289 |
src/GLIUtility.py: |
290 |
added parse_vdb_contents() |
291 |
src/GLIArchitectureTemplate.py: |
292 |
added copy_pkg_to_chroot() |
293 |
added debug code to dynamic-stage3 |
294 |
switch dynamic-stage3 to new method |
295 |
lots of bug fixes from adding debug code |
296 |
|
297 |
22 Oct 2005; Preston Cody <codeman@gentoo.org> |
298 |
webgli initial bootloader support + changed make.conf. |
299 |
IP: changed defaults for stage, kernel_build_method, kernel_source_pkg. |
300 |
|
301 |
20 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
302 |
src/GLIUtility.py: |
303 |
horrible tangled mess of code that is tarball unpacking subprogress display |
304 |
add unpack progress to portage snapshot |
305 |
use read() instead of readlines() in spawn() |
306 |
only update progress bar for whole percents |
307 |
|
308 |
19 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
309 |
src/templates/x86ArchitectureTemplate.py: |
310 |
change call to 'grub' to use GLIUtility.exitsuccess() |
311 |
add definition of 'build_mode' in _configure_lilo() |
312 |
src/misc/updategtkfe, src/misc/updateglid: |
313 |
fix so subshell is called in root shell |
314 |
|
315 |
18 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
316 |
src/net/server/handlers/WebGLIHandler.py: |
317 |
stage screen launches URI browser in sized window with various properties set |
318 |
|
319 |
17 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
320 |
src/misc/updategtkfe: |
321 |
updated to actually work |
322 |
remove previous snapshot and extracted dir before downloading |
323 |
src/misc/updateglid: |
324 |
updated to actually work |
325 |
src/templates/x86ArchitectureTemplate.py: |
326 |
fixed bug where grub code was looking for 'root+root+file_name2' |
327 |
|
328 |
16 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
329 |
src/net/server/handlers/WebGLIHandler.py: |
330 |
URI browser |
331 |
added mirror selection |
332 |
src/GLIUtility.py: |
333 |
ls via ssh strips off ending * |
334 |
|
335 |
16 Oct 2005; Preston Cody <codeman@gentoo.org> |
336 |
more updates to webgli. stage selection. |
337 |
|
338 |
11 Oct 2005; Preston Cody <codeman@gentoo.org> |
339 |
updated webgli with preliminary Network Mounts support. |
340 |
|
341 |
9 Oct 2005; Preston Cody <codeman@gentoo.org> |
342 |
GenDialog: string formatting and yes/no label fixes. |
343 |
added WebGLI template for gliserv.py |
344 |
added WebGLIHandler as well as a definition for it in gliserv.py |
345 |
updates to the webgli files even though they won't be there for long. |
346 |
Utility: remove exception for non-existant grppkgs.txt until the new livecd |
347 |
goes public. |
348 |
|
349 |
9 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
350 |
src/net/server/gliserv.py: |
351 |
override dict to not be so anal |
352 |
main server now loads separate module to handle requests |
353 |
src/net/server/handlers/ProfileHandler.py, src/net/server/handler.py: |
354 |
split out profile URLs into separate handler function |
355 |
move handlers into subdirectory |
356 |
add Welcome and Clients handlers |
357 |
|
358 |
5 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
359 |
src/GLIUtility.py: |
360 |
raise exception if password prompt received twice |
361 |
|
362 |
2 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
363 |
src/GLIUtility.py: |
364 |
removed rot13ify() |
365 |
|
366 |
1 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
367 |
src/net/server/gliserv.py: |
368 |
allow for param to be passed multiple times in GET |
369 |
no XMLRPC functions return None |
370 |
modify POST request parsing to only create a list if needed |
371 |
fix GET request parsing so the list creation for multiple values works |
372 |
src/net/client/gliclient.py: |
373 |
various typo and type mismatch fixes |
374 |
exit after exception |
375 |
|
376 |
30 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
377 |
src/net/client/gliclient.py: |
378 |
initial commit |
379 |
pass MAC to XMLRPC functions |
380 |
src/net/server/GLIServerProfile.py: |
381 |
rename GLIClientsProfiles to GLIServerProfile |
382 |
|
383 |
29 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
384 |
src/net/server/gliserv.py: |
385 |
now handles POST requests |
386 |
move majority of request handling code to common_handler() to reduce code |
387 |
duplication |
388 |
profile loading |
389 |
client reg via XMLRPC goes into SharedInfo() |
390 |
/showclients redesign |
391 |
template fixes |
392 |
allow handler functions to add/change headers |
393 |
save profile |
394 |
|
395 |
28 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
396 |
src/net/server/GLIClientsProfiles.py: |
397 |
initial commit |
398 |
src/net/server/template.html: |
399 |
initial commit |
400 |
src/net/server/gliserv.py: |
401 |
add template mojo |
402 |
|
403 |
26 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
404 |
src/net/server/gliserv.py: |
405 |
XMLRPC mojo |
406 |
|
407 |
22 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
408 |
src/GLIArchitectureTemplate.py: |
409 |
add code in _edit_config() to comment line where variable is defined |
410 |
previously |
411 |
insert new line under previous definition of variable if it exists |
412 |
small _edit_config() cleanup |
413 |
src/GLIStorageDevice.py: |
414 |
add clear_partitions() function |
415 |
new sizes for recommended partition layout |
416 |
automatically calculate swap size for recommended layout |
417 |
|
418 |
21 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
419 |
src/templates/x86ArchitectureTemplate.py: |
420 |
fat16 mojo |
421 |
|
422 |
20 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
423 |
src/GLIStorageDevice.py: |
424 |
prevent do_recommended() from being run twice |
425 |
rewrite do_recommended() to be more robust |
426 |
src/GLIArchitectureTemplate.py: |
427 |
rework _edit_config() to not write duplicate entries |
428 |
|
429 |
17 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
430 |
src/GLIStorageDevice.py: |
431 |
added do_recommended() function to automatically created 256M/1G/* layout |
432 |
|
433 |
17 Sep 2005; Preston Cody <codeman@gentoo.org> |
434 |
src/gli-dialog.py: added set_distcc to the list |
435 |
GenDialog: added set_distcc. untested. |
436 |
IP: added install_distcc flag. |
437 |
AT: added install_distcc function based on the flag. runs after build_kernel |
438 |
changed AT spawn command for distcc for nodeps. |
439 |
|
440 |
16 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
441 |
src/GLIUtility.py: |
442 |
add rot13ify() function |
443 |
|
444 |
16 Sep 2005; Preston Cody <codeman@gentoo.org> |
445 |
src/GenDialog.py |
446 |
added a sentence of text. unchecking support added. |
447 |
|
448 |
15 Sep 2005; Preston Cody <codeman@gentoo.org> |
449 |
src/GLIUtility.py |
450 |
added get_grp_pkgs_from_cd() to return a list of packages in GRP for FE menus |
451 |
src/GenDialog.py |
452 |
still working on extra_packages. transformed the list to new format. |
453 |
added GRP indication to list. untested. |
454 |
TODO lists updated. |
455 |
src/fe/dialog/gli-dialog.py |
456 |
spelling mistook. |
457 |
|
458 |
14 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
459 |
src/GLIUtility.py: |
460 |
get_snapshot_from_cd() returns '' instead of 'file://' if nothing found |
461 |
|
462 |
5 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
463 |
src/GLIUtility.py: |
464 |
add get_directory_listing_from_uri() |
465 |
add http support to above |
466 |
add ftp support to above |
467 |
add scp support to above |
468 |
src/GLIArchitectureTemplate.py: |
469 |
"0" instead of 0 for key of single-element dict passed to _edit_config() |
470 |
|
471 |
5 Sep 2005; Preston Cody <codeman@gentoo.org> |
472 |
value_only -> only_value |
473 |
|
474 |
3 Sep 2005; Preston Cody <codeman@gentoo.org> |
475 |
gutted out all of etc_portage structure since it is now all handled by |
476 |
etc_files |
477 |
|
478 |
3 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
479 |
src/GLIArchitectureTemplate.py: |
480 |
install_packages() sends progress update notifications |
481 |
src/templates/x86ArchitectureTemplate.py: |
482 |
increase sleep to 5s between format tries |
483 |
src/GLIClientController.py: |
484 |
pass 'self' to AT instead of 'self._pretend' |
485 |
|
486 |
2 Sep 2005; Preston Cody <codeman@gentoo.org> |
487 |
logger -> logger.log in x86AT |
488 |
|
489 |
1 Sep 2005; Preston Cody <codeman@gentoo.org> |
490 |
added set_etc_portage to IP. debugging gli-d's support for it. |
491 |
|
492 |
1 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
493 |
src/templates/x86ArchitectureTemplate.py: |
494 |
switch to 3 tries for mkfs instead of looping waiting for dev node to exist |
495 |
|
496 |
30 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
497 |
src/GLIArchitectureTemplate.py: |
498 |
add _portage_best_version() function and rework install_packages() to allow |
499 |
for future X of Y tracking |
500 |
Use best_visible instead of best_version |
501 |
tracked down and fixed missing = causing empty install extra packages |
502 |
use = when emerging also |
503 |
quickpkg hokey pokey |
504 |
run _get_packages_to_emerge() again with -pk |
505 |
|
506 |
22 Aug 2005; Preston Cody <codeman@gentoo.org> |
507 |
src/ArchTemplate: removed install_xorg_x11, and put the xorg.conf copying at |
508 |
the end of install_packages. |
509 |
added updateglid to /src/misc |
510 |
updated all core files with new GPL notice and copyright statement. |
511 |
|
512 |
21 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
513 |
src/GLIUtility.py: |
514 |
fix get_snapshot_from_cd() to look in /mnt/livecd/snapshots/ if it can't find |
515 |
a snapshot in /mnt/cdrom/snapshots/ |
516 |
get_snapshot_from_cd() adds file:// at the beginning |
517 |
change calls to extra package special case functions to 'self.blah' |
518 |
|
519 |
21 Aug 2005; Preston Cody <codeman@gentoo.org> |
520 |
src/ArchTemplate: changed "voodoo". |
521 |
changed order of portage sync methods. made a fallback to webrsync if |
522 |
normal emerge sync fails. |
523 |
removed get_sources_from_cd because it is obsolete. |
524 |
add special cases to install_packages. remove fatal exception on package |
525 |
install failure b/c the box will still be bootable. |
526 |
add install_xorg_x11. remove adding of xdm to runlevel. this will now be |
527 |
handled in the FEs. |
528 |
src/GenDialog: added a bunch of code for dealing with x11-based packages. |
529 |
awaiting testing. |
530 |
|
531 |
20 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
532 |
src/GLIStorageDevice.py: |
533 |
global try/except block around fs resizable detection code |
534 |
src/GLIArchitectureTemplate.py, src/GLIClientController.py: |
535 |
install-failed cleanup function |
536 |
|
537 |
18 Aug 2005; Preston Cody <codeman@gentoo.org> |
538 |
x86ArchTemplate: updated lilo code. separated out THREE commands. untested. |
539 |
|
540 |
16 Aug 2005; Preston Cody <codeman@gentoo.org> |
541 |
GLIGenDialog: |
542 |
add drive choices for loaded configs. |
543 |
force snapshot for dynamic_stage3 |
544 |
init the snapshoturi input to the cd snapshot if not already selected. |
545 |
if dynamic_stage3, skip the make.conf step. |
546 |
GLIUtility: add get_cd_snapshot_uri() for local snapshots. |
547 |
this fixes parts 1,2,3,6 of bug 102747 for gli-dialog |
548 |
|
549 |
16 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
550 |
src/GLIArchitectureTemplate.py: |
551 |
manually call MAKEDEV in stage3-dynamic code |
552 |
copy /etc/inittab.old to /etc/inittab in chroot |
553 |
src/GLIUtility.py: |
554 |
add beginning of validate_uri() function |
555 |
add file:/// support to validate_uri() |
556 |
single quotes when setting livecd password |
557 |
|
558 |
15 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
559 |
src/GLIGenDialog.py: |
560 |
change getmountpoint() to get_mountpoint() |
561 |
src/misc/updategtkfe: |
562 |
committed script to automatically download latest snapshot and run gtkfe |
563 |
src/templates/x86ArchitectureTemplate.py: |
564 |
fix _configure_lilo_add_windows() for IP -> GLISD stuff |
565 |
src/GLIArchitectureTemplate.py: |
566 |
give tmp_minor an initial value in mount_local_partitions so that the value |
567 |
remain from the previous drive |
568 |
|
569 |
14 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
570 |
src/templates/x86ArchitectureTemplate.py: |
571 |
Fix _configure_lilo() for IP using GLISD stuff |
572 |
src/GLIArchitectureTemplate.py: |
573 |
install_cron_daemon() treats "none" specially |
574 |
|
575 |
14 Aug 2005; Preston Cody <codeman@gentoo.org> |
576 |
old patch from Steven Mertens to resolve bug #96642 |
577 |
numerous asthetic changes to GenDialog, no real functionality changes though. |
578 |
strings renamed for global use if necessary. |
579 |
fix all three parts of bug 102291 |
580 |
disable set_etc_portage until fully-written. |
581 |
|
582 |
13 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
583 |
src/GLIClientController.py: |
584 |
lower-case http/ftp proxy envvars |
585 |
|
586 |
12 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
587 |
src/GLIClientController.py: |
588 |
log end of pre_install steps to aid in debugging |
589 |
src/templates/x86ArchitectureTemplate.py: |
590 |
change set_flag(flag) to set_flag(flag, True)...*stab* *stab* |
591 |
|
592 |
10 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
593 |
src/GLIArchitectureTemplate.py |
594 |
check to make sure that the device node we're wait for to exist isn't of |
595 |
type 'free' |
596 |
|
597 |
09 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
598 |
src/GLIGenDialog.py: |
599 |
convert install_packages to list in set_extra_packages() |
600 |
check return code of checklist() call in "Manual" section |
601 |
*actually* fix the first problem |
602 |
|
603 |
08 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIUtility.py: |
604 |
"source /etc/profile" does not ensure the ENV is correctly set up. Use "bash |
605 |
-l" instead, to ensure a proper environment (important for CONFIG_PROTECT). |
606 |
|
607 |
06 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
608 |
src/GLIArchitectureTemplate.py: |
609 |
re-fix net.eth1+ symlink code...wtf is wrong with cvs? |
610 |
|
611 |
04 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
612 |
Add CDATA support to SimpleXMLParser and add utility functions for it. |
613 |
|
614 |
04 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> |
615 |
src/GLIArchitectureTemplate.py: |
616 |
Fix case where vixie-cron is specified as a full package atom, as we still |
617 |
don't want to run 'crontab /etc/crontab' for it. |
618 |
|
619 |
*GLI-0.1 (3 Aug 2005) |
620 |
|
621 |
30 Jul 2005; Preston Cody <codeman@gentoo.org> |
622 |
add scp to list of is_uri() so GenDialog doesn't complain. |
623 |
fixed livecd-kernel bug in bootloader code. |
624 |
fixed gendialog for dynamic_stage3 instead of "networkless" |
625 |
change bootloader to allow for both initrd and initramfs. |
626 |
fix IP for dynamic_stage3. |
627 |
fix ArchTemplate for broken mountpoint creation. fix GenDialog part showing. |
628 |
|
629 |
30 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
630 |
Added full scp:// URI support to get_uri() in GLIUtility |
631 |
Remove "networkless" from dynamic stage3 if locic. |
632 |
Remove print statement from scp:// code. |
633 |
Change scp code to check for "assword: " instead of "Password:" |
634 |
Fix post-install network code to create net.eth1+ symlink correctly |
635 |
Check to make sure pkg can be split on / and some debugging code |
636 |
Add 2>dev/null to emerge call in _get_packages_to_emerge() |
637 |
SimpleXMLParser handles True/False/None correctly now |
638 |
Comment out above fix |
639 |
Add partitioning wait-for-device-to-exist code to mount_local_partitions |
640 |
|
641 |
28 Jul 2005; Scott Myron <samyron@gentoo.org> |
642 |
Removed a FIXME in the GLIClientConfiguration that is no |
643 |
longer needed. |
644 |
|
645 |
27 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
646 |
Default to x86 in ClientConfig |
647 |
Typo in build-a-stage3 code. |
648 |
Remove MAKEDEV call in build-a-stage3 postscript. |
649 |
|
650 |
26 Jul 2005; Preston Cody <codeman@gentoo.org> |
651 |
Rewrote init of IP for gli-d. Other GenDialog updates. |
652 |
allow network_type to be None in CConfig. |
653 |
|
654 |
24 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
655 |
Add _dynamic_stage3 option to IP. |
656 |
Add check for that option to dynamic stage3 code in ArchTemplate. |
657 |
Fix code to determine default route in get_eth_info() in GLIUtility. |
658 |
Fix serialization of dns-servers in ClientConfig. |
659 |
|
660 |
24 Jul 2005; Preston Cody <codeman@gentoo.org> |
661 |
changed default values of cron/logger in IP. |
662 |
moved GenDialog IP init out to the individual files. gli-dialog's version |
663 |
will change quite a bit. |
664 |
|
665 |
22 Jul 2005; Preston Cody <codeman@gentoo.org> |
666 |
added ppcArchTemplate. blank now. working on yaboot. |
667 |
modified ArchTemplate for amd64 and ppc custom kernels. |
668 |
skeleton implementation of _configure_yaboot. |
669 |
small fixes to other templates. |
670 |
|
671 |
21 Jul 2005; Preston Cody <codeman@gentoo.org> |
672 |
GenDialog updates. changed comment in IP. |
673 |
|
674 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
675 |
src/GLIInstallProfile.py: |
676 |
Fix codeman's screwup of changing the service seperator to ',' in the parser |
677 |
without changing it in the serialization code! Also document this in a |
678 |
comment so you find it easier. Everybody needs to make sure they update |
679 |
their install profiles! |
680 |
|
681 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
682 |
src/GLIArchitectureTemplate.py: |
683 |
Fix casting of list to string and concat of None with string, as well as |
684 |
commented prototype of checking that mounting actually worked (found a case |
685 |
where mount can return success, but the mount won't be done). |
686 |
|
687 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
688 |
src/templates/x86ArchitectureTemplate.py: |
689 |
Remove TEMP UGLY HACK of time.sleep(5), and replace it with a while loop |
690 |
checking for the device, and sleeping 1 second each time. |
691 |
|
692 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
693 |
src/templates/x86ArchitectureTemplate.py: |
694 |
Refactor install_bootloader code and _install_{grub,lilo} so that 'none' for |
695 |
bootloader works again. Also rename _install_{grub,lilo} to |
696 |
_configure_{grub,lilo} since they don't install the loaders anymore |
697 |
themselves. |
698 |
|
699 |
7 Jul 2005; Preston Cody <codeman@gentoo.org> |
700 |
fix global USE flags to not include the arch types at the end. |
701 |
updates to GenDialog and gli-d. |
702 |
|
703 |
6 Jul 2005; Preston Cody <codeman@gentoo.org> |
704 |
fixing bootloader code for no initrd and initrd->initramfs naming change. |
705 |
|
706 |
6 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
707 |
Proper comments and parameters to GLIException in install_mta() |
708 |
Allow optional exclusion of HTTP, FTP, and/or RSYNC mirrors in list_mirrors() |
709 |
Add strip() to list_mirrors(), list_subarch_from_mirror() and |
710 |
list_tarball_from_mirror() to eliminate blank last item. |
711 |
|
712 |
5 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
713 |
Added stage3 generation code. |
714 |
|
715 |
5 Jul 2005; Preston Cody <codeman@gentoo.org> |
716 |
Added sleep(5) to partitioning code, temp got rid of the NOCOLOR in _emerge |
717 |
Mild changes to GenDialog. |
718 |
|
719 |
30 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
720 |
Remove separate install step configure_rc_conf() since it's handled by |
721 |
update_config_files() |
722 |
Make a copy of newvalues in _edit_config() so quotes aren't added when the |
723 |
function is called twice on the same file. |
724 |
|
725 |
29 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
726 |
Missing \ in sed in _get_packages_to_emerge() |
727 |
Removed explicit emerging of hotplug and no longer add it to the runlevel. |
728 |
Check in _quickpkg_deps() to ignore blank package names returned from |
729 |
_get_packages_to_emerge() |
730 |
|
731 |
28 Jun 2005; Preston Cody <codeman@gentoo.org> |
732 |
fixed agaffney's missing = and extra : in x86AT. commented out crashing line |
733 |
in the dialog.py gauge code. |
734 |
|
735 |
28 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
736 |
Add code to update_config_files() to go through etc_files and update stuff. |
737 |
Check to see that _etc_files['make.conf'] exists in get_make_conf() |
738 |
Only use float() in partition xml parsing code if type == "free" |
739 |
|
740 |
28 Jun 2005; Preston Cody <codeman@gentoo.org> |
741 |
finished almost all internationalization of GenDialog. |
742 |
attempt at fixing rc.conf function. moved 3 generate functions out of |
743 |
fe/gtk/RcDotConf and put them in Utility. fixed self bug. |
744 |
added dialog.py to the fe/dialog directory so it actually gets used. |
745 |
|
746 |
27 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
747 |
Roll rc_conf and make_conf into master etc_files structure in InstallProfile. |
748 |
|
749 |
27 Jun 2005; Preston Cody <codeman@gentoo.org> |
750 |
fix extra entry in list_mirrors() |
751 |
beginning internationalization runthrough. |
752 |
|
753 |
26 Jun 2005; Preston Cody <codeman@gentoo.org> |
754 |
added dialog.py to /src temporarily until it gets accepted upstream. |
755 |
fix for unused value in form in dialog.py and changed heights. |
756 |
fix GenDialog forms. |
757 |
|
758 |
25 Jun 2005; Preston Cody <codeman@gentoo.org> |
759 |
Changed hostname/domainname for new baselayout. |
760 |
Changed _add_to_runlevel errors to logs. |
761 |
Updated TODO list to show status of GenDialog |
762 |
More updates to GenDialog including two checklists that probably won't work. |
763 |
update IP to use comma-separated list instead of space separated for services. |
764 |
|
765 |
24 Jun 2005; Preston Cody <codeman@gentoo.org> |
766 |
Add dhcp_options to the CC, CConfig, and GenDialog. More overall changes to |
767 |
GenDialog as it gets closer to completion. |
768 |
|
769 |
22 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
770 |
Modify get_eth_info() to take a full interface name (eth0 fex). float() |
771 |
instead of int() in add_partition_device_partition() for minor (closes 96804) |
772 |
|
773 |
21 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
774 |
Changed setup_network_post to check for 'interfaces[interface][0] != "dhcp"' |
775 |
instead of 'interfaces[interface][1]' since DHCP uses that field for its |
776 |
options. setup_network_post() writes custom DHCP options to /etc/conf.d/net. |
777 |
|
778 |
20 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
779 |
Apply spawn() patch from #96644 (with minor changes). Make sure the return |
780 |
value from all spawn() calls is checked with GLIUtility.exitsuccess(). Fix |
781 |
small error with <pipe>.close() returning None. Fix space vs. tab issue. |
782 |
Fix undefined variable 'output' issue in spawn(). |
783 |
|
784 |
20 Jun 2005; Preston Cody <codeman@gentoo.org> |
785 |
More updates to GenDialog and gli-d. |
786 |
|
787 |
19 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
788 |
Modify list_mirrors() to return a list of mirror URL/name pairs. |
789 |
|
790 |
19 Jun 2005; Preston Cody <codeman@gentoo.org> |
791 |
Adding gli-dialog.py. Updates to GenDialog. Added function to GLIUtility to |
792 |
get subarch. |
793 |
|
794 |
16 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
795 |
Backend partitioning will create disklabel is none exists. Installprofile |
796 |
defaults to "" now instead of "msdos" for disklabel type. Fix for |
797 |
mount_local_partitions() to remember device along with minor in the |
798 |
parts_to_mount dict (closes #96319). mount_local_partitions() cleanups and |
799 |
add else block to log unsupported netmount types to mount_network_shares() |
800 |
|
801 |
15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
802 |
src/GLIArchitectureTemplate.py: |
803 |
Refactor kernel_compile common stuff, fix 2.4 build process. |
804 |
src/fe/cli/clife.py: |
805 |
Logging system. |
806 |
src/GLIUtility.py, src/GLIStorageDevice.py: |
807 |
Add comments about re-writes needed for boxes without sysfs. |
808 |
|
809 |
15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
810 |
src/GLIArchitectureTemplate.py: |
811 |
2.4 support (pull version data from /usr/src/linux/Makefile), incl. |
812 |
'make dep' call for custom compile. build_mode support for prepare-only and |
813 |
none types completed. custom compile function chains shell functions in |
814 |
spawned script, to allow for catching all errors. |
815 |
|
816 |
15 Jun 2005; Preston Cody <codeman@gentoo.org> |
817 |
fixed up build_kernel in ArchTemplate for build_mode as well as in dialogfe |
818 |
and GenDialog. other gendialog updates as well. kernel updates untested. |
819 |
|
820 |
14 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
821 |
src/GLIInstallProfile.py: |
822 |
Change structure of etc-portage stuff. The serialization was broken before my |
823 |
last commit, and I am the only person that's ever used it. The new schema is |
824 |
as follows: |
825 |
<etc-portage> |
826 |
<file name="package.mask"/> |
827 |
<file name="package.unmask"> |
828 |
<entry atom="sys-kernel/openmosix-sources"/> |
829 |
</file> |
830 |
<file name="package.use"> |
831 |
<entry atom="sys-libs/db"> |
832 |
-java |
833 |
</entry> |
834 |
<entry atom="dev-libs/cyrus-sasl"> |
835 |
-ldap |
836 |
</entry> |
837 |
</file> |
838 |
</etc-portage> |
839 |
|
840 |
|
841 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
842 |
src/GLIInstallProfile.py: |
843 |
Add new entry for gli-profile/kernel-build-method item. Add missing |
844 |
serialize_etc_portage (temporary). Make serialize_make_conf always print the |
845 |
keys in the same order. |
846 |
|
847 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
848 |
src/GLIArchitectureTemplate.py: |
849 |
Clean up commenting used by _edit_config(), and fix bug where wrong comment |
850 |
was repeatedly appended to make.conf. |
851 |
|
852 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
853 |
src/GLIArchitectureTemplate.py: |
854 |
Put some Linux-2.6 specific code under a if statement. Store list of |
855 |
successfully mounted swap device for using swapoff. Add proper error checking |
856 |
to install_packages and install_filesystem_tools. Fixed namespace conflicts on |
857 |
'file'. Clean up some redundant code (thanks to pychecker).' |
858 |
|
859 |
13 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
860 |
Fix typos: get_extended() instead of get_extended_partition(). Added |
861 |
list_mirrors() and list_stage_tarballs_from_mirror() functions to GLIUtility. |
862 |
Change _emerge("sync") call to direct call to spawn to avoid 'emerge -k sync' |
863 |
|
864 |
12 Jun 2005; John N. Laliberte <allanonjl@gentoo.org> |
865 |
GLIInstallProfile.py: add missing set for dhcp_options if a tuple is passed |
866 |
in add_network_interface. |
867 |
|
868 |
12 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIArchitectureTemplate.py: |
869 |
ensure PORTAGE_TMPDIR/PORT_LOGDIR/PORTDIR_OVERLAY/PKGDIR exist prior to any |
870 |
usage - this caused a failure for stage1/stage2 previously. swapoff for swap |
871 |
space at end of install. Mount /dev, /dev/shm, /dev/pts and /sys during |
872 |
prepare_chroot. |
873 |
|
874 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> +src/cli/clife.py, |
875 |
+src/cli/README, +src/fe/installer-cli, +src/fe/installer-dialog, |
876 |
+src/fe/installer-gtk: |
877 |
Add new automated CLI frontend. Add scripts that are the intended means to |
878 |
use each frontend. |
879 |
|
880 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
881 |
src/GLIClientController.py: |
882 |
Add null type to network config, for cases where the interface is already up |
883 |
and should not be touched (netboot for example). |
884 |
|
885 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
886 |
src/GLIArchitectureTemplate.py: |
887 |
pcmcia is not a variable name for a call to _add_to_runlevel, it should be a |
888 |
string!. Try to use binary packages if available by default. |
889 |
|
890 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
891 |
src/GLIArchitectureTemplate.py: |
892 |
More error checking for _add_to_runlevel, to ensure that the init script |
893 |
actually exists before we try to add it. set_services phase must take place |
894 |
after the package installation, otherwise the init scripts might not exist. |
895 |
Find the correct init script for the cron and logging daemons, and add that |
896 |
instead of the package atom. |
897 |
|
898 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
899 |
src/GLIArchitectureTemplate.py: |
900 |
Fix up _edit_config so that it works if the file doesn't already exist. Fix |
901 |
usage of 'file' to 'contents' for the variable name, as it shadows |
902 |
__builtin__.file. |
903 |
|
904 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
905 |
src/GLIArchitectureTemplate.py: |
906 |
Add MTA install code, and include MTA install phase. Ensure |
907 |
PORT_LOGDIR/PORTDIR_OVERLAY are created in _emerge if needed. Add support |
908 |
for 'none' kernel config for build_kernel phase. Put kernel_script in |
909 |
/var/tmp instead of /root for build_kernel phase. |
910 |
|
911 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py: |
912 |
Rename mta variables to match syslog/cron variables. |
913 |
|
914 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
915 |
src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py, |
916 |
src/.cvsignore, src/fe/dialog/.cvsignore, src/fe/gtk/.cvsignore, |
917 |
src/fe/net/client/.cvsignore, src/fe/net/server/.cvsignore, |
918 |
src/templates/.cvsignore, src/tests/.cvsignore: |
919 |
Refactor partition formatting again to include error checking. Allow 'none' |
920 |
for kernel and bootloader specifications. Add .cvsignore files for .py[co]. |
921 |
|
922 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
923 |
src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py: |
924 |
Refactor _emerge to remove duplicate code. Refactor mkfs code in backend to |
925 |
only have a single spawn call. |
926 |
|
927 |
11 Jun 2005; Preston Cody <codeman@gentoo.org> |
928 |
refixed samyron's fix of set_architecture_template. |
929 |
|
930 |
11 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
931 |
Move /tmp/spawn.sh and /tmp/post-install to /var/tmp since that should always |
932 |
be executable. |
933 |
|
934 |
10 Jun 2005; Scott Myron <samyron@gentoo.org> |
935 |
Fixed one of the FIXME's in the ClientConfiguration. There is now some |
936 |
error checking when you call set_architecture_template. |
937 |
|
938 |
10 Jun 2005; Preston Cody <codeman@gentoo.org> |
939 |
moved the mkfsopts input to the partition options menu instead of the during |
940 |
the creation process. updated GenDialog to say it supports reiserfs v3. |
941 |
|
942 |
9 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py, |
943 |
src/GLIStorageDevice.py, fe/dialog/dialogfe.py: |
944 |
Complete support for 'mkfsopts' parameter in main system and dialogfe. |
945 |
Add support for other partition types to dialogfe. |
946 |
Fix all usages of int(possible_big_number) to long(possible_bit_number) to |
947 |
avoid integer overflows and wraparounds. |
948 |
|
949 |
9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
950 |
Removed start/end from XML output and added mkfsopts to partitioning info. |
951 |
'mkfsopts' parameter is now used and support for creating xfs, jfs, and |
952 |
reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser' |
953 |
in GLIClientConfiguration. Change from .1 and .9 to constants for |
954 |
partitioning. Fix free space overwriting bug. Remove a few unused functions |
955 |
from rewrite. Fix call to get_partition_at() |
956 |
|
957 |
8 Jun 2005; Preston Cody <codeman@gentoo.org> |
958 |
Updates to GenDialog and dialogfe. |
959 |
|
960 |
7 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
961 |
Typo (%$^&#$!) fix in GLIStorageDevice. Minor fix recommended by pychecker |
962 |
|
963 |
6 Jun 2005; Preston Cody <codeman@gentoo.org> |
964 |
more GenDialog updates to partitioning. |
965 |
|
966 |
5 Jun 2005; Preston Cody <codeman@gentoo.org> |
967 |
Indenting issue in GLISD/get_ordered_partition_list. |
968 |
updates to GenDialog partitioning and added default UTC for timezone in IP. |
969 |
|
970 |
5 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
971 |
Added GLISD.get_model() |
972 |
|
973 |
3 Jun 2005; Preston Cody <codeman@gentoo.org> |
974 |
Added get_eth_devices() to GLIUtility. Updated netfe.py to newest version. |
975 |
More updates to GenDialog :) |
976 |
|
977 |
3 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
978 |
Added get_interface_realname() function. |
979 |
|
980 |
2 Jun 2005; Preston Cody <codeman@gentoo.org> |
981 |
Added auto-save of CConfig and copying to new /root after install. |
982 |
yet even more GenDialog updates. |
983 |
|
984 |
1 Jun 2005; Preston Cody <codeman@gentoo.org> |
985 |
removed print statement from GLISD. more updates to GenDialog. |
986 |
|
987 |
31 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
988 |
Not being able to fetch the stage tarball is now an exception. Chroot wrapper |
989 |
passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be |
990 |
loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few |
991 |
places in GLIClientConfiguration. |
992 |
|
993 |
27 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
994 |
Fix mount_local_partitions(), configure_fstab(), and |
995 |
install_filesystem_tools() to use GLISD directly. A few more fixes for same. |
996 |
A few more fixes for templates/x86Archtemplate |
997 |
|
998 |
27 May 2005; Preston Cody <codeman@gentoo.org> |
999 |
Removed more unused code from CConfig. Updated GLIGenDialog, but it is still |
1000 |
a work in progress. |
1001 |
|
1002 |
24 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1003 |
Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD |
1004 |
directly. GLISD can now handle data imported from XML. |
1005 |
|
1006 |
22 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1007 |
Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to |
1008 |
handle blank (no disklabel) disks. |
1009 |
|
1010 |
20 May 2005; Preston Cody <codeman@gentoo.org> |
1011 |
HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned |
1012 |
up, documented, and separated out serialization and grouped all sections. |
1013 |
|
1014 |
19 May 2005; Preston Cody <codeman@gentoo.org> |
1015 |
Reorganization of ClientConfiguration and gutting of unused functions. |
1016 |
Removed verbose option from CC. Moved import statement in IP and CConfig up. |
1017 |
|
1018 |
18 May 2005; Preston Cody <codeman@gentoo.org> |
1019 |
Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup |
1020 |
|
1021 |
17 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1022 |
Fixed bug in finishing_cleanup(). Fix a late-night coding error in |
1023 |
partitioning. CC serializes install profile to disk and prepare_chroot() |
1024 |
copies it into /mnt/gentoo/root |
1025 |
|
1026 |
16 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1027 |
Moved URI parsing into new function parse_uri() |
1028 |
|
1029 |
14 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1030 |
Added XMLParser module. |
1031 |
|
1032 |
13 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1033 |
Fix is_realstring() and rewrite is_uri() to use a regex to parse the URI. |
1034 |
Minor fix to is_uri() regex to allow hyphens in hostname. |
1035 |
|
1036 |
12 May 2005; Preston Cody <codeman@gentoo.org> |
1037 |
Updated finishing_cleanup for new unmounting method from agaffney. |
1038 |
|
1039 |
12 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1040 |
Fix GLILogger to use correct time format string. Fix _edit_config() to |
1041 |
properly comment out variables. Fix minor bug in finishing_cleanup(). Add |
1042 |
unicode support to is_realstring(). |
1043 |
|
1044 |
11 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1045 |
Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
1046 |
return value instead of non-zero. Add code to output a traceback to the |
1047 |
install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes |
1048 |
instead of --nocolor. |
1049 |
|
1050 |
10 May 2005; Preston Cody <codeman@gentoo.org> |
1051 |
Added GLIGenDialog.py to make a generic class for the dialog functions that |
1052 |
can be used by both dialogfe and the netfe/be. updated both for new filename. |
1053 |
date changes. 2004->2005. |
1054 |
|
1055 |
10 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1056 |
Removed 'quiet=True' from spawn() calls |
1057 |
|
1058 |
10 May 2005; Preston Cody <codeman@gentoo.org> |
1059 |
Updated GLIUtility with patches from chotchki. Also added documentation |
1060 |
|
1061 |
9 May 2005; Preston Cody <codeman@gentoo.org> |
1062 |
Added the function for set_etc_portage to ArchTemplate. no step for it yet. |
1063 |
Updated _edit_config in ArchTemplate, make_config, and various other fixes |
1064 |
from bug #89683, mostly touchups. |
1065 |
|
1066 |
6 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1067 |
GLIStorageDevice cleanup patch from bug #91761 |
1068 |
|
1069 |
3 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1070 |
Fixed timezone code to not link to /mnt/gentoo/usr/share/zoneinfo/blah. Fix |
1071 |
_edit_config(). Error logging casts 'error' to str |
1072 |
|
1073 |
2 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1074 |
Exceptions received in CC are logged before being passed to the FE. Added |
1075 |
code to CC to handle exceptions *not* thrown by the installer itself. |
1076 |
|
1077 |
1 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1078 |
get_max_mb_for_resize() returns -1 if not self.resizeable |
1079 |
|
1080 |
30 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1081 |
More dirty rsync hacks :-/ |
1082 |
|
1083 |
29 Apr 2005; Preston Cody <codeman@gentoo.org> |
1084 |
Patches from chotchki (bug #90325) to improve CC networking. untested. |
1085 |
|
1086 |
29 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1087 |
Proxies patch from chotchki (bug #90147). Fixed == instead of = typos in |
1088 |
GLIStorageDevice (pointed out by chotchki). Fixed missing int()s. Split |
1089 |
'custom' sync option into 'none' and 'snapshot'. Minor fixes to |
1090 |
GLIStorageDevice as suggested by pychecker. Fix minor bug in |
1091 |
_get_packages_to_emerge(). Fix _quickpkg_deps() to call |
1092 |
_get_packages_to_emerge() |
1093 |
|
1094 |
28 Apr 2005; Preston Cody <codeman@gentoo.org> |
1095 |
Added group-adding code to set_users in ArchTemplate |
1096 |
|
1097 |
27 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1098 |
Added post-install script code |
1099 |
|
1100 |
23 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1101 |
Fixed encapsulation issues in GLIClientController (bug #90141) |
1102 |
|
1103 |
22 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1104 |
Update resizing code in GLIStorageDevice |
1105 |
|
1106 |
17 Apr 2005; Preston Cody <codeman@gentoo.org> |
1107 |
Update AUTHORS, NEWS, TODO. Added documentation to GLILogger. |
1108 |
|
1109 |
17 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1110 |
Reverted change to ArchTemplate and added support for commented line in old |
1111 |
code. |
1112 |
|
1113 |
16 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1114 |
Changed _edit_config() to modify value in-place instead of commenting out and |
1115 |
adding the new value to the end of the file. |
1116 |
|
1117 |
15 Apr 2005; Preston Cody <codeman@gentoo.org> |
1118 |
Back. Did the docuementation thang for ArchTemplate and ClientConfiguration. |
1119 |
Also updated TODO list. |
1120 |
|
1121 |
14 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1122 |
Use blackace's one-liner to add comments for all function for use with |
1123 |
pythondoc. |
1124 |
|
1125 |
13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1126 |
Moved 'end >= device_sectors' check out of loop to check for next partition's |
1127 |
start point (thanks to Marco Djukic). Fix >4 primary partitions on non-x86. |
1128 |
Partitioning code now tracks start/end of extended for placing logicals. End |
1129 |
point of logical is now adjusted along with start. |
1130 |
|
1131 |
11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1132 |
Finish overhaul of backend partitioning code. Fixed all bugs that stood in |
1133 |
the way of partitioning from a blank disk. Add int() around access to minor |
1134 |
key in partition information due to new partition code leaving them as float. |
1135 |
|
1136 |
10 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1137 |
tidy_partitions() function in GLIStorageDevice. Tweaks to tidy code |
1138 |
|
1139 |
9 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1140 |
Major GLIStorageDevice overhaul...all MB now instead of sectors. |
1141 |
|
1142 |
8 Apr 2005; Scott Myron <samyron@gentoo.org> |
1143 |
Added support for DHCP options and MAC addresses in the InstallProfile. |
1144 |
|
1145 |
3 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1146 |
Changed mountopts check to work for blank and whitespace. Pipe emerge through |
1147 |
sed to properly strip out junk. |
1148 |
|
1149 |
2 Apr 2005; Preston Cody <codeman@gentoo.org> |
1150 |
fixed the way set_timezone works. added hotplug/coldplug for livecd-kernel |
1151 |
added --emptytree to stage2. fixed ethx not being added to runlevel defalt. |
1152 |
|
1153 |
31 Mar 2005; Preston Cody <codeman@gentoo.org> |
1154 |
Fixed indent problem in GLICController |
1155 |
|
1156 |
30 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1157 |
Check for disklabel type "loop" and use the device name without a minor. |
1158 |
|
1159 |
29 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1160 |
Remove /tmp/compile_output.log and /var/log/install.log when install is |
1161 |
complete. Added code to (hopefully) keep 2nd thread running after install. |
1162 |
Patch from zahna for extra arguments to the kernel. Patch from zahna to add |
1163 |
get_eth_info() function. Remove most of content in amd64ArchTemplate and |
1164 |
make it inherit from x86Archtemplate. kernel_args -> bootloader_kernel_args |
1165 |
|
1166 |
28 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1167 |
Added 'append_log=True' to all spawn() calls using logfile=. Append to log |
1168 |
when unpacking tarball. |
1169 |
|
1170 |
28 Mar 2005; Preston Cody <codeman@gentoo.org> |
1171 |
rewrote filesystem_tools. looks like it works so ripping out all the old |
1172 |
filesystem_tools code. |
1173 |
|
1174 |
26 Mar 2005; Preston Cody <codeman@gentoo.org> |
1175 |
Changed the print statements to logging in the partitioning BE code. |
1176 |
the logger may need to be imported to the x86archtemplate. unknown yet. |
1177 |
Added the finishing_cleanup function. |
1178 |
added a fix to the logger from BenUrban |
1179 |
|
1180 |
25 Mar 2005; Preston Cody <codeman@gentoo.org> |
1181 |
changed InstallProfile to remove is_uri check on kernel, stage, and portage |
1182 |
URIs. The blank uri check has been commented out. |
1183 |
ripped out error checking of set_services. this is done by _add_to_runlevel. |
1184 |
|
1185 |
25 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1186 |
set_stage_tarball_uri() doesn't raise an exception on a blank string. |
1187 |
|
1188 |
24 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1189 |
GRP-ish quickpkg code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in |
1190 |
the install profile if available. Commented out spawn() debugging prints |
1191 |
|
1192 |
23 Mar 2005; Preston Cody <codeman@gentoo.org> |
1193 |
small changes to setup_network_post. moved adding to runlevel of net.x to |
1194 |
after the device gets symlinked. added domainname runlevel command. |
1195 |
|
1196 |
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1197 |
minor fix (hopefully) to livecd-kernel code. Removed call to mkvardb in |
1198 |
livecd-kernel code as it's now done by catalyst. Switch _emerge() call to |
1199 |
spawn() call in livecd-kernel code to pass environment variables. |
1200 |
livecd-kernel code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in |
1201 |
the install profile if available. |
1202 |
|
1203 |
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1204 |
Added code to build_kernel() and emerge_kernel_sources() in ArchTemplate |
1205 |
to handle installing the livecd kernel into the new system. |
1206 |
|
1207 |
22 Mar 2005; Preston Cody <codeman@gentoo.org> |
1208 |
should emerge hotplug and coldplug before adding them to runlevel. |
1209 |
|
1210 |
21 Mar 2005; Preston Cody <codeman@gentoo.org> |
1211 |
took chroot out of grub_install command. |
1212 |
|
1213 |
21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1214 |
Changed chroot wrapper code in spawn() to write the wrapper the python way |
1215 |
instead of the bash way to avoid quote conflicts. Added |
1216 |
'logfile=self._compile_logfile' to a number of spawn() calls. Added new |
1217 |
hash_password() function to GLIUtility. Remove command to 'rm /tmp/spawn.sh' |
1218 |
as it breaks the piping. |
1219 |
|
1220 |
20 Mar 2005; Preston Cody <codeman@gentoo.org> |
1221 |
Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo. |
1222 |
|
1223 |
20 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1224 |
Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in |
1225 |
stage1() and stage2(). Added 'origminor' parameter to GLIStorageDevice and |
1226 |
GLIInstallProfile. |
1227 |
|
1228 |
19 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1229 |
Fixed a couple bugs in add_netmount() in GLIInstallProfile. spawn() outputs |
1230 |
to the actual tty8 with display_on_tty8 flag. Compile output logfile moved |
1231 |
into /mnt/gentoo in prepare_chroot() |
1232 |
|
1233 |
18 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1234 |
Add sigunmask.c contributed by d_m (on freenode) to counteract python's |
1235 |
retarted behavior regarding threads and signals. Add code to convert MB/%/* |
1236 |
to start/end sectors |
1237 |
|
1238 |
17 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1239 |
Add 2>&1 to cmd in spawn() |
1240 |
|
1241 |
16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1242 |
Modified GLIUtility.exitsuccess() to work with return value from |
1243 |
commands.getstatusoutput instead of os.waitpid(). spawn() automatically |
1244 |
creates wrapper script for commands run inside chroot so multiple commands |
1245 |
and redirection can be used. Change exitsuccess() back. Added 'chmod a+x' |
1246 |
for the generated script from spawn() |
1247 |
|
1248 |
16 Mar 2005; Preston Cody <codeman@gentoo.org> |
1249 |
Removed default values for stage tarball URI and portage tree URI from |
1250 |
InstallProfile. These should be set by the FEs. also added services step to |
1251 |
ArchTemplate and coldplug/hotplug runlevels to the genkernel step. |
1252 |
Possibly fixed CC DHCP bug with -n. (thx agaffney) |
1253 |
|
1254 |
14 Mar 2005; Preston Cody <codeman@gentoo.org> |
1255 |
Small fix for setting the default gateway. Also added feature to dialogfe. |
1256 |
|
1257 |
7 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1258 |
Switched spawn() over to commands.getstatusoutput() instead of fork/waitpid |
1259 |
|
1260 |
1 Mar 2005; Preston Cody <codeman@gentoo.org> |
1261 |
Fixed a bunch of true -> True typos. lots of em |
1262 |
only write new resolv.conf if there are dns servers listed. |
1263 |
|
1264 |
1 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1265 |
Commented out 'display_on_tty8=True' in start_portmap() |
1266 |
|
1267 |
18 Feb 2005; Preston Cody <codeman@gentoo.org> |
1268 |
added progress bar to dialogfe and fix logger bug in ArchTemplate. |
1269 |
|
1270 |
18 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
1271 |
Created GLISayWhat module. Renamed GLISayWhat to GLILocalization. Moved |
1272 |
lang parameter to __init__() |
1273 |
|
1274 |
10 Feb 2005; Preston Cody <codeman@gentoo.org> |
1275 |
updates to TODO list. |
1276 |
|
1277 |
6 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
1278 |
Initial code for quickpkg GRP support. Fix loop to grab packages from |
1279 |
'emerge -p blah' |
1280 |
|
1281 |
6 Feb 2005; Preston Cody <codeman@gentoo.org> |
1282 |
check for dhcp in the network stuff and emerge it if it is. |
1283 |
added quickpkg to TODO list |
1284 |
|
1285 |
5 Feb 2005; Preston Cody <codeman@gentoo.org> |
1286 |
Changed the raising of 'warning' exceptions to a simple log of the error |
1287 |
so that the installer can continue. |
1288 |
|
1289 |
3 Feb 2005; Preston Cody <codeman@gentoo.org> |
1290 |
Some big changes. First, changed most output to display_on_tty8. |
1291 |
Second, added log lines to all templates. Some smaller fixes such as typos. |
1292 |
Also did some cleanups of old commented lines. |
1293 |
|
1294 |
1 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
1295 |
Changed tty8 output to a fifo. Minor GLIStorageDevice fix thanks to BenUrban. |
1296 |
Undo change with fix. Escaping fix in GLIStorageDevice.py |
1297 |
|
1298 |
31 Jan 2005; Preston Cody <codeman@gentoo.org> |
1299 |
more updates to TODO list. hopefully we'll soon start removing items instead |
1300 |
of adding them. |
1301 |
|
1302 |
29 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1303 |
Changed the way GLIStorageDevice.get_max_sectors_for_resize() works |
1304 |
|
1305 |
27 Jan 2005; Preston Cody <codeman@gentoo.org> |
1306 |
updated TODO list. (again) |
1307 |
|
1308 |
25 Jan 2005; Preston Cody <codeman@gentoo.org> |
1309 |
changed output of portmap start to display_on_tty8. |
1310 |
fixed bootloader for udev and multiple kernels |
1311 |
fixed custom kernel config (again) |
1312 |
|
1313 |
22 Jan 2005; Preston Cody <codeman@gentoo.org> |
1314 |
changed default value of CC._enable_ssh to True because this is smart. |
1315 |
added code to allow custom kernel .config. may be unstable and break. sorry. |
1316 |
|
1317 |
21 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1318 |
partition() now waits until after it checks for partition flags before delete |
1319 |
the partitions :P |
1320 |
|
1321 |
19 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1322 |
Updated TODO. swapon failure it temporarily not an error. swapon is an error |
1323 |
again. is_uri() check only performed on portage_tree_snapshot_uri if it isn't |
1324 |
blank. |
1325 |
|
1326 |
19 Jan 2005; Preston Cody <codeman@gentoo.org> |
1327 |
Various fixes related to the add_users function. Still not yet finished. |
1328 |
Added things to the TODO list. Lets start using that! |
1329 |
|
1330 |
18 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1331 |
Added code to x86Template to format newly created partitions. Also added |
1332 |
some error checking code. GLIStorageDevice passes 'minor' with data to |
1333 |
InstallProfile. Added partition() call back in ArchTemplate. Fixed NFS |
1334 |
mounting code. |
1335 |
|
1336 |
18 Jan 2005; Preston Cody <codeman@gentoo.org> |
1337 |
Took out unnecessary setting of random livecd root password. the cd already |
1338 |
sets it randomly. |
1339 |
|
1340 |
15 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1341 |
Took out an unneeded step from CC's run() |
1342 |
|
1343 |
15 Jan 2005; Preston Cody <codeman@gentoo.org> |
1344 |
Attempt at detecting and adding windows partitions to lilo. |
1345 |
|
1346 |
14 Jan 2005; Preston Cody <codeman@gentoo.org> |
1347 |
Added lilo code and cleaned up lilo code. also do_partitioning renamed to |
1348 |
partition. fixed misc exit_status => exitstatus typo. |
1349 |
|
1350 |
11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1351 |
Added basic code for resizing filesystems with pyparted. Fixed code for |
1352 |
resizing ntfs and ext2/3. |
1353 |
|
1354 |
10 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1355 |
Fixed partition() in x86Template so that it scans through logicals and deletes |
1356 |
before deleting containing extended partition. Also clears partition table to |
1357 |
be safe before third pass. |
1358 |
|
1359 |
08 Jan 2005; Preston Cody <codeman@gentoo.org> |
1360 |
Added mount_network_shares. not able to test it from this computer. |
1361 |
will test when i get back to school. |
1362 |
also added start_portmap to the client_controller as an always-do. |
1363 |
agaffney says this is needed for NFS mounts to work. |
1364 |
|
1365 |
08 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1366 |
Partial rewrite of partitioning code in x86Template. No longer shells out to |
1367 |
parted to perform actions, now uses all pyparted calls. Code "works" in a |
1368 |
test, but still needs lots of TLC. Also modified tests/install.py to work |
1369 |
with x86Template and GLIClientConfiguration. |
1370 |
|
1371 |
07 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1372 |
Initial move of partitioning code from ArchTemplate to x86Template. |
1373 |
|
1374 |
07 Jan 2005; Preston Cody <codeman@gentoo.org> |
1375 |
Added grp_install and services to InstallProfile. forgot about the set_root_password |
1376 |
|
1377 |
07 Jan 2005; Preston Cody <codeman@gentoo.org> |
1378 |
Fixed a few more edit_configs. fixed a chroot multicommand bug thanks to agaffney. |
1379 |
Test Install ran very well (skipping partitioning). |
1380 |
|
1381 |
05 Jan 2005; Preston Cody <codeman@gentoo.org> |
1382 |
My mid-day update. rewrote mount_local_partitions for order of mounting. fixed prepare_chroot |
1383 |
rewrote configure_fstab and install_bootloader for new partition format. fixed a few _edit_configs. |
1384 |
some may still have eluded me. |
1385 |
|
1386 |
05 Jan 2005; Preston Cody <codeman@gentoo.org> |
1387 |
Overhauled the entire ArchTemplate and did a lot of other misc fixes in order to test it. |
1388 |
Just finished mount_local_partitions in GLIArchitectureTemplate |
1389 |
|
1390 |
05 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1391 |
Added get_num_sectors() to GLIStorageDevice. |
1392 |
|
1393 |
04 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1394 |
GLIStorageDevice now tracks partition boundaries in sectors instead of cylinders. |
1395 |
Also now ignores <=100 sectors for free space. Removed remaining depends stuff |
1396 |
from GLIInstallProfile. |
1397 |
|
1398 |
20 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
1399 |
GLIStorageDevice returns "unknown" instead of "" for get_type() |
1400 |
|
1401 |
19 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
1402 |
Added get_extended_partition() to GLIStorageDevice. Rewrote get_logicals() to |
1403 |
actually work. Commented out resizability checking code for speed. |
1404 |
|
1405 |
17 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
1406 |
Switched to using dumpe2fs to determine free space left in ext2/3 filesystem in |
1407 |
GLIStorageDevice at the suggestion of plors |
1408 |
|
1409 |
10 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
1410 |
Added a function to GLIUtility to pull a value from a make.conf-style config |
1411 |
file. Minor type fix to GLIInstallProfile.py |
1412 |
|
1413 |
09 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
1414 |
Added code in GLIArchitectureTemplate.py to write netmounts into fstab. Separated |
1415 |
network mounts from partition data structure in GLIInstallProfile |
1416 |
|
1417 |
27 Nov 2004; Andrew Gaffney <agaffney@gentoo.org> |
1418 |
Changed the way GLIStorageDevice.py determines the amount a ext2/3 filesystem |
1419 |
can be resized. |
1420 |
|
1421 |
27 Oct 2004; Preston Cody <codeman@gentoo.org> |
1422 |
Added some of the final functions to GLIInstallTemplate. |
1423 |
Yes this project is still active despite rare use of the Changelog! |
1424 |
|
1425 |
11 Jun 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
1426 |
Added the GLIPartitionTools.py file. This is a temporary insertion of |
1427 |
partitioning tools that will eventually go into their own package. |
1428 |
|
1429 |
27 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
1430 |
Added InstallProfileTODO.txt. Added GLIClientConfiguration.py (contains run-time |
1431 |
for the program). Added __init__(install_profile, client_configuration) to |
1432 |
GLI.InstallProfile. This sets install_profile and client_configuration once so as |
1433 |
to avoid constantly passing stuff every time we call a method. |
1434 |
|
1435 |
26 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
1436 |
|
1437 |
Added another private method to GLI.InstallTemplate. _edit_config() modifies config |
1438 |
files without messing up all the other stuff in them. This will be used for making |
1439 |
changes to make.conf, rc.conf, /etc/conf.d/net, etc... |
1440 |
|
1441 |
25 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
1442 |
|
1443 |
Added GLI.InstallTemplate framework. This is not yet functional. However, it does |
1444 |
have a few basic things. I added two private methods. One is _depends(). This |
1445 |
will be used for dependency checking (ie. unpacking a tarball requires that |
1446 |
partitioning has been done). The other is _exec_in_chroot(). This is the exact |
1447 |
same syntax as os.system(), however, instead of being run in the liveCD |
1448 |
environment, it runs in the chroot. This requires a bit of fork() magic, so I |
1449 |
isolated the code. Hope to work more this week to get this class formed... |
1450 |
|
1451 |
14 Feb 2004; Eric Sammer <esammer@gentoo.org> |
1452 |
|
1453 |
Added SAX parsing. Made GLI.InstallProfile a subclass of xml.sax.ContentHandler for |
1454 |
obvious reasons. Switched kernel_modules and users to be lists instead of tuples |
1455 |
to allow for easier modification (mutable, rather than immutable objects). Updated |
1456 |
existing pydoc and added more. Implemented body of GLI.InstallProfile.parse(). |
1457 |
Cleaned file format of GLI.py a bit. Fixed all accessors to use self references. |
1458 |
Added initial unit test code. |
1459 |
|
1460 |
9 Feb 2004; Eric Sammer <esammer@gentoo.org> |
1461 |
|
1462 |
Added initial changelog. Setting up the basic structure of the CVS repository |
1463 |
for the project. Added the UML class diagram in docs. Added a skeletal GLI |
1464 |
python module. Added misc files such news, authors, etc. |