1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
2 | # Copyright 2005 Gentoo Technologies, Inc. |
2 | # Copyright 2005-2005 Gentoo Technologies, Inc. |
|
|
3 | |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.186 2005/05/16 05:16:23 agaffney Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.489 2005/11/20 22:11:33 codeman Exp $ |
4 | |
5 | |
|
|
6 | *GLI-0.3 (27 Oct 2005) |
|
|
7 | |
|
|
8 | 20 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
9 | converted gli-dialog to use the install_package_list. |
|
|
10 | gtkfe has already been converted by AllanonJL |
|
|
11 | new way working in gli-dialog now and added to webgli. |
|
|
12 | |
|
|
13 | 19 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
14 | get_install_package_list added to InstallProfile. This can be used by the FEs |
|
|
15 | |
|
|
16 | 17 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
17 | src/templates/x86ArchitectureTemplate.py: |
|
|
18 | call ls with '-1 --color=no' |
|
|
19 | |
|
|
20 | 16 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
21 | added warning (#9) to GRP ppl about stage3 tarballs |
|
|
22 | |
|
|
23 | 15 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
24 | src/GLIArchitectureTemplate.py: |
|
|
25 | change fat32/fat16 to vfat in mount_local_partitions() so mount doesn't get |
|
|
26 | confused |
|
|
27 | |
|
|
28 | 13 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
29 | removed protocols from rc.conf screens |
|
|
30 | finished initial rc.conf and make.conf in webgli |
|
|
31 | |
|
|
32 | 13 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
33 | src/net/server/gliserv.py: |
|
|
34 | add -h option to usage() |
|
|
35 | show time and request URI in debug mode |
|
|
36 | show client IP in debug mode |
|
|
37 | just use IP instead of trying to do a reverse lookup |
|
|
38 | |
|
|
39 | 12 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
40 | src/net/server/gliserv.py: |
|
|
41 | 'classier' 401 message |
|
|
42 | proper commandline parsing |
|
|
43 | help via -h |
|
|
44 | user/pass can be specificed via commandline option |
|
|
45 | |
|
|
46 | 11 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
47 | src/net/server/gliserv.py: |
|
|
48 | basic HTTP auth |
|
|
49 | |
|
|
50 | 10 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
51 | src/net/server/gliserv.py: |
|
|
52 | dynamic module reloading (yipee!) |
|
|
53 | send 'Last-Modified' header for real files |
|
|
54 | respond to HEAD with just headers |
|
|
55 | src/net/server/handlers/WebGLIHandler.py: |
|
|
56 | icons for drives |
|
|
57 | |
|
|
58 | 7 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
59 | src/net/server/handlers/WebGLIHandler.py: |
|
|
60 | initial 'pretty' partition table display support |
|
|
61 | clicking partition in 'pretty' display works instead of radio buttons |
|
|
62 | radio buttons and pretty display work together |
|
|
63 | META redirect instead of javascript |
|
|
64 | pretty display stretches across entire screen |
|
|
65 | 'Recommended layout' and 'Clear drive' functions |
|
|
66 | properly catch exceptions from do_recommended() |
|
|
67 | src/GLIArchitectureTemplate.py: |
|
|
68 | replace preinst, copy, postinst, rm steps with qmerge |
|
|
69 | whoops...that shouldn't have been commented out |
|
|
70 | create image_dir with -p in copy_pkg_to_chroot() |
|
|
71 | more generic of symlink crappiness |
|
|
72 | new copy_pkg_to_chroot() actually works now |
|
|
73 | |
|
|
74 | 6 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
75 | src/GLIStorageDevice.py: |
|
|
76 | initial generic disk support |
|
|
77 | fixes for add_partition() code |
|
|
78 | src/net/server/handlers/WebGLIHandler.py: |
|
|
79 | added support for creating generic disks |
|
|
80 | add new partition working |
|
|
81 | save and delete partitions |
|
|
82 | |
|
|
83 | 6 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
84 | webgli: Partitioning making progress. |
|
|
85 | |
|
|
86 | 5 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
87 | src/GLIArchitectureTemplate.py: |
|
|
88 | copy_pkg_to_chroot() overhaul - does install the Right Way(TM) (copy files to |
|
|
89 | image dir, run pkg_setup, pkg_preinst, copy to /, pkg_postinst, remove image |
|
|
90 | dir) and works around /etc/gconf symlink problem |
|
|
91 | |
|
|
92 | 5 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
93 | webgli: lots of updates. preliminary partitioning. extra packages works. |
|
|
94 | |
|
|
95 | 3 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
96 | src/net/server/gliserv.py: |
|
|
97 | httpd now supports HTTPS and falls back to HTTP if not available |
|
|
98 | make fallback actually work |
|
|
99 | src/net/server/SecureXMLRPCServer.py: |
|
|
100 | SecureSocketServer is now threaded |
|
|
101 | |
|
|
102 | 2 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
103 | src/net/client/gliclient.py: |
|
|
104 | try to use HTTPS for XMLRPC first and fallback to HTTP |
|
|
105 | pretend mode |
|
|
106 | src/net/server/gliserv.py, src/net/server/SecureXMLRPCServer.py: |
|
|
107 | HTTPS XMLRPC goodness from samyron |
|
|
108 | pass name of certificate |
|
|
109 | |
|
|
110 | 31 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
111 | wegli: daemons and services screens done. |
|
|
112 | |
|
|
113 | 30 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
114 | webgli: networking and users screens |
|
|
115 | added return_redirect to handler.py |
|
|
116 | loading and saving install/client profiles works for webgli now |
|
|
117 | Review also done |
|
|
118 | |
|
|
119 | *GLI-0.2 (27 Oct 2005) |
|
|
120 | |
|
|
121 | 26 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
122 | src/templates/x86ArchitectureTemplate.py: |
|
|
123 | properly check for bootloader emerge exist status with exitsuccess() |
|
|
124 | log output of grub install command |
|
|
125 | add --batch --no-floppy to grub command |
|
|
126 | grubinstallstring only gets logged if debug is on |
|
|
127 | src/GLIUtility.py: |
|
|
128 | update progress bar to 100% when process finishes |
|
|
129 | |
|
|
130 | 25 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
131 | src/GLIClientController.py: |
|
|
132 | added debugging code for the interaction between the 2 threads via Event() |
|
|
133 | src/GLIUtility.py: |
|
|
134 | doubled the buffer size in spawn() |
|
|
135 | bump buffer size up to 16384 |
|
|
136 | only report progress in 5% increments |
|
|
137 | src/GLIArchitectureTemplate.py: |
|
|
138 | kernelpkgs.txt support code |
|
|
139 | above disabled because it sucks |
|
|
140 | added add_pkg_to_world() |
|
|
141 | |
|
|
142 | 24 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
143 | src/GLIArchitectureTemplate.py: |
|
|
144 | use tar | tar to copy files in copy_pkg_to_chroot() |
|
|
145 | extract devices.tar.bz2 created by baselayout instead of running MAKEDEV |
|
|
146 | |
|
|
147 | 23 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
148 | DEBUGGING ADDED TO AT. verbose field added to CConfig. |
|
|
149 | |
|
|
150 | 23 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
151 | src/net/server/gliserv.py: |
|
|
152 | / maps to index.html |
|
|
153 | look for actual files in html/ |
|
|
154 | src/net/html: |
|
|
155 | new template |
|
|
156 | src/GLIUtility.py: |
|
|
157 | added parse_vdb_contents() |
|
|
158 | src/GLIArchitectureTemplate.py: |
|
|
159 | added copy_pkg_to_chroot() |
|
|
160 | added debug code to dynamic-stage3 |
|
|
161 | switch dynamic-stage3 to new method |
|
|
162 | lots of bug fixes from adding debug code |
|
|
163 | |
|
|
164 | 22 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
165 | webgli initial bootloader support + changed make.conf. |
|
|
166 | IP: changed defaults for stage, kernel_build_method, kernel_source_pkg. |
|
|
167 | |
|
|
168 | 20 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
169 | src/GLIUtility.py: |
|
|
170 | horrible tangled mess of code that is tarball unpacking subprogress display |
|
|
171 | add unpack progress to portage snapshot |
|
|
172 | use read() instead of readlines() in spawn() |
|
|
173 | only update progress bar for whole percents |
|
|
174 | |
|
|
175 | 19 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
176 | src/templates/x86ArchitectureTemplate.py: |
|
|
177 | change call to 'grub' to use GLIUtility.exitsuccess() |
|
|
178 | add definition of 'build_mode' in _configure_lilo() |
|
|
179 | src/misc/updategtkfe, src/misc/updateglid: |
|
|
180 | fix so subshell is called in root shell |
|
|
181 | |
|
|
182 | 18 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
183 | src/net/server/handlers/WebGLIHandler.py: |
|
|
184 | stage screen launches URI browser in sized window with various properties set |
|
|
185 | |
|
|
186 | 17 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
187 | src/misc/updategtkfe: |
|
|
188 | updated to actually work |
|
|
189 | remove previous snapshot and extracted dir before downloading |
|
|
190 | src/misc/updateglid: |
|
|
191 | updated to actually work |
|
|
192 | src/templates/x86ArchitectureTemplate.py: |
|
|
193 | fixed bug where grub code was looking for 'root+root+file_name2' |
|
|
194 | |
|
|
195 | 16 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
196 | src/net/server/handlers/WebGLIHandler.py: |
|
|
197 | URI browser |
|
|
198 | added mirror selection |
|
|
199 | src/GLIUtility.py: |
|
|
200 | ls via ssh strips off ending * |
|
|
201 | |
|
|
202 | 16 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
203 | more updates to webgli. stage selection. |
|
|
204 | |
|
|
205 | 11 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
206 | updated webgli with preliminary Network Mounts support. |
|
|
207 | |
|
|
208 | 9 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
209 | GenDialog: string formatting and yes/no label fixes. |
|
|
210 | added WebGLI template for gliserv.py |
|
|
211 | added WebGLIHandler as well as a definition for it in gliserv.py |
|
|
212 | updates to the webgli files even though they won't be there for long. |
|
|
213 | Utility: remove exception for non-existant grppkgs.txt until the new livecd |
|
|
214 | goes public. |
|
|
215 | |
|
|
216 | 9 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
217 | src/net/server/gliserv.py: |
|
|
218 | override dict to not be so anal |
|
|
219 | main server now loads separate module to handle requests |
|
|
220 | src/net/server/handlers/ProfileHandler.py, src/net/server/handler.py: |
|
|
221 | split out profile URLs into separate handler function |
|
|
222 | move handlers into subdirectory |
|
|
223 | add Welcome and Clients handlers |
|
|
224 | |
|
|
225 | 5 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
226 | src/GLIUtility.py: |
|
|
227 | raise exception if password prompt received twice |
|
|
228 | |
|
|
229 | 2 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
230 | src/GLIUtility.py: |
|
|
231 | removed rot13ify() |
|
|
232 | |
|
|
233 | 1 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
234 | src/net/server/gliserv.py: |
|
|
235 | allow for param to be passed multiple times in GET |
|
|
236 | no XMLRPC functions return None |
|
|
237 | modify POST request parsing to only create a list if needed |
|
|
238 | fix GET request parsing so the list creation for multiple values works |
|
|
239 | src/net/client/gliclient.py: |
|
|
240 | various typo and type mismatch fixes |
|
|
241 | exit after exception |
|
|
242 | |
|
|
243 | 30 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
244 | src/net/client/gliclient.py: |
|
|
245 | initial commit |
|
|
246 | pass MAC to XMLRPC functions |
|
|
247 | src/net/server/GLIServerProfile.py: |
|
|
248 | rename GLIClientsProfiles to GLIServerProfile |
|
|
249 | |
|
|
250 | 29 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
251 | src/net/server/gliserv.py: |
|
|
252 | now handles POST requests |
|
|
253 | move majority of request handling code to common_handler() to reduce code |
|
|
254 | duplication |
|
|
255 | profile loading |
|
|
256 | client reg via XMLRPC goes into SharedInfo() |
|
|
257 | /showclients redesign |
|
|
258 | template fixes |
|
|
259 | allow handler functions to add/change headers |
|
|
260 | save profile |
|
|
261 | |
|
|
262 | 28 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
263 | src/net/server/GLIClientsProfiles.py: |
|
|
264 | initial commit |
|
|
265 | src/net/server/template.html: |
|
|
266 | initial commit |
|
|
267 | src/net/server/gliserv.py: |
|
|
268 | add template mojo |
|
|
269 | |
|
|
270 | 26 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
271 | src/net/server/gliserv.py: |
|
|
272 | XMLRPC mojo |
|
|
273 | |
|
|
274 | 22 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
275 | src/GLIArchitectureTemplate.py: |
|
|
276 | add code in _edit_config() to comment line where variable is defined |
|
|
277 | previously |
|
|
278 | insert new line under previous definition of variable if it exists |
|
|
279 | small _edit_config() cleanup |
|
|
280 | src/GLIStorageDevice.py: |
|
|
281 | add clear_partitions() function |
|
|
282 | new sizes for recommended partition layout |
|
|
283 | automatically calculate swap size for recommended layout |
|
|
284 | |
|
|
285 | 21 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
286 | src/templates/x86ArchitectureTemplate.py: |
|
|
287 | fat16 mojo |
|
|
288 | |
|
|
289 | 20 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
290 | src/GLIStorageDevice.py: |
|
|
291 | prevent do_recommended() from being run twice |
|
|
292 | rewrite do_recommended() to be more robust |
|
|
293 | src/GLIArchitectureTemplate.py: |
|
|
294 | rework _edit_config() to not write duplicate entries |
|
|
295 | |
|
|
296 | 17 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
297 | src/GLIStorageDevice.py: |
|
|
298 | added do_recommended() function to automatically created 256M/1G/* layout |
|
|
299 | |
|
|
300 | 17 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
301 | src/gli-dialog.py: added set_distcc to the list |
|
|
302 | GenDialog: added set_distcc. untested. |
|
|
303 | IP: added install_distcc flag. |
|
|
304 | AT: added install_distcc function based on the flag. runs after build_kernel |
|
|
305 | changed AT spawn command for distcc for nodeps. |
|
|
306 | |
|
|
307 | 16 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
308 | src/GLIUtility.py: |
|
|
309 | add rot13ify() function |
|
|
310 | |
|
|
311 | 16 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
312 | src/GenDialog.py |
|
|
313 | added a sentence of text. unchecking support added. |
|
|
314 | |
|
|
315 | 15 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
316 | src/GLIUtility.py |
|
|
317 | added get_grp_pkgs_from_cd() to return a list of packages in GRP for FE menus |
|
|
318 | src/GenDialog.py |
|
|
319 | still working on extra_packages. transformed the list to new format. |
|
|
320 | added GRP indication to list. untested. |
|
|
321 | TODO lists updated. |
|
|
322 | src/fe/dialog/gli-dialog.py |
|
|
323 | spelling mistook. |
|
|
324 | |
|
|
325 | 14 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
326 | src/GLIUtility.py: |
|
|
327 | get_snapshot_from_cd() returns '' instead of 'file://' if nothing found |
|
|
328 | |
|
|
329 | 5 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
330 | src/GLIUtility.py: |
|
|
331 | add get_directory_listing_from_uri() |
|
|
332 | add http support to above |
|
|
333 | add ftp support to above |
|
|
334 | add scp support to above |
|
|
335 | src/GLIArchitectureTemplate.py: |
|
|
336 | "0" instead of 0 for key of single-element dict passed to _edit_config() |
|
|
337 | |
|
|
338 | 5 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
339 | value_only -> only_value |
|
|
340 | |
|
|
341 | 3 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
342 | gutted out all of etc_portage structure since it is now all handled by |
|
|
343 | etc_files |
|
|
344 | |
|
|
345 | 3 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
346 | src/GLIArchitectureTemplate.py: |
|
|
347 | install_packages() sends progress update notifications |
|
|
348 | src/templates/x86ArchitectureTemplate.py: |
|
|
349 | increase sleep to 5s between format tries |
|
|
350 | src/GLIClientController.py: |
|
|
351 | pass 'self' to AT instead of 'self._pretend' |
|
|
352 | |
|
|
353 | 2 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
354 | logger -> logger.log in x86AT |
|
|
355 | |
|
|
356 | 1 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
357 | added set_etc_portage to IP. debugging gli-d's support for it. |
|
|
358 | |
|
|
359 | 1 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
360 | src/templates/x86ArchitectureTemplate.py: |
|
|
361 | switch to 3 tries for mkfs instead of looping waiting for dev node to exist |
|
|
362 | |
|
|
363 | 30 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
364 | src/GLIArchitectureTemplate.py: |
|
|
365 | add _portage_best_version() function and rework install_packages() to allow |
|
|
366 | for future X of Y tracking |
|
|
367 | Use best_visible instead of best_version |
|
|
368 | tracked down and fixed missing = causing empty install extra packages |
|
|
369 | use = when emerging also |
|
|
370 | quickpkg hokey pokey |
|
|
371 | run _get_packages_to_emerge() again with -pk |
|
|
372 | |
|
|
373 | 22 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
374 | src/ArchTemplate: removed install_xorg_x11, and put the xorg.conf copying at |
|
|
375 | the end of install_packages. |
|
|
376 | added updateglid to /src/misc |
|
|
377 | updated all core files with new GPL notice and copyright statement. |
|
|
378 | |
|
|
379 | 21 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
380 | src/GLIUtility.py: |
|
|
381 | fix get_snapshot_from_cd() to look in /mnt/livecd/snapshots/ if it can't find |
|
|
382 | a snapshot in /mnt/cdrom/snapshots/ |
|
|
383 | get_snapshot_from_cd() adds file:// at the beginning |
|
|
384 | change calls to extra package special case functions to 'self.blah' |
|
|
385 | |
|
|
386 | 21 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
387 | src/ArchTemplate: changed "voodoo". |
|
|
388 | changed order of portage sync methods. made a fallback to webrsync if |
|
|
389 | normal emerge sync fails. |
|
|
390 | removed get_sources_from_cd because it is obsolete. |
|
|
391 | add special cases to install_packages. remove fatal exception on package |
|
|
392 | install failure b/c the box will still be bootable. |
|
|
393 | add install_xorg_x11. remove adding of xdm to runlevel. this will now be |
|
|
394 | handled in the FEs. |
|
|
395 | src/GenDialog: added a bunch of code for dealing with x11-based packages. |
|
|
396 | awaiting testing. |
|
|
397 | |
|
|
398 | 20 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
399 | src/GLIStorageDevice.py: |
|
|
400 | global try/except block around fs resizable detection code |
|
|
401 | src/GLIArchitectureTemplate.py, src/GLIClientController.py: |
|
|
402 | install-failed cleanup function |
|
|
403 | |
|
|
404 | 18 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
405 | x86ArchTemplate: updated lilo code. separated out THREE commands. untested. |
|
|
406 | |
|
|
407 | 16 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
408 | GLIGenDialog: |
|
|
409 | add drive choices for loaded configs. |
|
|
410 | force snapshot for dynamic_stage3 |
|
|
411 | init the snapshoturi input to the cd snapshot if not already selected. |
|
|
412 | if dynamic_stage3, skip the make.conf step. |
|
|
413 | GLIUtility: add get_cd_snapshot_uri() for local snapshots. |
|
|
414 | this fixes parts 1,2,3,6 of bug 102747 for gli-dialog |
|
|
415 | |
|
|
416 | 16 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
417 | src/GLIArchitectureTemplate.py: |
|
|
418 | manually call MAKEDEV in stage3-dynamic code |
|
|
419 | copy /etc/inittab.old to /etc/inittab in chroot |
|
|
420 | src/GLIUtility.py: |
|
|
421 | add beginning of validate_uri() function |
|
|
422 | add file:/// support to validate_uri() |
|
|
423 | single quotes when setting livecd password |
|
|
424 | |
|
|
425 | 15 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
426 | src/GLIGenDialog.py: |
|
|
427 | change getmountpoint() to get_mountpoint() |
|
|
428 | src/misc/updategtkfe: |
|
|
429 | committed script to automatically download latest snapshot and run gtkfe |
|
|
430 | src/templates/x86ArchitectureTemplate.py: |
|
|
431 | fix _configure_lilo_add_windows() for IP -> GLISD stuff |
|
|
432 | src/GLIArchitectureTemplate.py: |
|
|
433 | give tmp_minor an initial value in mount_local_partitions so that the value |
|
|
434 | remain from the previous drive |
|
|
435 | |
|
|
436 | 14 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
437 | src/templates/x86ArchitectureTemplate.py: |
|
|
438 | Fix _configure_lilo() for IP using GLISD stuff |
|
|
439 | src/GLIArchitectureTemplate.py: |
|
|
440 | install_cron_daemon() treats "none" specially |
|
|
441 | |
|
|
442 | 14 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
443 | old patch from Steven Mertens to resolve bug #96642 |
|
|
444 | numerous asthetic changes to GenDialog, no real functionality changes though. |
|
|
445 | strings renamed for global use if necessary. |
|
|
446 | fix all three parts of bug 102291 |
|
|
447 | disable set_etc_portage until fully-written. |
|
|
448 | |
|
|
449 | 13 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
450 | src/GLIClientController.py: |
|
|
451 | lower-case http/ftp proxy envvars |
|
|
452 | |
|
|
453 | 12 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
454 | src/GLIClientController.py: |
|
|
455 | log end of pre_install steps to aid in debugging |
|
|
456 | src/templates/x86ArchitectureTemplate.py: |
|
|
457 | change set_flag(flag) to set_flag(flag, True)...*stab* *stab* |
|
|
458 | |
|
|
459 | 10 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
460 | src/GLIArchitectureTemplate.py |
|
|
461 | check to make sure that the device node we're wait for to exist isn't of |
|
|
462 | type 'free' |
|
|
463 | |
|
|
464 | 09 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
465 | src/GLIGenDialog.py: |
|
|
466 | convert install_packages to list in set_extra_packages() |
|
|
467 | check return code of checklist() call in "Manual" section |
|
|
468 | *actually* fix the first problem |
|
|
469 | |
|
|
470 | 08 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIUtility.py: |
|
|
471 | "source /etc/profile" does not ensure the ENV is correctly set up. Use "bash |
|
|
472 | -l" instead, to ensure a proper environment (important for CONFIG_PROTECT). |
|
|
473 | |
|
|
474 | 06 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
475 | src/GLIArchitectureTemplate.py: |
|
|
476 | re-fix net.eth1+ symlink code...wtf is wrong with cvs? |
|
|
477 | |
|
|
478 | 04 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
479 | Add CDATA support to SimpleXMLParser and add utility functions for it. |
|
|
480 | |
|
|
481 | 04 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
482 | src/GLIArchitectureTemplate.py: |
|
|
483 | Fix case where vixie-cron is specified as a full package atom, as we still |
|
|
484 | don't want to run 'crontab /etc/crontab' for it. |
|
|
485 | |
5 | *GLI-0.1_alpha (4 Apr 2005) |
486 | *GLI-0.1 (3 Aug 2005) |
|
|
487 | |
|
|
488 | 30 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
489 | add scp to list of is_uri() so GenDialog doesn't complain. |
|
|
490 | fixed livecd-kernel bug in bootloader code. |
|
|
491 | fixed gendialog for dynamic_stage3 instead of "networkless" |
|
|
492 | change bootloader to allow for both initrd and initramfs. |
|
|
493 | fix IP for dynamic_stage3. |
|
|
494 | fix ArchTemplate for broken mountpoint creation. fix GenDialog part showing. |
|
|
495 | |
|
|
496 | 30 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
497 | Added full scp:// URI support to get_uri() in GLIUtility |
|
|
498 | Remove "networkless" from dynamic stage3 if locic. |
|
|
499 | Remove print statement from scp:// code. |
|
|
500 | Change scp code to check for "assword: " instead of "Password:" |
|
|
501 | Fix post-install network code to create net.eth1+ symlink correctly |
|
|
502 | Check to make sure pkg can be split on / and some debugging code |
|
|
503 | Add 2>dev/null to emerge call in _get_packages_to_emerge() |
|
|
504 | SimpleXMLParser handles True/False/None correctly now |
|
|
505 | Comment out above fix |
|
|
506 | Add partitioning wait-for-device-to-exist code to mount_local_partitions |
|
|
507 | |
|
|
508 | 28 Jul 2005; Scott Myron <samyron@gentoo.org> |
|
|
509 | Removed a FIXME in the GLIClientConfiguration that is no |
|
|
510 | longer needed. |
|
|
511 | |
|
|
512 | 27 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
513 | Default to x86 in ClientConfig |
|
|
514 | Typo in build-a-stage3 code. |
|
|
515 | Remove MAKEDEV call in build-a-stage3 postscript. |
|
|
516 | |
|
|
517 | 26 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
518 | Rewrote init of IP for gli-d. Other GenDialog updates. |
|
|
519 | allow network_type to be None in CConfig. |
|
|
520 | |
|
|
521 | 24 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
522 | Add _dynamic_stage3 option to IP. |
|
|
523 | Add check for that option to dynamic stage3 code in ArchTemplate. |
|
|
524 | Fix code to determine default route in get_eth_info() in GLIUtility. |
|
|
525 | Fix serialization of dns-servers in ClientConfig. |
|
|
526 | |
|
|
527 | 24 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
528 | changed default values of cron/logger in IP. |
|
|
529 | moved GenDialog IP init out to the individual files. gli-dialog's version |
|
|
530 | will change quite a bit. |
|
|
531 | |
|
|
532 | 22 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
533 | added ppcArchTemplate. blank now. working on yaboot. |
|
|
534 | modified ArchTemplate for amd64 and ppc custom kernels. |
|
|
535 | skeleton implementation of _configure_yaboot. |
|
|
536 | small fixes to other templates. |
|
|
537 | |
|
|
538 | 21 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
539 | GenDialog updates. changed comment in IP. |
|
|
540 | |
|
|
541 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
542 | src/GLIInstallProfile.py: |
|
|
543 | Fix codeman's screwup of changing the service seperator to ',' in the parser |
|
|
544 | without changing it in the serialization code! Also document this in a |
|
|
545 | comment so you find it easier. Everybody needs to make sure they update |
|
|
546 | their install profiles! |
|
|
547 | |
|
|
548 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
549 | src/GLIArchitectureTemplate.py: |
|
|
550 | Fix casting of list to string and concat of None with string, as well as |
|
|
551 | commented prototype of checking that mounting actually worked (found a case |
|
|
552 | where mount can return success, but the mount won't be done). |
|
|
553 | |
|
|
554 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
555 | src/templates/x86ArchitectureTemplate.py: |
|
|
556 | Remove TEMP UGLY HACK of time.sleep(5), and replace it with a while loop |
|
|
557 | checking for the device, and sleeping 1 second each time. |
|
|
558 | |
|
|
559 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
560 | src/templates/x86ArchitectureTemplate.py: |
|
|
561 | Refactor install_bootloader code and _install_{grub,lilo} so that 'none' for |
|
|
562 | bootloader works again. Also rename _install_{grub,lilo} to |
|
|
563 | _configure_{grub,lilo} since they don't install the loaders anymore |
|
|
564 | themselves. |
|
|
565 | |
|
|
566 | 7 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
567 | fix global USE flags to not include the arch types at the end. |
|
|
568 | updates to GenDialog and gli-d. |
|
|
569 | |
|
|
570 | 6 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
571 | fixing bootloader code for no initrd and initrd->initramfs naming change. |
|
|
572 | |
|
|
573 | 6 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
574 | Proper comments and parameters to GLIException in install_mta() |
|
|
575 | Allow optional exclusion of HTTP, FTP, and/or RSYNC mirrors in list_mirrors() |
|
|
576 | Add strip() to list_mirrors(), list_subarch_from_mirror() and |
|
|
577 | list_tarball_from_mirror() to eliminate blank last item. |
|
|
578 | |
|
|
579 | 5 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
580 | Added stage3 generation code. |
|
|
581 | |
|
|
582 | 5 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
583 | Added sleep(5) to partitioning code, temp got rid of the NOCOLOR in _emerge |
|
|
584 | Mild changes to GenDialog. |
|
|
585 | |
|
|
586 | 30 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
587 | Remove separate install step configure_rc_conf() since it's handled by |
|
|
588 | update_config_files() |
|
|
589 | Make a copy of newvalues in _edit_config() so quotes aren't added when the |
|
|
590 | function is called twice on the same file. |
|
|
591 | |
|
|
592 | 29 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
593 | Missing \ in sed in _get_packages_to_emerge() |
|
|
594 | Removed explicit emerging of hotplug and no longer add it to the runlevel. |
|
|
595 | Check in _quickpkg_deps() to ignore blank package names returned from |
|
|
596 | _get_packages_to_emerge() |
|
|
597 | |
|
|
598 | 28 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
599 | fixed agaffney's missing = and extra : in x86AT. commented out crashing line |
|
|
600 | in the dialog.py gauge code. |
|
|
601 | |
|
|
602 | 28 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
603 | Add code to update_config_files() to go through etc_files and update stuff. |
|
|
604 | Check to see that _etc_files['make.conf'] exists in get_make_conf() |
|
|
605 | Only use float() in partition xml parsing code if type == "free" |
|
|
606 | |
|
|
607 | 28 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
608 | finished almost all internationalization of GenDialog. |
|
|
609 | attempt at fixing rc.conf function. moved 3 generate functions out of |
|
|
610 | fe/gtk/RcDotConf and put them in Utility. fixed self bug. |
|
|
611 | added dialog.py to the fe/dialog directory so it actually gets used. |
|
|
612 | |
|
|
613 | 27 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
614 | Roll rc_conf and make_conf into master etc_files structure in InstallProfile. |
|
|
615 | |
|
|
616 | 27 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
617 | fix extra entry in list_mirrors() |
|
|
618 | beginning internationalization runthrough. |
|
|
619 | |
|
|
620 | 26 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
621 | added dialog.py to /src temporarily until it gets accepted upstream. |
|
|
622 | fix for unused value in form in dialog.py and changed heights. |
|
|
623 | fix GenDialog forms. |
|
|
624 | |
|
|
625 | 25 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
626 | Changed hostname/domainname for new baselayout. |
|
|
627 | Changed _add_to_runlevel errors to logs. |
|
|
628 | Updated TODO list to show status of GenDialog |
|
|
629 | More updates to GenDialog including two checklists that probably won't work. |
|
|
630 | update IP to use comma-separated list instead of space separated for services. |
|
|
631 | |
|
|
632 | 24 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
633 | Add dhcp_options to the CC, CConfig, and GenDialog. More overall changes to |
|
|
634 | GenDialog as it gets closer to completion. |
|
|
635 | |
|
|
636 | 22 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
637 | Modify get_eth_info() to take a full interface name (eth0 fex). float() |
|
|
638 | instead of int() in add_partition_device_partition() for minor (closes 96804) |
|
|
639 | |
|
|
640 | 21 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
641 | Changed setup_network_post to check for 'interfaces[interface][0] != "dhcp"' |
|
|
642 | instead of 'interfaces[interface][1]' since DHCP uses that field for its |
|
|
643 | options. setup_network_post() writes custom DHCP options to /etc/conf.d/net. |
|
|
644 | |
|
|
645 | 20 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
646 | Apply spawn() patch from #96644 (with minor changes). Make sure the return |
|
|
647 | value from all spawn() calls is checked with GLIUtility.exitsuccess(). Fix |
|
|
648 | small error with <pipe>.close() returning None. Fix space vs. tab issue. |
|
|
649 | Fix undefined variable 'output' issue in spawn(). |
|
|
650 | |
|
|
651 | 20 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
652 | More updates to GenDialog and gli-d. |
|
|
653 | |
|
|
654 | 19 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
655 | Modify list_mirrors() to return a list of mirror URL/name pairs. |
|
|
656 | |
|
|
657 | 19 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
658 | Adding gli-dialog.py. Updates to GenDialog. Added function to GLIUtility to |
|
|
659 | get subarch. |
|
|
660 | |
|
|
661 | 16 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
662 | Backend partitioning will create disklabel is none exists. Installprofile |
|
|
663 | defaults to "" now instead of "msdos" for disklabel type. Fix for |
|
|
664 | mount_local_partitions() to remember device along with minor in the |
|
|
665 | parts_to_mount dict (closes #96319). mount_local_partitions() cleanups and |
|
|
666 | add else block to log unsupported netmount types to mount_network_shares() |
|
|
667 | |
|
|
668 | 15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
669 | src/GLIArchitectureTemplate.py: |
|
|
670 | Refactor kernel_compile common stuff, fix 2.4 build process. |
|
|
671 | src/fe/cli/clife.py: |
|
|
672 | Logging system. |
|
|
673 | src/GLIUtility.py, src/GLIStorageDevice.py: |
|
|
674 | Add comments about re-writes needed for boxes without sysfs. |
|
|
675 | |
|
|
676 | 15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
677 | src/GLIArchitectureTemplate.py: |
|
|
678 | 2.4 support (pull version data from /usr/src/linux/Makefile), incl. |
|
|
679 | 'make dep' call for custom compile. build_mode support for prepare-only and |
|
|
680 | none types completed. custom compile function chains shell functions in |
|
|
681 | spawned script, to allow for catching all errors. |
|
|
682 | |
|
|
683 | 15 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
684 | fixed up build_kernel in ArchTemplate for build_mode as well as in dialogfe |
|
|
685 | and GenDialog. other gendialog updates as well. kernel updates untested. |
|
|
686 | |
|
|
687 | 14 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
688 | src/GLIInstallProfile.py: |
|
|
689 | Change structure of etc-portage stuff. The serialization was broken before my |
|
|
690 | last commit, and I am the only person that's ever used it. The new schema is |
|
|
691 | as follows: |
|
|
692 | <etc-portage> |
|
|
693 | <file name="package.mask"/> |
|
|
694 | <file name="package.unmask"> |
|
|
695 | <entry atom="sys-kernel/openmosix-sources"/> |
|
|
696 | </file> |
|
|
697 | <file name="package.use"> |
|
|
698 | <entry atom="sys-libs/db"> |
|
|
699 | -java |
|
|
700 | </entry> |
|
|
701 | <entry atom="dev-libs/cyrus-sasl"> |
|
|
702 | -ldap |
|
|
703 | </entry> |
|
|
704 | </file> |
|
|
705 | </etc-portage> |
|
|
706 | |
|
|
707 | |
|
|
708 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
709 | src/GLIInstallProfile.py: |
|
|
710 | Add new entry for gli-profile/kernel-build-method item. Add missing |
|
|
711 | serialize_etc_portage (temporary). Make serialize_make_conf always print the |
|
|
712 | keys in the same order. |
|
|
713 | |
|
|
714 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
715 | src/GLIArchitectureTemplate.py: |
|
|
716 | Clean up commenting used by _edit_config(), and fix bug where wrong comment |
|
|
717 | was repeatedly appended to make.conf. |
|
|
718 | |
|
|
719 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
720 | src/GLIArchitectureTemplate.py: |
|
|
721 | Put some Linux-2.6 specific code under a if statement. Store list of |
|
|
722 | successfully mounted swap device for using swapoff. Add proper error checking |
|
|
723 | to install_packages and install_filesystem_tools. Fixed namespace conflicts on |
|
|
724 | 'file'. Clean up some redundant code (thanks to pychecker).' |
|
|
725 | |
|
|
726 | 13 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
727 | Fix typos: get_extended() instead of get_extended_partition(). Added |
|
|
728 | list_mirrors() and list_stage_tarballs_from_mirror() functions to GLIUtility. |
|
|
729 | Change _emerge("sync") call to direct call to spawn to avoid 'emerge -k sync' |
|
|
730 | |
|
|
731 | 12 Jun 2005; John N. Laliberte <allanonjl@gentoo.org> |
|
|
732 | GLIInstallProfile.py: add missing set for dhcp_options if a tuple is passed |
|
|
733 | in add_network_interface. |
|
|
734 | |
|
|
735 | 12 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIArchitectureTemplate.py: |
|
|
736 | ensure PORTAGE_TMPDIR/PORT_LOGDIR/PORTDIR_OVERLAY/PKGDIR exist prior to any |
|
|
737 | usage - this caused a failure for stage1/stage2 previously. swapoff for swap |
|
|
738 | space at end of install. Mount /dev, /dev/shm, /dev/pts and /sys during |
|
|
739 | prepare_chroot. |
|
|
740 | |
|
|
741 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> +src/cli/clife.py, |
|
|
742 | +src/cli/README, +src/fe/installer-cli, +src/fe/installer-dialog, |
|
|
743 | +src/fe/installer-gtk: |
|
|
744 | Add new automated CLI frontend. Add scripts that are the intended means to |
|
|
745 | use each frontend. |
|
|
746 | |
|
|
747 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
748 | src/GLIClientController.py: |
|
|
749 | Add null type to network config, for cases where the interface is already up |
|
|
750 | and should not be touched (netboot for example). |
|
|
751 | |
|
|
752 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
753 | src/GLIArchitectureTemplate.py: |
|
|
754 | pcmcia is not a variable name for a call to _add_to_runlevel, it should be a |
|
|
755 | string!. Try to use binary packages if available by default. |
|
|
756 | |
|
|
757 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
758 | src/GLIArchitectureTemplate.py: |
|
|
759 | More error checking for _add_to_runlevel, to ensure that the init script |
|
|
760 | actually exists before we try to add it. set_services phase must take place |
|
|
761 | after the package installation, otherwise the init scripts might not exist. |
|
|
762 | Find the correct init script for the cron and logging daemons, and add that |
|
|
763 | instead of the package atom. |
|
|
764 | |
|
|
765 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
766 | src/GLIArchitectureTemplate.py: |
|
|
767 | Fix up _edit_config so that it works if the file doesn't already exist. Fix |
|
|
768 | usage of 'file' to 'contents' for the variable name, as it shadows |
|
|
769 | __builtin__.file. |
|
|
770 | |
|
|
771 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
772 | src/GLIArchitectureTemplate.py: |
|
|
773 | Add MTA install code, and include MTA install phase. Ensure |
|
|
774 | PORT_LOGDIR/PORTDIR_OVERLAY are created in _emerge if needed. Add support |
|
|
775 | for 'none' kernel config for build_kernel phase. Put kernel_script in |
|
|
776 | /var/tmp instead of /root for build_kernel phase. |
|
|
777 | |
|
|
778 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py: |
|
|
779 | Rename mta variables to match syslog/cron variables. |
|
|
780 | |
|
|
781 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
782 | src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py, |
|
|
783 | src/.cvsignore, src/fe/dialog/.cvsignore, src/fe/gtk/.cvsignore, |
|
|
784 | src/fe/net/client/.cvsignore, src/fe/net/server/.cvsignore, |
|
|
785 | src/templates/.cvsignore, src/tests/.cvsignore: |
|
|
786 | Refactor partition formatting again to include error checking. Allow 'none' |
|
|
787 | for kernel and bootloader specifications. Add .cvsignore files for .py[co]. |
|
|
788 | |
|
|
789 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
790 | src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py: |
|
|
791 | Refactor _emerge to remove duplicate code. Refactor mkfs code in backend to |
|
|
792 | only have a single spawn call. |
|
|
793 | |
|
|
794 | 11 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
795 | refixed samyron's fix of set_architecture_template. |
|
|
796 | |
|
|
797 | 11 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
798 | Move /tmp/spawn.sh and /tmp/post-install to /var/tmp since that should always |
|
|
799 | be executable. |
|
|
800 | |
|
|
801 | 10 Jun 2005; Scott Myron <samyron@gentoo.org> |
|
|
802 | Fixed one of the FIXME's in the ClientConfiguration. There is now some |
|
|
803 | error checking when you call set_architecture_template. |
|
|
804 | |
|
|
805 | 10 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
806 | moved the mkfsopts input to the partition options menu instead of the during |
|
|
807 | the creation process. updated GenDialog to say it supports reiserfs v3. |
|
|
808 | |
|
|
809 | 9 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py, |
|
|
810 | src/GLIStorageDevice.py, fe/dialog/dialogfe.py: |
|
|
811 | Complete support for 'mkfsopts' parameter in main system and dialogfe. |
|
|
812 | Add support for other partition types to dialogfe. |
|
|
813 | Fix all usages of int(possible_big_number) to long(possible_bit_number) to |
|
|
814 | avoid integer overflows and wraparounds. |
|
|
815 | |
|
|
816 | 9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
817 | Removed start/end from XML output and added mkfsopts to partitioning info. |
|
|
818 | 'mkfsopts' parameter is now used and support for creating xfs, jfs, and |
|
|
819 | reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser' |
|
|
820 | in GLIClientConfiguration. Change from .1 and .9 to constants for |
|
|
821 | partitioning. Fix free space overwriting bug. Remove a few unused functions |
|
|
822 | from rewrite. Fix call to get_partition_at() |
|
|
823 | |
|
|
824 | 8 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
825 | Updates to GenDialog and dialogfe. |
|
|
826 | |
|
|
827 | 7 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
828 | Typo (%$^&#$!) fix in GLIStorageDevice. Minor fix recommended by pychecker |
|
|
829 | |
|
|
830 | 6 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
831 | more GenDialog updates to partitioning. |
|
|
832 | |
|
|
833 | 5 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
834 | Indenting issue in GLISD/get_ordered_partition_list. |
|
|
835 | updates to GenDialog partitioning and added default UTC for timezone in IP. |
|
|
836 | |
|
|
837 | 5 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
838 | Added GLISD.get_model() |
|
|
839 | |
|
|
840 | 3 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
841 | Added get_eth_devices() to GLIUtility. Updated netfe.py to newest version. |
|
|
842 | More updates to GenDialog :) |
|
|
843 | |
|
|
844 | 3 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
845 | Added get_interface_realname() function. |
|
|
846 | |
|
|
847 | 2 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
848 | Added auto-save of CConfig and copying to new /root after install. |
|
|
849 | yet even more GenDialog updates. |
|
|
850 | |
|
|
851 | 1 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
852 | removed print statement from GLISD. more updates to GenDialog. |
|
|
853 | |
|
|
854 | 31 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
855 | Not being able to fetch the stage tarball is now an exception. Chroot wrapper |
|
|
856 | passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be |
|
|
857 | loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few |
|
|
858 | places in GLIClientConfiguration. |
|
|
859 | |
|
|
860 | 27 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
861 | Fix mount_local_partitions(), configure_fstab(), and |
|
|
862 | install_filesystem_tools() to use GLISD directly. A few more fixes for same. |
|
|
863 | A few more fixes for templates/x86Archtemplate |
|
|
864 | |
|
|
865 | 27 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
866 | Removed more unused code from CConfig. Updated GLIGenDialog, but it is still |
|
|
867 | a work in progress. |
|
|
868 | |
|
|
869 | 24 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
870 | Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD |
|
|
871 | directly. GLISD can now handle data imported from XML. |
|
|
872 | |
|
|
873 | 22 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
874 | Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to |
|
|
875 | handle blank (no disklabel) disks. |
|
|
876 | |
|
|
877 | 20 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
878 | HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned |
|
|
879 | up, documented, and separated out serialization and grouped all sections. |
|
|
880 | |
|
|
881 | 19 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
882 | Reorganization of ClientConfiguration and gutting of unused functions. |
|
|
883 | Removed verbose option from CC. Moved import statement in IP and CConfig up. |
|
|
884 | |
|
|
885 | 18 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
886 | Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup |
|
|
887 | |
|
|
888 | 17 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
889 | Fixed bug in finishing_cleanup(). Fix a late-night coding error in |
|
|
890 | partitioning. CC serializes install profile to disk and prepare_chroot() |
|
|
891 | copies it into /mnt/gentoo/root |
6 | |
892 | |
7 | 16 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
893 | 16 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
8 | Moved URI parsing into new function parse_uri() |
894 | Moved URI parsing into new function parse_uri() |
9 | |
895 | |
10 | 14 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
896 | 14 May 2005; Andrew Gaffney <agaffney@gentoo.org> |