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