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.288 2005/07/07 18:41:53 robbat2 Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.594 2006/02/11 17:26:33 agaffney Exp $ |
4 | |
5 | |
|
|
6 | *GLI-0.3 (27 Oct 2005) |
|
|
7 | |
|
|
8 | 11 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
9 | src/GLIPortage.py: |
|
|
10 | run env-update at the end of copy_pkg_to_chroot() |
|
|
11 | |
|
|
12 | 10 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
13 | src/templates/x86ArchitectureTemplate.py: |
|
|
14 | I'm a complete fscking dumbass. I recorded the end sector for partitions that |
|
|
15 | weren't being touched, but I never used it when recreating them...the end was |
|
|
16 | calculated from the size in MB instead :/ |
|
|
17 | |
|
|
18 | 9 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
19 | src/GLIArchitectureTemplate.py: |
|
|
20 | pre-create /lib64 dir and /lib -> /lib64 symlink if it exists on livecd |
|
|
21 | copy /etc/{passwd,group,shadow} from livecd to chroot sans 'gentoo' |
|
|
22 | src/GLIPortage.py: |
|
|
23 | use tar to transfer files from image dir to /mnt/gentoo instead of 'cp -a' |
|
|
24 | src/GLIStorageDevice.py,src/GLIInstallProfile.py,src/templates/x86AT.py: |
|
|
25 | 'resized' flag |
|
|
26 | |
|
|
27 | 8 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
28 | src/GLIPortage.py: |
|
|
29 | short circuit and check vdb directly if package begins with '=' |
|
|
30 | |
|
|
31 | 8 Feb 2006; Preston Cody <codeman@gentoo.org> |
|
|
32 | added more packages to extra_packages list in IP |
|
|
33 | |
|
|
34 | 6 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
35 | src/templates/x86ArchitectureTemplate.py: |
|
|
36 | 10 tries to create filesystem instead of 3 |
|
|
37 | src/GLIPortage, src/GLIArchitectureTemplate.py: |
|
|
38 | ignore_missing flag for copy_pkg_to_chroot() |
|
|
39 | |
|
|
40 | 5 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
41 | src/GLIPortage.py: |
|
|
42 | copy_pkg_to_chroot() uses $ROOT/vdb for ROOT= installs |
|
|
43 | |
|
|
44 | 26 Jan 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
45 | src/net/server/gliserv.py: |
|
|
46 | fix handling of 404 for real files |
|
|
47 | src/net/server/GLIServerProfile.py: |
|
|
48 | look for 'hostname' in attributes instead of 'name' |
|
|
49 | |
|
|
50 | 22 Jan 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
51 | src/SimpleXMLParser.py: |
|
|
52 | initial support for 'include' in XML files |
|
|
53 | src/GLIStorageDevice.py: |
|
|
54 | initial support for % |
|
|
55 | src/GLIClientController.py: |
|
|
56 | add debugging statements to pre-install steps |
|
|
57 | |
|
|
58 | 15 Jan 2006; Preston Cody <codeman@gentoo.org> |
|
|
59 | webgli/configfiles: |
|
|
60 | check for key in etc_files['rc.conf'] to fix key error |
|
|
61 | webgli/timezone: small fix. |
|
|
62 | webgli/extrapackages: list-type fix |
|
|
63 | webgli/services: same |
|
|
64 | glimd: add/edit_client updates. |
|
|
65 | |
|
|
66 | 12 Jan 2006; Preston Cody <codeman@gentoo.org> |
|
|
67 | added configure.pyhtml to glimd. minor changes |
|
|
68 | to top and add_client. fixed up showargs. |
|
|
69 | added execute.pyhtml |
|
|
70 | changed register clients line in gliserv for name->hostname. |
|
|
71 | updated TODO. |
|
|
72 | |
|
|
73 | 10 Jan 2006; Preston Cody <codeman@gentoo.org> |
|
|
74 | src/net/server/*: |
|
|
75 | added add/del/edit client/profile.pythml for glimd. |
|
|
76 | updated templates, showclients, and gliserv. |
|
|
77 | |
|
|
78 | 10 Jan 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
79 | src/net/server/*: |
|
|
80 | stupid threading module... |
|
|
81 | |
|
|
82 | 8 Jan 2006; Preston Cody <codeman@gentoo.org> |
|
|
83 | AT: rc.conf -> conf.d/clock |
|
|
84 | |
|
|
85 | 7 Jan 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
86 | src/GLIPortage.py: |
|
|
87 | show 'Calculating dependencies for ...' in subprogress bar at beginning of |
|
|
88 | emerge() |
|
|
89 | src/GLIArchitectureTemplate.py: |
|
|
90 | copy /etc/X11/gdm/gdm.conf.old into chroot if /etc/X11/gdm/gdm.conf exists |
|
|
91 | in the chroot |
|
|
92 | remove _quickpkg_deps() and _portage_best_{visible,version}() |
|
|
93 | src/GLIUtility.py: |
|
|
94 | fail immediately in validate_uri() if provided URI can't be parsed |
|
|
95 | modify fetch_and_unpack_tarball() and get_uri() to allow fetch subprogress |
|
|
96 | debug code in spawn() |
|
|
97 | use lower-level os.read() instead of file.read() because python sucks |
|
|
98 | src/templates/x86ArchitectureTemplate.py: |
|
|
99 | basic subprogress reporting for partitioning |
|
|
100 | total_steps was 1 too high |
|
|
101 | |
|
|
102 | 6 Jan 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
103 | src/GLIUtility.py: |
|
|
104 | move parse_vdb_contents() to GLIPortage |
|
|
105 | src/GLIPortage.py: |
|
|
106 | remove all symlink fixups |
|
|
107 | ignore 'dir' entries in CONTENTS |
|
|
108 | call tar with -p |
|
|
109 | |
|
|
110 | 5 Jan 2006; Preston Cody <codeman@gentoo.org> |
|
|
111 | AT: bootsplash is now gensplash |
|
|
112 | gliserv: add advanced_mode to shared_info |
|
|
113 | webgli: Added advanced mode. mostly just disables a few screens. |
|
|
114 | |
|
|
115 | 2 Jan 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
116 | src/GLIPortage.py: |
|
|
117 | get_deps() calls 'emerge -p' and then removed packages that aren't in vdb |
|
|
118 | added emerge() |
|
|
119 | update sub-progress after each package is emerged |
|
|
120 | skip tar, symlink fixup, and copy from image dir to / if no files in CONTENTS |
|
|
121 | call get_best_version_vdb() instead of get_best_version_vdb_chroot() |
|
|
122 | remove link if it exists before moving content into place |
|
|
123 | src/GLIArchitectureTemplate.py: |
|
|
124 | install_packages() now calls emerge() in GLIPortage |
|
|
125 | change all calls to self._emerge() to self._portage.emerge() |
|
|
126 | comment out all emerge status checking...using exceptions now |
|
|
127 | call copy_pkg_to_chroot() directly for livecd-kernel |
|
|
128 | |
|
|
129 | 31 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
130 | src/GLIArchitectureTemplate.py: |
|
|
131 | remove add_pkg_to_world() and copy_pkg_to_chroot() |
|
|
132 | copy installer.log to installer.log.failed on install failure |
|
|
133 | src/GLIUtility.py: |
|
|
134 | added get_keymaps() |
|
|
135 | spawn() takes any False argument for chroot instead of just None |
|
|
136 | src/GLIPortage.py: |
|
|
137 | copy_pkg_to_chroot() chroot's to run ebuild is use_root=False |
|
|
138 | change copy_pkg_to_chroot() to work properly with use_root=False |
|
|
139 | figure PORTAGE_TMPDIR properly |
|
|
140 | |
|
|
141 | 27 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
142 | src/net/server/html/*: |
|
|
143 | converted showclients, load/saveprofile |
|
|
144 | |
|
|
145 | 26 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
146 | src/GLIPortage.py: |
|
|
147 | exclude packages already in chroot vdb from binary deplist |
|
|
148 | chroot to use best_version for chroot's vdb |
|
|
149 | src/runtimedeps.py: |
|
|
150 | accept ROOT via commandline instead of env |
|
|
151 | |
|
|
152 | 25 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
153 | src/runtimedeps.py: |
|
|
154 | remove passing of ROOT |
|
|
155 | src/GLIPortage.py: |
|
|
156 | modify get_deps() to get deptree for each package and merge into final list |
|
|
157 | remove depgraph class |
|
|
158 | add debugging code to get_deps() |
|
|
159 | src/GLIArchitectureTemplate.py: |
|
|
160 | combine code for GRP/compile in install_packages() into one block |
|
|
161 | debugging code in install_packages() |
|
|
162 | |
|
|
163 | 24 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
164 | src/runtimedeps.py: |
|
|
165 | initial commit |
|
|
166 | src/GLIPortage.py: |
|
|
167 | use separate script for GRP deps |
|
|
168 | remove calls to portage module |
|
|
169 | |
|
|
170 | 23 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
171 | src/GLIPortage.py: |
|
|
172 | initial commit |
|
|
173 | move some of portage function from GLIAT |
|
|
174 | flipped around a few function args |
|
|
175 | src/GLIArchitectureTemplate.py: |
|
|
176 | revamp install_packages() for new GLIPortage |
|
|
177 | |
|
|
178 | 21 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
179 | src/GLIArchitectureTemplate.py: |
|
|
180 | extract /usr/livecd/metadata.tar.bz2 to chroot if it exists |
|
|
181 | |
|
|
182 | 20 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
183 | src/net/server/gliserv.py: |
|
|
184 | wrap generated code in a class to isolate it a bit better |
|
|
185 | 302 redirects work |
|
|
186 | don't use cgi.escape() for <% %> |
|
|
187 | src/net/server/html/webgli/*: |
|
|
188 | load/save profile |
|
|
189 | src/GLIUtility.py: |
|
|
190 | change /sbin/lspci to just lspci |
|
|
191 | |
|
|
192 | 18 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
193 | src/GLIClientController.py: |
|
|
194 | change ordering of statements in CC run() while loop to not go past the end |
|
|
195 | of the array |
|
|
196 | src/GLIArchitectureTemplate.py: |
|
|
197 | removed redundant bind mounts |
|
|
198 | |
|
|
199 | 18 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
200 | REMOVED dialogfe.py since it is totally obsolete. use gli-dialog.py |
|
|
201 | added a diagram by blackace from last night. |
|
|
202 | added the glossary in RTF format. |
|
|
203 | |
|
|
204 | 17 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
205 | x86AT: separated out emerge/configure from running of bootloader |
|
|
206 | added MBR drive support to lilo. |
|
|
207 | these changes will likely not work. |
|
|
208 | AT: added setup_and_run_bootloader step. |
|
|
209 | |
|
|
210 | 12 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
211 | src/net/server/gliserv.py: |
|
|
212 | call generated code in a function |
|
|
213 | src/net/server/html/webgli/*: |
|
|
214 | include top/bottom |
|
|
215 | src/GLIArchitectureTemplate.py, src/GLIClientController.py, |
|
|
216 | src/GLIClientCongifuration.py: |
|
|
217 | install mode magic |
|
|
218 | |
|
|
219 | 11 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
220 | src/GLIClientController.py: |
|
|
221 | use GLIException when there's an import problem |
|
|
222 | added debug code to show install_steps |
|
|
223 | src/templates/amd64ArchitectureTemplate.py: |
|
|
224 | add . to import path |
|
|
225 | proper path this time: ../../templates |
|
|
226 | src/GLIArchitectureTemplate.py: |
|
|
227 | add _portage_best_version() function |
|
|
228 | |
|
|
229 | 11 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
230 | added initial glossary and gimli diagram to the docs directory. |
|
|
231 | modify gli-dialog to allow editing of the install_profile after loading XML. |
|
|
232 | |
|
|
233 | 8 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
234 | src/net/server/html/webgli/: |
|
|
235 | converted globaluse, localuse, networkmounts, portagetree, and stageselection |
|
|
236 | moved saveclientconfig stuff into clientconfig |
|
|
237 | moved saveconfigfiles into config files |
|
|
238 | converted etc_portage and makedotconf |
|
|
239 | converted bootloader and kernel |
|
|
240 | convert daemons, extrapackages, networking, review, services, timezone, users |
|
|
241 | src/net/server/gliserv.py: |
|
|
242 | proper 404 handling for .pyhtml extension |
|
|
243 | HTML escape <% %> stuff |
|
|
244 | work around python's sucky regexes |
|
|
245 | src/GLIInstallProfile.py: |
|
|
246 | allow set_{rsync,ftp,http}_proxy() to accept empty values |
|
|
247 | |
|
|
248 | 7 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
249 | src/net/server/gliserv.py: |
|
|
250 | initial commit of Legolas templating engine |
|
|
251 | 302 redirects |
|
|
252 | src/net/server/html/index.html, src/net/server/webgli_template.html: |
|
|
253 | minor changes for new code |
|
|
254 | src/net/server/html/*.pyhtml, src/net/server/html/webgli/*.pyhtml: |
|
|
255 | initial commit of the conversion from the monolithic WebGLIHandler.py to the |
|
|
256 | one file per path Legolas goodness |
|
|
257 | partitioning[2-4] done |
|
|
258 | |
|
|
259 | 5 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
260 | webgli: dhcp options in CC and post-install. |
|
|
261 | updated comparison chart. |
|
|
262 | webgli: etc/portage/* and distcc support added. not too-well tested. |
|
|
263 | |
|
|
264 | 4 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
265 | webgli_template.html: valign=top on left side. |
|
|
266 | webgli: fix bootloader boot_device. now working. |
|
|
267 | webgli: CC proxy done. post-install proxy in progress. |
|
|
268 | |
|
|
269 | 3 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
270 | src/net/server/webgli_template.html: |
|
|
271 | increase padding for content cell to 7px and add colspan=2 |
|
|
272 | |
|
|
273 | 3 Dec 2005; Nicholas D. Wolfood <blackace@gentoo.org> |
|
|
274 | webgli: added graphic bar on top |
|
|
275 | webgli: added hover effects on the links on the left |
|
|
276 | webgli: re-rendered header_bg.png to stretch without artifacts |
|
|
277 | |
|
|
278 | 3 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
279 | webgli: make.conf disabling fixes for dynamic_stage3 |
|
|
280 | fixed portage snapshot browse popup |
|
|
281 | all changes tested. |
|
|
282 | webgli: add debug mode to CC screen. the screen still needs lots of work. |
|
|
283 | |
|
|
284 | 1 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
285 | added debug mode question to gli-dialog |
|
|
286 | added CC proxies to CC networking for gli-dialog |
|
|
287 | webgli: fixed skip CC networking if connection active |
|
|
288 | webgli: portage snapshot defaults to CD |
|
|
289 | webgli: bootloader mbr drive selection |
|
|
290 | webgli: USE flags unselectable if dynamic_stage3 |
|
|
291 | webgli: manual extra packages and save button. |
|
|
292 | |
|
|
293 | 28 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
294 | src/GLIUtility.py: |
|
|
295 | change ping count to 2 |
|
|
296 | docs/comparison.html |
|
|
297 | initial commit |
|
|
298 | |
|
|
299 | 27 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
300 | src/templates/x86ArchitectureTemplate.py: |
|
|
301 | fix map() issue with grub code |
|
|
302 | replace kernel_names and initrd_names loops with one-liners |
|
|
303 | |
|
|
304 | 27 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
305 | gli-dialog won't let you dynamic stage3 without systempkgs.txt. |
|
|
306 | initial gli-dialog support for recommended partitioning layout and clear. |
|
|
307 | failure cleanup now an option for gli-dialog. |
|
|
308 | move livecd-kernel to top of kernel lists. fix proto bug in rc.conf |
|
|
309 | added comparison list and updated TODO! |
|
|
310 | |
|
|
311 | 26 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
312 | src/GLIArchitectureTemplate.py: |
|
|
313 | fix to stage1() debug code |
|
|
314 | fix to stage2() debug code |
|
|
315 | |
|
|
316 | 26 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
317 | some more bootloader code fixes. forgot boot_device != mbr_device. |
|
|
318 | |
|
|
319 | 25 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
320 | src/GLIStorageDevice.py: |
|
|
321 | fix to unallocated space merging when last one is after part 4 |
|
|
322 | |
|
|
323 | 24 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
324 | src/GLIArchitectureTemplate.py: |
|
|
325 | small fix to debugging code in copy_pkg_to_chroot() |
|
|
326 | |
|
|
327 | 23 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
328 | more bugfixes with bootloader code |
|
|
329 | gli-dialog side appears to work |
|
|
330 | |
|
|
331 | 21 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
332 | initial adding of boot_device to backend. |
|
|
333 | initial boot_device support added to gli-dialog. |
|
|
334 | some fixes of my poor coding |
|
|
335 | |
|
|
336 | 20 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
337 | converted gli-dialog to use the install_package_list. |
|
|
338 | gtkfe has already been converted by AllanonJL |
|
|
339 | new way working in gli-dialog now and added to webgli. |
|
|
340 | added set/get_boot_device() to IP |
|
|
341 | |
|
|
342 | 19 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
343 | get_install_package_list added to InstallProfile. This can be used by the FEs |
|
|
344 | |
|
|
345 | 17 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
346 | src/templates/x86ArchitectureTemplate.py: |
|
|
347 | call ls with '-1 --color=no' |
|
|
348 | |
|
|
349 | 16 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
350 | added warning (#9) to GRP ppl about stage3 tarballs |
|
|
351 | |
|
|
352 | 15 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
353 | src/GLIArchitectureTemplate.py: |
|
|
354 | change fat32/fat16 to vfat in mount_local_partitions() so mount doesn't get |
|
|
355 | confused |
|
|
356 | |
|
|
357 | 13 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
358 | removed protocols from rc.conf screens |
|
|
359 | finished initial rc.conf and make.conf in webgli |
|
|
360 | |
|
|
361 | 13 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
362 | src/net/server/gliserv.py: |
|
|
363 | add -h option to usage() |
|
|
364 | show time and request URI in debug mode |
|
|
365 | show client IP in debug mode |
|
|
366 | just use IP instead of trying to do a reverse lookup |
|
|
367 | |
|
|
368 | 12 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
369 | src/net/server/gliserv.py: |
|
|
370 | 'classier' 401 message |
|
|
371 | proper commandline parsing |
|
|
372 | help via -h |
|
|
373 | user/pass can be specificed via commandline option |
|
|
374 | |
|
|
375 | 11 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
376 | src/net/server/gliserv.py: |
|
|
377 | basic HTTP auth |
|
|
378 | |
|
|
379 | 10 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
380 | src/net/server/gliserv.py: |
|
|
381 | dynamic module reloading (yipee!) |
|
|
382 | send 'Last-Modified' header for real files |
|
|
383 | respond to HEAD with just headers |
|
|
384 | src/net/server/handlers/WebGLIHandler.py: |
|
|
385 | icons for drives |
|
|
386 | |
|
|
387 | 7 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
388 | src/net/server/handlers/WebGLIHandler.py: |
|
|
389 | initial 'pretty' partition table display support |
|
|
390 | clicking partition in 'pretty' display works instead of radio buttons |
|
|
391 | radio buttons and pretty display work together |
|
|
392 | META redirect instead of javascript |
|
|
393 | pretty display stretches across entire screen |
|
|
394 | 'Recommended layout' and 'Clear drive' functions |
|
|
395 | properly catch exceptions from do_recommended() |
|
|
396 | src/GLIArchitectureTemplate.py: |
|
|
397 | replace preinst, copy, postinst, rm steps with qmerge |
|
|
398 | whoops...that shouldn't have been commented out |
|
|
399 | create image_dir with -p in copy_pkg_to_chroot() |
|
|
400 | more generic of symlink crappiness |
|
|
401 | new copy_pkg_to_chroot() actually works now |
|
|
402 | |
|
|
403 | 6 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
404 | src/GLIStorageDevice.py: |
|
|
405 | initial generic disk support |
|
|
406 | fixes for add_partition() code |
|
|
407 | src/net/server/handlers/WebGLIHandler.py: |
|
|
408 | added support for creating generic disks |
|
|
409 | add new partition working |
|
|
410 | save and delete partitions |
|
|
411 | |
|
|
412 | 6 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
413 | webgli: Partitioning making progress. |
|
|
414 | |
|
|
415 | 5 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
416 | src/GLIArchitectureTemplate.py: |
|
|
417 | copy_pkg_to_chroot() overhaul - does install the Right Way(TM) (copy files to |
|
|
418 | image dir, run pkg_setup, pkg_preinst, copy to /, pkg_postinst, remove image |
|
|
419 | dir) and works around /etc/gconf symlink problem |
|
|
420 | |
|
|
421 | 5 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
422 | webgli: lots of updates. preliminary partitioning. extra packages works. |
|
|
423 | |
|
|
424 | 3 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
425 | src/net/server/gliserv.py: |
|
|
426 | httpd now supports HTTPS and falls back to HTTP if not available |
|
|
427 | make fallback actually work |
|
|
428 | src/net/server/SecureXMLRPCServer.py: |
|
|
429 | SecureSocketServer is now threaded |
|
|
430 | |
|
|
431 | 2 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
432 | src/net/client/gliclient.py: |
|
|
433 | try to use HTTPS for XMLRPC first and fallback to HTTP |
|
|
434 | pretend mode |
|
|
435 | src/net/server/gliserv.py, src/net/server/SecureXMLRPCServer.py: |
|
|
436 | HTTPS XMLRPC goodness from samyron |
|
|
437 | pass name of certificate |
|
|
438 | |
|
|
439 | 31 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
440 | wegli: daemons and services screens done. |
|
|
441 | |
|
|
442 | 30 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
443 | webgli: networking and users screens |
|
|
444 | added return_redirect to handler.py |
|
|
445 | loading and saving install/client profiles works for webgli now |
|
|
446 | Review also done |
|
|
447 | |
|
|
448 | *GLI-0.2 (27 Oct 2005) |
|
|
449 | |
|
|
450 | 26 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
451 | src/templates/x86ArchitectureTemplate.py: |
|
|
452 | properly check for bootloader emerge exist status with exitsuccess() |
|
|
453 | log output of grub install command |
|
|
454 | add --batch --no-floppy to grub command |
|
|
455 | grubinstallstring only gets logged if debug is on |
|
|
456 | src/GLIUtility.py: |
|
|
457 | update progress bar to 100% when process finishes |
|
|
458 | |
|
|
459 | 25 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
460 | src/GLIClientController.py: |
|
|
461 | added debugging code for the interaction between the 2 threads via Event() |
|
|
462 | src/GLIUtility.py: |
|
|
463 | doubled the buffer size in spawn() |
|
|
464 | bump buffer size up to 16384 |
|
|
465 | only report progress in 5% increments |
|
|
466 | src/GLIArchitectureTemplate.py: |
|
|
467 | kernelpkgs.txt support code |
|
|
468 | above disabled because it sucks |
|
|
469 | added add_pkg_to_world() |
|
|
470 | |
|
|
471 | 24 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
472 | src/GLIArchitectureTemplate.py: |
|
|
473 | use tar | tar to copy files in copy_pkg_to_chroot() |
|
|
474 | extract devices.tar.bz2 created by baselayout instead of running MAKEDEV |
|
|
475 | |
|
|
476 | 23 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
477 | DEBUGGING ADDED TO AT. verbose field added to CConfig. |
|
|
478 | |
|
|
479 | 23 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
480 | src/net/server/gliserv.py: |
|
|
481 | / maps to index.html |
|
|
482 | look for actual files in html/ |
|
|
483 | src/net/html: |
|
|
484 | new template |
|
|
485 | src/GLIUtility.py: |
|
|
486 | added parse_vdb_contents() |
|
|
487 | src/GLIArchitectureTemplate.py: |
|
|
488 | added copy_pkg_to_chroot() |
|
|
489 | added debug code to dynamic-stage3 |
|
|
490 | switch dynamic-stage3 to new method |
|
|
491 | lots of bug fixes from adding debug code |
|
|
492 | |
|
|
493 | 22 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
494 | webgli initial bootloader support + changed make.conf. |
|
|
495 | IP: changed defaults for stage, kernel_build_method, kernel_source_pkg. |
|
|
496 | |
|
|
497 | 20 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
498 | src/GLIUtility.py: |
|
|
499 | horrible tangled mess of code that is tarball unpacking subprogress display |
|
|
500 | add unpack progress to portage snapshot |
|
|
501 | use read() instead of readlines() in spawn() |
|
|
502 | only update progress bar for whole percents |
|
|
503 | |
|
|
504 | 19 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
505 | src/templates/x86ArchitectureTemplate.py: |
|
|
506 | change call to 'grub' to use GLIUtility.exitsuccess() |
|
|
507 | add definition of 'build_mode' in _configure_lilo() |
|
|
508 | src/misc/updategtkfe, src/misc/updateglid: |
|
|
509 | fix so subshell is called in root shell |
|
|
510 | |
|
|
511 | 18 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
512 | src/net/server/handlers/WebGLIHandler.py: |
|
|
513 | stage screen launches URI browser in sized window with various properties set |
|
|
514 | |
|
|
515 | 17 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
516 | src/misc/updategtkfe: |
|
|
517 | updated to actually work |
|
|
518 | remove previous snapshot and extracted dir before downloading |
|
|
519 | src/misc/updateglid: |
|
|
520 | updated to actually work |
|
|
521 | src/templates/x86ArchitectureTemplate.py: |
|
|
522 | fixed bug where grub code was looking for 'root+root+file_name2' |
|
|
523 | |
|
|
524 | 16 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
525 | src/net/server/handlers/WebGLIHandler.py: |
|
|
526 | URI browser |
|
|
527 | added mirror selection |
|
|
528 | src/GLIUtility.py: |
|
|
529 | ls via ssh strips off ending * |
|
|
530 | |
|
|
531 | 16 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
532 | more updates to webgli. stage selection. |
|
|
533 | |
|
|
534 | 11 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
535 | updated webgli with preliminary Network Mounts support. |
|
|
536 | |
|
|
537 | 9 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
538 | GenDialog: string formatting and yes/no label fixes. |
|
|
539 | added WebGLI template for gliserv.py |
|
|
540 | added WebGLIHandler as well as a definition for it in gliserv.py |
|
|
541 | updates to the webgli files even though they won't be there for long. |
|
|
542 | Utility: remove exception for non-existant grppkgs.txt until the new livecd |
|
|
543 | goes public. |
|
|
544 | |
|
|
545 | 9 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
546 | src/net/server/gliserv.py: |
|
|
547 | override dict to not be so anal |
|
|
548 | main server now loads separate module to handle requests |
|
|
549 | src/net/server/handlers/ProfileHandler.py, src/net/server/handler.py: |
|
|
550 | split out profile URLs into separate handler function |
|
|
551 | move handlers into subdirectory |
|
|
552 | add Welcome and Clients handlers |
|
|
553 | |
|
|
554 | 5 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
555 | src/GLIUtility.py: |
|
|
556 | raise exception if password prompt received twice |
|
|
557 | |
|
|
558 | 2 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
559 | src/GLIUtility.py: |
|
|
560 | removed rot13ify() |
|
|
561 | |
|
|
562 | 1 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
563 | src/net/server/gliserv.py: |
|
|
564 | allow for param to be passed multiple times in GET |
|
|
565 | no XMLRPC functions return None |
|
|
566 | modify POST request parsing to only create a list if needed |
|
|
567 | fix GET request parsing so the list creation for multiple values works |
|
|
568 | src/net/client/gliclient.py: |
|
|
569 | various typo and type mismatch fixes |
|
|
570 | exit after exception |
|
|
571 | |
|
|
572 | 30 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
573 | src/net/client/gliclient.py: |
|
|
574 | initial commit |
|
|
575 | pass MAC to XMLRPC functions |
|
|
576 | src/net/server/GLIServerProfile.py: |
|
|
577 | rename GLIClientsProfiles to GLIServerProfile |
|
|
578 | |
|
|
579 | 29 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
580 | src/net/server/gliserv.py: |
|
|
581 | now handles POST requests |
|
|
582 | move majority of request handling code to common_handler() to reduce code |
|
|
583 | duplication |
|
|
584 | profile loading |
|
|
585 | client reg via XMLRPC goes into SharedInfo() |
|
|
586 | /showclients redesign |
|
|
587 | template fixes |
|
|
588 | allow handler functions to add/change headers |
|
|
589 | save profile |
|
|
590 | |
|
|
591 | 28 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
592 | src/net/server/GLIClientsProfiles.py: |
|
|
593 | initial commit |
|
|
594 | src/net/server/template.html: |
|
|
595 | initial commit |
|
|
596 | src/net/server/gliserv.py: |
|
|
597 | add template mojo |
|
|
598 | |
|
|
599 | 26 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
600 | src/net/server/gliserv.py: |
|
|
601 | XMLRPC mojo |
|
|
602 | |
|
|
603 | 22 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
604 | src/GLIArchitectureTemplate.py: |
|
|
605 | add code in _edit_config() to comment line where variable is defined |
|
|
606 | previously |
|
|
607 | insert new line under previous definition of variable if it exists |
|
|
608 | small _edit_config() cleanup |
|
|
609 | src/GLIStorageDevice.py: |
|
|
610 | add clear_partitions() function |
|
|
611 | new sizes for recommended partition layout |
|
|
612 | automatically calculate swap size for recommended layout |
|
|
613 | |
|
|
614 | 21 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
615 | src/templates/x86ArchitectureTemplate.py: |
|
|
616 | fat16 mojo |
|
|
617 | |
|
|
618 | 20 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
619 | src/GLIStorageDevice.py: |
|
|
620 | prevent do_recommended() from being run twice |
|
|
621 | rewrite do_recommended() to be more robust |
|
|
622 | src/GLIArchitectureTemplate.py: |
|
|
623 | rework _edit_config() to not write duplicate entries |
|
|
624 | |
|
|
625 | 17 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
626 | src/GLIStorageDevice.py: |
|
|
627 | added do_recommended() function to automatically created 256M/1G/* layout |
|
|
628 | |
|
|
629 | 17 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
630 | src/gli-dialog.py: added set_distcc to the list |
|
|
631 | GenDialog: added set_distcc. untested. |
|
|
632 | IP: added install_distcc flag. |
|
|
633 | AT: added install_distcc function based on the flag. runs after build_kernel |
|
|
634 | changed AT spawn command for distcc for nodeps. |
|
|
635 | |
|
|
636 | 16 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
637 | src/GLIUtility.py: |
|
|
638 | add rot13ify() function |
|
|
639 | |
|
|
640 | 16 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
641 | src/GenDialog.py |
|
|
642 | added a sentence of text. unchecking support added. |
|
|
643 | |
|
|
644 | 15 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
645 | src/GLIUtility.py |
|
|
646 | added get_grp_pkgs_from_cd() to return a list of packages in GRP for FE menus |
|
|
647 | src/GenDialog.py |
|
|
648 | still working on extra_packages. transformed the list to new format. |
|
|
649 | added GRP indication to list. untested. |
|
|
650 | TODO lists updated. |
|
|
651 | src/fe/dialog/gli-dialog.py |
|
|
652 | spelling mistook. |
|
|
653 | |
|
|
654 | 14 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
655 | src/GLIUtility.py: |
|
|
656 | get_snapshot_from_cd() returns '' instead of 'file://' if nothing found |
|
|
657 | |
|
|
658 | 5 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
659 | src/GLIUtility.py: |
|
|
660 | add get_directory_listing_from_uri() |
|
|
661 | add http support to above |
|
|
662 | add ftp support to above |
|
|
663 | add scp support to above |
|
|
664 | src/GLIArchitectureTemplate.py: |
|
|
665 | "0" instead of 0 for key of single-element dict passed to _edit_config() |
|
|
666 | |
|
|
667 | 5 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
668 | value_only -> only_value |
|
|
669 | |
|
|
670 | 3 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
671 | gutted out all of etc_portage structure since it is now all handled by |
|
|
672 | etc_files |
|
|
673 | |
|
|
674 | 3 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
675 | src/GLIArchitectureTemplate.py: |
|
|
676 | install_packages() sends progress update notifications |
|
|
677 | src/templates/x86ArchitectureTemplate.py: |
|
|
678 | increase sleep to 5s between format tries |
|
|
679 | src/GLIClientController.py: |
|
|
680 | pass 'self' to AT instead of 'self._pretend' |
|
|
681 | |
|
|
682 | 2 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
683 | logger -> logger.log in x86AT |
|
|
684 | |
|
|
685 | 1 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
686 | added set_etc_portage to IP. debugging gli-d's support for it. |
|
|
687 | |
|
|
688 | 1 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
689 | src/templates/x86ArchitectureTemplate.py: |
|
|
690 | switch to 3 tries for mkfs instead of looping waiting for dev node to exist |
|
|
691 | |
|
|
692 | 30 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
693 | src/GLIArchitectureTemplate.py: |
|
|
694 | add _portage_best_version() function and rework install_packages() to allow |
|
|
695 | for future X of Y tracking |
|
|
696 | Use best_visible instead of best_version |
|
|
697 | tracked down and fixed missing = causing empty install extra packages |
|
|
698 | use = when emerging also |
|
|
699 | quickpkg hokey pokey |
|
|
700 | run _get_packages_to_emerge() again with -pk |
|
|
701 | |
|
|
702 | 22 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
703 | src/ArchTemplate: removed install_xorg_x11, and put the xorg.conf copying at |
|
|
704 | the end of install_packages. |
|
|
705 | added updateglid to /src/misc |
|
|
706 | updated all core files with new GPL notice and copyright statement. |
|
|
707 | |
|
|
708 | 21 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
709 | src/GLIUtility.py: |
|
|
710 | fix get_snapshot_from_cd() to look in /mnt/livecd/snapshots/ if it can't find |
|
|
711 | a snapshot in /mnt/cdrom/snapshots/ |
|
|
712 | get_snapshot_from_cd() adds file:// at the beginning |
|
|
713 | change calls to extra package special case functions to 'self.blah' |
|
|
714 | |
|
|
715 | 21 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
716 | src/ArchTemplate: changed "voodoo". |
|
|
717 | changed order of portage sync methods. made a fallback to webrsync if |
|
|
718 | normal emerge sync fails. |
|
|
719 | removed get_sources_from_cd because it is obsolete. |
|
|
720 | add special cases to install_packages. remove fatal exception on package |
|
|
721 | install failure b/c the box will still be bootable. |
|
|
722 | add install_xorg_x11. remove adding of xdm to runlevel. this will now be |
|
|
723 | handled in the FEs. |
|
|
724 | src/GenDialog: added a bunch of code for dealing with x11-based packages. |
|
|
725 | awaiting testing. |
|
|
726 | |
|
|
727 | 20 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
728 | src/GLIStorageDevice.py: |
|
|
729 | global try/except block around fs resizable detection code |
|
|
730 | src/GLIArchitectureTemplate.py, src/GLIClientController.py: |
|
|
731 | install-failed cleanup function |
|
|
732 | |
|
|
733 | 18 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
734 | x86ArchTemplate: updated lilo code. separated out THREE commands. untested. |
|
|
735 | |
|
|
736 | 16 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
737 | GLIGenDialog: |
|
|
738 | add drive choices for loaded configs. |
|
|
739 | force snapshot for dynamic_stage3 |
|
|
740 | init the snapshoturi input to the cd snapshot if not already selected. |
|
|
741 | if dynamic_stage3, skip the make.conf step. |
|
|
742 | GLIUtility: add get_cd_snapshot_uri() for local snapshots. |
|
|
743 | this fixes parts 1,2,3,6 of bug 102747 for gli-dialog |
|
|
744 | |
|
|
745 | 16 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
746 | src/GLIArchitectureTemplate.py: |
|
|
747 | manually call MAKEDEV in stage3-dynamic code |
|
|
748 | copy /etc/inittab.old to /etc/inittab in chroot |
|
|
749 | src/GLIUtility.py: |
|
|
750 | add beginning of validate_uri() function |
|
|
751 | add file:/// support to validate_uri() |
|
|
752 | single quotes when setting livecd password |
|
|
753 | |
|
|
754 | 15 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
755 | src/GLIGenDialog.py: |
|
|
756 | change getmountpoint() to get_mountpoint() |
|
|
757 | src/misc/updategtkfe: |
|
|
758 | committed script to automatically download latest snapshot and run gtkfe |
|
|
759 | src/templates/x86ArchitectureTemplate.py: |
|
|
760 | fix _configure_lilo_add_windows() for IP -> GLISD stuff |
|
|
761 | src/GLIArchitectureTemplate.py: |
|
|
762 | give tmp_minor an initial value in mount_local_partitions so that the value |
|
|
763 | remain from the previous drive |
|
|
764 | |
|
|
765 | 14 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
766 | src/templates/x86ArchitectureTemplate.py: |
|
|
767 | Fix _configure_lilo() for IP using GLISD stuff |
|
|
768 | src/GLIArchitectureTemplate.py: |
|
|
769 | install_cron_daemon() treats "none" specially |
|
|
770 | |
|
|
771 | 14 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
772 | old patch from Steven Mertens to resolve bug #96642 |
|
|
773 | numerous asthetic changes to GenDialog, no real functionality changes though. |
|
|
774 | strings renamed for global use if necessary. |
|
|
775 | fix all three parts of bug 102291 |
|
|
776 | disable set_etc_portage until fully-written. |
|
|
777 | |
|
|
778 | 13 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
779 | src/GLIClientController.py: |
|
|
780 | lower-case http/ftp proxy envvars |
|
|
781 | |
|
|
782 | 12 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
783 | src/GLIClientController.py: |
|
|
784 | log end of pre_install steps to aid in debugging |
|
|
785 | src/templates/x86ArchitectureTemplate.py: |
|
|
786 | change set_flag(flag) to set_flag(flag, True)...*stab* *stab* |
|
|
787 | |
|
|
788 | 10 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
789 | src/GLIArchitectureTemplate.py |
|
|
790 | check to make sure that the device node we're wait for to exist isn't of |
|
|
791 | type 'free' |
|
|
792 | |
|
|
793 | 09 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
794 | src/GLIGenDialog.py: |
|
|
795 | convert install_packages to list in set_extra_packages() |
|
|
796 | check return code of checklist() call in "Manual" section |
|
|
797 | *actually* fix the first problem |
|
|
798 | |
|
|
799 | 08 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIUtility.py: |
|
|
800 | "source /etc/profile" does not ensure the ENV is correctly set up. Use "bash |
|
|
801 | -l" instead, to ensure a proper environment (important for CONFIG_PROTECT). |
|
|
802 | |
|
|
803 | 06 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
804 | src/GLIArchitectureTemplate.py: |
|
|
805 | re-fix net.eth1+ symlink code...wtf is wrong with cvs? |
|
|
806 | |
|
|
807 | 04 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
808 | Add CDATA support to SimpleXMLParser and add utility functions for it. |
|
|
809 | |
|
|
810 | 04 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
811 | src/GLIArchitectureTemplate.py: |
|
|
812 | Fix case where vixie-cron is specified as a full package atom, as we still |
|
|
813 | don't want to run 'crontab /etc/crontab' for it. |
|
|
814 | |
5 | *GLI-0.1_alpha (4 Apr 2005) |
815 | *GLI-0.1 (3 Aug 2005) |
6 | |
816 | |
|
|
817 | 30 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
818 | add scp to list of is_uri() so GenDialog doesn't complain. |
|
|
819 | fixed livecd-kernel bug in bootloader code. |
|
|
820 | fixed gendialog for dynamic_stage3 instead of "networkless" |
|
|
821 | change bootloader to allow for both initrd and initramfs. |
|
|
822 | fix IP for dynamic_stage3. |
|
|
823 | fix ArchTemplate for broken mountpoint creation. fix GenDialog part showing. |
|
|
824 | |
|
|
825 | 30 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
826 | Added full scp:// URI support to get_uri() in GLIUtility |
|
|
827 | Remove "networkless" from dynamic stage3 if locic. |
|
|
828 | Remove print statement from scp:// code. |
|
|
829 | Change scp code to check for "assword: " instead of "Password:" |
|
|
830 | Fix post-install network code to create net.eth1+ symlink correctly |
|
|
831 | Check to make sure pkg can be split on / and some debugging code |
|
|
832 | Add 2>dev/null to emerge call in _get_packages_to_emerge() |
|
|
833 | SimpleXMLParser handles True/False/None correctly now |
|
|
834 | Comment out above fix |
|
|
835 | Add partitioning wait-for-device-to-exist code to mount_local_partitions |
|
|
836 | |
|
|
837 | 28 Jul 2005; Scott Myron <samyron@gentoo.org> |
|
|
838 | Removed a FIXME in the GLIClientConfiguration that is no |
|
|
839 | longer needed. |
|
|
840 | |
|
|
841 | 27 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
842 | Default to x86 in ClientConfig |
|
|
843 | Typo in build-a-stage3 code. |
|
|
844 | Remove MAKEDEV call in build-a-stage3 postscript. |
|
|
845 | |
|
|
846 | 26 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
847 | Rewrote init of IP for gli-d. Other GenDialog updates. |
|
|
848 | allow network_type to be None in CConfig. |
|
|
849 | |
|
|
850 | 24 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
851 | Add _dynamic_stage3 option to IP. |
|
|
852 | Add check for that option to dynamic stage3 code in ArchTemplate. |
|
|
853 | Fix code to determine default route in get_eth_info() in GLIUtility. |
|
|
854 | Fix serialization of dns-servers in ClientConfig. |
|
|
855 | |
|
|
856 | 24 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
857 | changed default values of cron/logger in IP. |
|
|
858 | moved GenDialog IP init out to the individual files. gli-dialog's version |
|
|
859 | will change quite a bit. |
|
|
860 | |
|
|
861 | 22 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
862 | added ppcArchTemplate. blank now. working on yaboot. |
|
|
863 | modified ArchTemplate for amd64 and ppc custom kernels. |
|
|
864 | skeleton implementation of _configure_yaboot. |
|
|
865 | small fixes to other templates. |
|
|
866 | |
|
|
867 | 21 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
868 | GenDialog updates. changed comment in IP. |
|
|
869 | |
7 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
870 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
8 | src/GLIInstallProfile.py: |
871 | src/GLIInstallProfile.py: |
9 | Fix codeman's screwup of changing the service seperator to ',' in the parser |
872 | Fix codeman's screwup of changing the service seperator to ',' in the parser |
10 | without changing it in the serialization code! Also document this in a |
873 | without changing it in the serialization code! Also document this in a |
11 | comment so you find it easier. Everybody needs to make sure they update |
874 | comment so you find it easier. Everybody needs to make sure they update |