1 |
esammer |
4 |
# ChangeLog for Gentoo Linux Installer |
2 |
codeman |
563 |
# Copyright 2005 Gentoo Technologies, Inc. |
3 |
agaffney |
693 |
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.246 2005/06/17 01:22:51 agaffney Exp $ |
4 |
esammer |
4 |
|
5 |
codeman |
522 |
*GLI-0.1_alpha (4 Apr 2005) |
6 |
agaffney |
337 |
|
7 |
agaffney |
691 |
16 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
8 |
|
|
Backend partitioning will create disklabel is none exists. Installprofile |
9 |
agaffney |
692 |
defaults to "" now instead of "msdos" for disklabel type. Fix for |
10 |
|
|
mount_local_partitions() to remember device along with minor in the |
11 |
agaffney |
693 |
parts_to_mount dict (closes #96319). mount_local_partitions() cleanups and |
12 |
|
|
add else block to log unsupported netmount types to mount_network_shares() |
13 |
agaffney |
691 |
|
14 |
robbat2 |
686 |
15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
15 |
|
|
src/GLIArchitectureTemplate.py: |
16 |
robbat2 |
690 |
Refactor kernel_compile common stuff, fix 2.4 build process. |
17 |
|
|
src/fe/cli/clife.py: |
18 |
|
|
Logging system. |
19 |
|
|
src/GLIUtility.py, src/GLIStorageDevice.py: |
20 |
|
|
Add comments about re-writes needed for boxes without sysfs. |
21 |
|
|
|
22 |
|
|
15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
23 |
|
|
src/GLIArchitectureTemplate.py: |
24 |
robbat2 |
686 |
2.4 support (pull version data from /usr/src/linux/Makefile), incl. |
25 |
|
|
'make dep' call for custom compile. build_mode support for prepare-only and |
26 |
|
|
none types completed. custom compile function chains shell functions in |
27 |
|
|
spawned script, to allow for catching all errors. |
28 |
|
|
|
29 |
codeman |
685 |
15 Jun 2005; Preston Cody <codeman@gentoo.org> |
30 |
|
|
fixed up build_kernel in ArchTemplate for build_mode as well as in dialogfe |
31 |
|
|
and GenDialog. other gendialog updates as well. kernel updates untested. |
32 |
|
|
|
33 |
robbat2 |
680 |
14 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
34 |
|
|
src/GLIInstallProfile.py: |
35 |
|
|
Change structure of etc-portage stuff. The serialization was broken before my |
36 |
|
|
last commit, and I am the only person that's ever used it. The new schema is |
37 |
|
|
as follows: |
38 |
|
|
<etc-portage> |
39 |
|
|
<file name="package.mask"/> |
40 |
|
|
<file name="package.unmask"> |
41 |
|
|
<entry atom="sys-kernel/openmosix-sources"/> |
42 |
|
|
</file> |
43 |
|
|
<file name="package.use"> |
44 |
|
|
<entry atom="sys-libs/db"> |
45 |
|
|
-java |
46 |
|
|
</entry> |
47 |
|
|
<entry atom="dev-libs/cyrus-sasl"> |
48 |
|
|
-ldap |
49 |
|
|
</entry> |
50 |
|
|
</file> |
51 |
|
|
</etc-portage> |
52 |
|
|
|
53 |
|
|
|
54 |
robbat2 |
679 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
55 |
|
|
src/GLIInstallProfile.py: |
56 |
|
|
Add new entry for gli-profile/kernel-build-method item. Add missing |
57 |
|
|
serialize_etc_portage (temporary). Make serialize_make_conf always print the |
58 |
|
|
keys in the same order. |
59 |
|
|
|
60 |
robbat2 |
675 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
61 |
|
|
src/GLIArchitectureTemplate.py: |
62 |
robbat2 |
677 |
Clean up commenting used by _edit_config(), and fix bug where wrong comment |
63 |
|
|
was repeatedly appended to make.conf. |
64 |
|
|
|
65 |
|
|
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
66 |
|
|
src/GLIArchitectureTemplate.py: |
67 |
robbat2 |
675 |
Put some Linux-2.6 specific code under a if statement. Store list of |
68 |
|
|
successfully mounted swap device for using swapoff. Add proper error checking |
69 |
|
|
to install_packages and install_filesystem_tools. Fixed namespace conflicts on |
70 |
|
|
'file'. Clean up some redundant code (thanks to pychecker).' |
71 |
|
|
|
72 |
agaffney |
668 |
13 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
73 |
agaffney |
670 |
Fix typos: get_extended() instead of get_extended_partition(). Added |
74 |
agaffney |
671 |
list_mirrors() and list_stage_tarballs_from_mirror() functions to GLIUtility. |
75 |
|
|
Change _emerge("sync") call to direct call to spawn to avoid 'emerge -k sync' |
76 |
agaffney |
668 |
|
77 |
allanonjl |
667 |
12 Jun 2005; John N. Laliberte <allanonjl@gentoo.org> |
78 |
|
|
GLIInstallProfile.py: add missing set for dhcp_options if a tuple is passed |
79 |
|
|
in add_network_interface. |
80 |
|
|
|
81 |
robbat2 |
664 |
12 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIArchitectureTemplate.py: |
82 |
|
|
ensure PORTAGE_TMPDIR/PORT_LOGDIR/PORTDIR_OVERLAY/PKGDIR exist prior to any |
83 |
|
|
usage - this caused a failure for stage1/stage2 previously. swapoff for swap |
84 |
robbat2 |
665 |
space at end of install. Mount /dev, /dev/shm, /dev/pts and /sys during |
85 |
|
|
prepare_chroot. |
86 |
robbat2 |
664 |
|
87 |
robbat2 |
663 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> +src/cli/clife.py, |
88 |
|
|
+src/cli/README, +src/fe/installer-cli, +src/fe/installer-dialog, |
89 |
|
|
+src/fe/installer-gtk: |
90 |
|
|
Add new automated CLI frontend. Add scripts that are the intended means to |
91 |
|
|
use each frontend. |
92 |
|
|
|
93 |
robbat2 |
652 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
94 |
robbat2 |
663 |
src/GLIClientController.py: |
95 |
|
|
Add null type to network config, for cases where the interface is already up |
96 |
|
|
and should not be touched (netboot for example). |
97 |
|
|
|
98 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
99 |
robbat2 |
652 |
src/GLIArchitectureTemplate.py: |
100 |
robbat2 |
663 |
pcmcia is not a variable name for a call to _add_to_runlevel, it should be a |
101 |
|
|
string!. Try to use binary packages if available by default. |
102 |
|
|
|
103 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
104 |
|
|
src/GLIArchitectureTemplate.py: |
105 |
robbat2 |
656 |
More error checking for _add_to_runlevel, to ensure that the init script |
106 |
|
|
actually exists before we try to add it. set_services phase must take place |
107 |
|
|
after the package installation, otherwise the init scripts might not exist. |
108 |
|
|
Find the correct init script for the cron and logging daemons, and add that |
109 |
|
|
instead of the package atom. |
110 |
|
|
|
111 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
112 |
|
|
src/GLIArchitectureTemplate.py: |
113 |
robbat2 |
655 |
Fix up _edit_config so that it works if the file doesn't already exist. Fix |
114 |
|
|
usage of 'file' to 'contents' for the variable name, as it shadows |
115 |
|
|
__builtin__.file. |
116 |
|
|
|
117 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
118 |
|
|
src/GLIArchitectureTemplate.py: |
119 |
robbat2 |
652 |
Add MTA install code, and include MTA install phase. Ensure |
120 |
|
|
PORT_LOGDIR/PORTDIR_OVERLAY are created in _emerge if needed. Add support |
121 |
|
|
for 'none' kernel config for build_kernel phase. Put kernel_script in |
122 |
|
|
/var/tmp instead of /root for build_kernel phase. |
123 |
|
|
|
124 |
robbat2 |
650 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py: |
125 |
|
|
Rename mta variables to match syslog/cron variables. |
126 |
|
|
|
127 |
robbat2 |
648 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
128 |
robbat2 |
649 |
src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py, |
129 |
|
|
src/.cvsignore, src/fe/dialog/.cvsignore, src/fe/gtk/.cvsignore, |
130 |
|
|
src/fe/net/client/.cvsignore, src/fe/net/server/.cvsignore, |
131 |
|
|
src/templates/.cvsignore, src/tests/.cvsignore: |
132 |
|
|
Refactor partition formatting again to include error checking. Allow 'none' |
133 |
|
|
for kernel and bootloader specifications. Add .cvsignore files for .py[co]. |
134 |
|
|
|
135 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
136 |
robbat2 |
648 |
src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py: |
137 |
|
|
Refactor _emerge to remove duplicate code. Refactor mkfs code in backend to |
138 |
|
|
only have a single spawn call. |
139 |
|
|
|
140 |
codeman |
647 |
11 Jun 2005; Preston Cody <codeman@gentoo.org> |
141 |
|
|
refixed samyron's fix of set_architecture_template. |
142 |
|
|
|
143 |
agaffney |
646 |
11 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
144 |
|
|
Move /tmp/spawn.sh and /tmp/post-install to /var/tmp since that should always |
145 |
|
|
be executable. |
146 |
|
|
|
147 |
samyron |
643 |
10 Jun 2005; Scott Myron <samyron@gentoo.org> |
148 |
|
|
Fixed one of the FIXME's in the ClientConfiguration. There is now some |
149 |
|
|
error checking when you call set_architecture_template. |
150 |
|
|
|
151 |
codeman |
641 |
10 Jun 2005; Preston Cody <codeman@gentoo.org> |
152 |
|
|
moved the mkfsopts input to the partition options menu instead of the during |
153 |
|
|
the creation process. updated GenDialog to say it supports reiserfs v3. |
154 |
|
|
|
155 |
robbat2 |
636 |
9 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py, |
156 |
|
|
src/GLIStorageDevice.py, fe/dialog/dialogfe.py: |
157 |
|
|
Complete support for 'mkfsopts' parameter in main system and dialogfe. |
158 |
|
|
Add support for other partition types to dialogfe. |
159 |
|
|
Fix all usages of int(possible_big_number) to long(possible_bit_number) to |
160 |
|
|
avoid integer overflows and wraparounds. |
161 |
|
|
|
162 |
agaffney |
631 |
9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
163 |
|
|
Removed start/end from XML output and added mkfsopts to partitioning info. |
164 |
agaffney |
633 |
'mkfsopts' parameter is now used and support for creating xfs, jfs, and |
165 |
agaffney |
634 |
reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser' |
166 |
agaffney |
639 |
in GLIClientConfiguration. Change from .1 and .9 to constants for |
167 |
|
|
partitioning. Fix free space overwriting bug. Remove a few unused functions |
168 |
agaffney |
640 |
from rewrite. Fix call to get_partition_at() |
169 |
agaffney |
631 |
|
170 |
codeman |
630 |
8 Jun 2005; Preston Cody <codeman@gentoo.org> |
171 |
|
|
Updates to GenDialog and dialogfe. |
172 |
|
|
|
173 |
agaffney |
627 |
7 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
174 |
agaffney |
628 |
Typo (%$^&#$!) fix in GLIStorageDevice. Minor fix recommended by pychecker |
175 |
agaffney |
627 |
|
176 |
codeman |
626 |
6 Jun 2005; Preston Cody <codeman@gentoo.org> |
177 |
|
|
more GenDialog updates to partitioning. |
178 |
|
|
|
179 |
codeman |
625 |
5 Jun 2005; Preston Cody <codeman@gentoo.org> |
180 |
|
|
Indenting issue in GLISD/get_ordered_partition_list. |
181 |
|
|
updates to GenDialog partitioning and added default UTC for timezone in IP. |
182 |
|
|
|
183 |
agaffney |
624 |
5 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
184 |
|
|
Added GLISD.get_model() |
185 |
|
|
|
186 |
codeman |
623 |
3 Jun 2005; Preston Cody <codeman@gentoo.org> |
187 |
|
|
Added get_eth_devices() to GLIUtility. Updated netfe.py to newest version. |
188 |
|
|
More updates to GenDialog :) |
189 |
|
|
|
190 |
agaffney |
622 |
3 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
191 |
|
|
Added get_interface_realname() function. |
192 |
|
|
|
193 |
codeman |
618 |
2 Jun 2005; Preston Cody <codeman@gentoo.org> |
194 |
|
|
Added auto-save of CConfig and copying to new /root after install. |
195 |
|
|
yet even more GenDialog updates. |
196 |
|
|
|
197 |
codeman |
616 |
1 Jun 2005; Preston Cody <codeman@gentoo.org> |
198 |
|
|
removed print statement from GLISD. more updates to GenDialog. |
199 |
|
|
|
200 |
agaffney |
608 |
31 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
201 |
agaffney |
610 |
Not being able to fetch the stage tarball is now an exception. Chroot wrapper |
202 |
agaffney |
611 |
passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be |
203 |
agaffney |
615 |
loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few |
204 |
|
|
places in GLIClientConfiguration. |
205 |
agaffney |
608 |
|
206 |
agaffney |
599 |
27 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
207 |
|
|
Fix mount_local_partitions(), configure_fstab(), and |
208 |
agaffney |
600 |
install_filesystem_tools() to use GLISD directly. A few more fixes for same. |
209 |
agaffney |
601 |
A few more fixes for templates/x86Archtemplate |
210 |
agaffney |
599 |
|
211 |
codeman |
597 |
27 May 2005; Preston Cody <codeman@gentoo.org> |
212 |
|
|
Removed more unused code from CConfig. Updated GLIGenDialog, but it is still |
213 |
|
|
a work in progress. |
214 |
|
|
|
215 |
agaffney |
596 |
24 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
216 |
|
|
Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD |
217 |
|
|
directly. GLISD can now handle data imported from XML. |
218 |
|
|
|
219 |
agaffney |
595 |
22 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
220 |
|
|
Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to |
221 |
|
|
handle blank (no disklabel) disks. |
222 |
|
|
|
223 |
codeman |
594 |
20 May 2005; Preston Cody <codeman@gentoo.org> |
224 |
|
|
HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned |
225 |
|
|
up, documented, and separated out serialization and grouped all sections. |
226 |
|
|
|
227 |
codeman |
593 |
19 May 2005; Preston Cody <codeman@gentoo.org> |
228 |
|
|
Reorganization of ClientConfiguration and gutting of unused functions. |
229 |
|
|
Removed verbose option from CC. Moved import statement in IP and CConfig up. |
230 |
|
|
|
231 |
codeman |
591 |
18 May 2005; Preston Cody <codeman@gentoo.org> |
232 |
|
|
Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup |
233 |
|
|
|
234 |
agaffney |
588 |
17 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
235 |
agaffney |
589 |
Fixed bug in finishing_cleanup(). Fix a late-night coding error in |
236 |
agaffney |
590 |
partitioning. CC serializes install profile to disk and prepare_chroot() |
237 |
|
|
copies it into /mnt/gentoo/root |
238 |
agaffney |
588 |
|
239 |
agaffney |
585 |
16 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
240 |
|
|
Moved URI parsing into new function parse_uri() |
241 |
|
|
|
242 |
agaffney |
583 |
14 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
243 |
|
|
Added XMLParser module. |
244 |
|
|
|
245 |
agaffney |
580 |
13 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
246 |
|
|
Fix is_realstring() and rewrite is_uri() to use a regex to parse the URI. |
247 |
agaffney |
581 |
Minor fix to is_uri() regex to allow hyphens in hostname. |
248 |
agaffney |
580 |
|
249 |
codeman |
577 |
12 May 2005; Preston Cody <codeman@gentoo.org> |
250 |
|
|
Updated finishing_cleanup for new unmounting method from agaffney. |
251 |
|
|
|
252 |
agaffney |
575 |
12 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
253 |
agaffney |
576 |
Fix GLILogger to use correct time format string. Fix _edit_config() to |
254 |
agaffney |
579 |
properly comment out variables. Fix minor bug in finishing_cleanup(). Add |
255 |
|
|
unicode support to is_realstring(). |
256 |
agaffney |
575 |
|
257 |
agaffney |
571 |
11 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
258 |
agaffney |
572 |
Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
259 |
agaffney |
573 |
return value instead of non-zero. Add code to output a traceback to the |
260 |
agaffney |
574 |
install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes |
261 |
|
|
instead of --nocolor. |
262 |
agaffney |
571 |
|
263 |
codeman |
566 |
10 May 2005; Preston Cody <codeman@gentoo.org> |
264 |
|
|
Added GLIGenDialog.py to make a generic class for the dialog functions that |
265 |
codeman |
567 |
can be used by both dialogfe and the netfe/be. updated both for new filename. |
266 |
|
|
date changes. 2004->2005. |
267 |
codeman |
566 |
|
268 |
agaffney |
564 |
10 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
269 |
|
|
Removed 'quiet=True' from spawn() calls |
270 |
|
|
|
271 |
codeman |
563 |
10 May 2005; Preston Cody <codeman@gentoo.org> |
272 |
|
|
Updated GLIUtility with patches from chotchki. Also added documentation |
273 |
|
|
|
274 |
codeman |
560 |
9 May 2005; Preston Cody <codeman@gentoo.org> |
275 |
|
|
Added the function for set_etc_portage to ArchTemplate. no step for it yet. |
276 |
|
|
Updated _edit_config in ArchTemplate, make_config, and various other fixes |
277 |
|
|
from bug #89683, mostly touchups. |
278 |
|
|
|
279 |
agaffney |
556 |
6 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
280 |
|
|
GLIStorageDevice cleanup patch from bug #91761 |
281 |
|
|
|
282 |
agaffney |
551 |
3 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
283 |
|
|
Fixed timezone code to not link to /mnt/gentoo/usr/share/zoneinfo/blah. Fix |
284 |
agaffney |
553 |
_edit_config(). Error logging casts 'error' to str |
285 |
agaffney |
551 |
|
286 |
agaffney |
548 |
2 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
287 |
agaffney |
549 |
Exceptions received in CC are logged before being passed to the FE. Added |
288 |
|
|
code to CC to handle exceptions *not* thrown by the installer itself. |
289 |
agaffney |
548 |
|
290 |
agaffney |
544 |
1 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
291 |
|
|
get_max_mb_for_resize() returns -1 if not self.resizeable |
292 |
|
|
|
293 |
|
|
30 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
294 |
agaffney |
539 |
More dirty rsync hacks :-/ |
295 |
|
|
|
296 |
codeman |
532 |
29 Apr 2005; Preston Cody <codeman@gentoo.org> |
297 |
|
|
Patches from chotchki (bug #90325) to improve CC networking. untested. |
298 |
|
|
|
299 |
agaffney |
528 |
29 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
300 |
agaffney |
529 |
Proxies patch from chotchki (bug #90147). Fixed == instead of = typos in |
301 |
agaffney |
533 |
GLIStorageDevice (pointed out by chotchki). Fixed missing int()s. Split |
302 |
agaffney |
535 |
'custom' sync option into 'none' and 'snapshot'. Minor fixes to |
303 |
agaffney |
536 |
GLIStorageDevice as suggested by pychecker. Fix minor bug in |
304 |
agaffney |
538 |
_get_packages_to_emerge(). Fix _quickpkg_deps() to call |
305 |
|
|
_get_packages_to_emerge() |
306 |
agaffney |
528 |
|
307 |
codeman |
526 |
28 Apr 2005; Preston Cody <codeman@gentoo.org> |
308 |
|
|
Added group-adding code to set_users in ArchTemplate |
309 |
|
|
|
310 |
agaffney |
525 |
27 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
311 |
|
|
Added post-install script code |
312 |
|
|
|
313 |
agaffney |
524 |
23 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
314 |
|
|
Fixed encapsulation issues in GLIClientController (bug #90141) |
315 |
|
|
|
316 |
agaffney |
523 |
22 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
317 |
|
|
Update resizing code in GLIStorageDevice |
318 |
|
|
|
319 |
codeman |
522 |
17 Apr 2005; Preston Cody <codeman@gentoo.org> |
320 |
|
|
Update AUTHORS, NEWS, TODO. Added documentation to GLILogger. |
321 |
|
|
|
322 |
agaffney |
521 |
17 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
323 |
|
|
Reverted change to ArchTemplate and added support for commented line in old |
324 |
|
|
code. |
325 |
|
|
|
326 |
agaffney |
518 |
16 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
327 |
|
|
Changed _edit_config() to modify value in-place instead of commenting out and |
328 |
|
|
adding the new value to the end of the file. |
329 |
|
|
|
330 |
codeman |
512 |
15 Apr 2005; Preston Cody <codeman@gentoo.org> |
331 |
|
|
Back. Did the docuementation thang for ArchTemplate and ClientConfiguration. |
332 |
|
|
Also updated TODO list. |
333 |
|
|
|
334 |
agaffney |
509 |
14 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
335 |
|
|
Use blackace's one-liner to add comments for all function for use with |
336 |
|
|
pythondoc. |
337 |
|
|
|
338 |
agaffney |
503 |
13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
339 |
|
|
Moved 'end >= device_sectors' check out of loop to check for next partition's |
340 |
agaffney |
505 |
start point (thanks to Marco Djukic). Fix >4 primary partitions on non-x86. |
341 |
agaffney |
507 |
Partitioning code now tracks start/end of extended for placing logicals. End |
342 |
|
|
point of logical is now adjusted along with start. |
343 |
agaffney |
503 |
|
344 |
agaffney |
497 |
11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
345 |
agaffney |
501 |
Finish overhaul of backend partitioning code. Fixed all bugs that stood in |
346 |
agaffney |
502 |
the way of partitioning from a blank disk. Add int() around access to minor |
347 |
|
|
key in partition information due to new partition code leaving them as float. |
348 |
agaffney |
497 |
|
349 |
agaffney |
494 |
10 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
350 |
agaffney |
495 |
tidy_partitions() function in GLIStorageDevice. Tweaks to tidy code |
351 |
agaffney |
494 |
|
352 |
agaffney |
492 |
9 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
353 |
|
|
Major GLIStorageDevice overhaul...all MB now instead of sectors. |
354 |
|
|
|
355 |
|
|
8 Apr 2005; Scott Myron <samyron@gentoo.org> |
356 |
samyron |
491 |
Added support for DHCP options and MAC addresses in the InstallProfile. |
357 |
|
|
|
358 |
agaffney |
481 |
3 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
359 |
agaffney |
484 |
Changed mountopts check to work for blank and whitespace. Pipe emerge through |
360 |
|
|
sed to properly strip out junk. |
361 |
agaffney |
481 |
|
362 |
codeman |
475 |
2 Apr 2005; Preston Cody <codeman@gentoo.org> |
363 |
codeman |
476 |
fixed the way set_timezone works. added hotplug/coldplug for livecd-kernel |
364 |
codeman |
479 |
added --emptytree to stage2. fixed ethx not being added to runlevel defalt. |
365 |
codeman |
475 |
|
366 |
codeman |
467 |
31 Mar 2005; Preston Cody <codeman@gentoo.org> |
367 |
|
|
Fixed indent problem in GLICController |
368 |
|
|
|
369 |
agaffney |
463 |
30 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
370 |
|
|
Check for disklabel type "loop" and use the device name without a minor. |
371 |
|
|
|
372 |
agaffney |
453 |
29 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
373 |
|
|
Remove /tmp/compile_output.log and /var/log/install.log when install is |
374 |
agaffney |
456 |
complete. Added code to (hopefully) keep 2nd thread running after install. |
375 |
agaffney |
458 |
Patch from zahna for extra arguments to the kernel. Patch from zahna to add |
376 |
agaffney |
460 |
get_eth_info() function. Remove most of content in amd64ArchTemplate and |
377 |
agaffney |
461 |
make it inherit from x86Archtemplate. kernel_args -> bootloader_kernel_args |
378 |
agaffney |
453 |
|
379 |
agaffney |
451 |
28 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
380 |
agaffney |
452 |
Added 'append_log=True' to all spawn() calls using logfile=. Append to log |
381 |
|
|
when unpacking tarball. |
382 |
agaffney |
451 |
|
383 |
codeman |
443 |
28 Mar 2005; Preston Cody <codeman@gentoo.org> |
384 |
codeman |
446 |
rewrote filesystem_tools. looks like it works so ripping out all the old |
385 |
|
|
filesystem_tools code. |
386 |
codeman |
443 |
|
387 |
codeman |
427 |
26 Mar 2005; Preston Cody <codeman@gentoo.org> |
388 |
|
|
Changed the print statements to logging in the partitioning BE code. |
389 |
|
|
the logger may need to be imported to the x86archtemplate. unknown yet. |
390 |
codeman |
432 |
Added the finishing_cleanup function. |
391 |
codeman |
433 |
added a fix to the logger from BenUrban |
392 |
codeman |
427 |
|
393 |
codeman |
422 |
25 Mar 2005; Preston Cody <codeman@gentoo.org> |
394 |
|
|
changed InstallProfile to remove is_uri check on kernel, stage, and portage |
395 |
|
|
URIs. The blank uri check has been commented out. |
396 |
codeman |
426 |
ripped out error checking of set_services. this is done by _add_to_runlevel. |
397 |
codeman |
422 |
|
398 |
agaffney |
419 |
25 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
399 |
|
|
set_stage_tarball_uri() doesn't raise an exception on a blank string. |
400 |
|
|
|
401 |
agaffney |
415 |
24 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
402 |
|
|
GRP-ish quickpkg code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in |
403 |
agaffney |
416 |
the install profile if available. Commented out spawn() debugging prints |
404 |
agaffney |
415 |
|
405 |
codeman |
409 |
23 Mar 2005; Preston Cody <codeman@gentoo.org> |
406 |
|
|
small changes to setup_network_post. moved adding to runlevel of net.x to |
407 |
|
|
after the device gets symlinked. added domainname runlevel command. |
408 |
|
|
|
409 |
agaffney |
401 |
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
410 |
agaffney |
408 |
minor fix (hopefully) to livecd-kernel code. Removed call to mkvardb in |
411 |
agaffney |
412 |
livecd-kernel code as it's now done by catalyst. Switch _emerge() call to |
412 |
|
|
spawn() call in livecd-kernel code to pass environment variables. |
413 |
agaffney |
414 |
livecd-kernel code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in |
414 |
|
|
the install profile if available. |
415 |
agaffney |
402 |
|
416 |
|
|
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
417 |
agaffney |
401 |
Added code to build_kernel() and emerge_kernel_sources() in ArchTemplate |
418 |
|
|
to handle installing the livecd kernel into the new system. |
419 |
|
|
|
420 |
codeman |
395 |
22 Mar 2005; Preston Cody <codeman@gentoo.org> |
421 |
|
|
should emerge hotplug and coldplug before adding them to runlevel. |
422 |
|
|
|
423 |
codeman |
390 |
21 Mar 2005; Preston Cody <codeman@gentoo.org> |
424 |
codeman |
395 |
took chroot out of grub_install command. |
425 |
|
|
|
426 |
|
|
21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
427 |
|
|
Changed chroot wrapper code in spawn() to write the wrapper the python way |
428 |
|
|
instead of the bash way to avoid quote conflicts. Added |
429 |
agaffney |
392 |
'logfile=self._compile_logfile' to a number of spawn() calls. Added new |
430 |
agaffney |
394 |
hash_password() function to GLIUtility. Remove command to 'rm /tmp/spawn.sh' |
431 |
|
|
as it breaks the piping. |
432 |
codeman |
390 |
|
433 |
codeman |
387 |
20 Mar 2005; Preston Cody <codeman@gentoo.org> |
434 |
|
|
Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo. |
435 |
|
|
|
436 |
agaffney |
385 |
20 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
437 |
|
|
Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in |
438 |
agaffney |
386 |
stage1() and stage2(). Added 'origminor' parameter to GLIStorageDevice and |
439 |
agaffney |
389 |
GLIInstallProfile. |
440 |
agaffney |
385 |
|
441 |
agaffney |
379 |
19 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
442 |
agaffney |
384 |
Fixed a couple bugs in add_netmount() in GLIInstallProfile. spawn() outputs |
443 |
|
|
to the actual tty8 with display_on_tty8 flag. Compile output logfile moved |
444 |
|
|
into /mnt/gentoo in prepare_chroot() |
445 |
agaffney |
379 |
|
446 |
agaffney |
375 |
18 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
447 |
|
|
Add sigunmask.c contributed by d_m (on freenode) to counteract python's |
448 |
agaffney |
377 |
retarted behavior regarding threads and signals. Add code to convert MB/%/* |
449 |
|
|
to start/end sectors |
450 |
agaffney |
375 |
|
451 |
|
|
17 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
452 |
agaffney |
374 |
Add 2>&1 to cmd in spawn() |
453 |
|
|
|
454 |
agaffney |
369 |
16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
455 |
|
|
Modified GLIUtility.exitsuccess() to work with return value from |
456 |
agaffney |
371 |
commands.getstatusoutput instead of os.waitpid(). spawn() automatically |
457 |
|
|
creates wrapper script for commands run inside chroot so multiple commands |
458 |
agaffney |
373 |
and redirection can be used. Change exitsuccess() back. Added 'chmod a+x' |
459 |
|
|
for the generated script from spawn() |
460 |
agaffney |
369 |
|
461 |
codeman |
361 |
16 Mar 2005; Preston Cody <codeman@gentoo.org> |
462 |
|
|
Removed default values for stage tarball URI and portage tree URI from |
463 |
|
|
InstallProfile. These should be set by the FEs. also added services step to |
464 |
|
|
ArchTemplate and coldplug/hotplug runlevels to the genkernel step. |
465 |
|
|
Possibly fixed CC DHCP bug with -n. (thx agaffney) |
466 |
|
|
|
467 |
codeman |
359 |
14 Mar 2005; Preston Cody <codeman@gentoo.org> |
468 |
|
|
Small fix for setting the default gateway. Also added feature to dialogfe. |
469 |
|
|
|
470 |
agaffney |
357 |
7 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
471 |
|
|
Switched spawn() over to commands.getstatusoutput() instead of fork/waitpid |
472 |
|
|
|
473 |
codeman |
345 |
1 Mar 2005; Preston Cody <codeman@gentoo.org> |
474 |
codeman |
346 |
Fixed a bunch of true -> True typos. lots of em |
475 |
codeman |
347 |
only write new resolv.conf if there are dns servers listed. |
476 |
codeman |
345 |
|
477 |
agaffney |
343 |
1 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
478 |
|
|
Commented out 'display_on_tty8=True' in start_portmap() |
479 |
|
|
|
480 |
codeman |
341 |
18 Feb 2005; Preston Cody <codeman@gentoo.org> |
481 |
|
|
added progress bar to dialogfe and fix logger bug in ArchTemplate. |
482 |
|
|
|
483 |
agaffney |
337 |
18 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
484 |
agaffney |
339 |
Created GLISayWhat module. Renamed GLISayWhat to GLILocalization. Moved |
485 |
|
|
lang parameter to __init__() |
486 |
codeman |
331 |
|
487 |
|
|
10 Feb 2005; Preston Cody <codeman@gentoo.org> |
488 |
|
|
updates to TODO list. |
489 |
esammer |
4 |
|
490 |
agaffney |
322 |
6 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
491 |
agaffney |
324 |
Initial code for quickpkg GRP support. Fix loop to grab packages from |
492 |
|
|
'emerge -p blah' |
493 |
agaffney |
322 |
|
494 |
codeman |
319 |
6 Feb 2005; Preston Cody <codeman@gentoo.org> |
495 |
codeman |
320 |
check for dhcp in the network stuff and emerge it if it is. |
496 |
|
|
added quickpkg to TODO list |
497 |
codeman |
319 |
|
498 |
codeman |
318 |
5 Feb 2005; Preston Cody <codeman@gentoo.org> |
499 |
|
|
Changed the raising of 'warning' exceptions to a simple log of the error |
500 |
|
|
so that the installer can continue. |
501 |
|
|
|
502 |
codeman |
314 |
3 Feb 2005; Preston Cody <codeman@gentoo.org> |
503 |
|
|
Some big changes. First, changed most output to display_on_tty8. |
504 |
|
|
Second, added log lines to all templates. Some smaller fixes such as typos. |
505 |
|
|
Also did some cleanups of old commented lines. |
506 |
|
|
|
507 |
agaffney |
310 |
1 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
508 |
agaffney |
312 |
Changed tty8 output to a fifo. Minor GLIStorageDevice fix thanks to BenUrban. |
509 |
agaffney |
313 |
Undo change with fix. Escaping fix in GLIStorageDevice.py |
510 |
agaffney |
310 |
|
511 |
codeman |
306 |
31 Jan 2005; Preston Cody <codeman@gentoo.org> |
512 |
|
|
more updates to TODO list. hopefully we'll soon start removing items instead |
513 |
|
|
of adding them. |
514 |
|
|
|
515 |
agaffney |
301 |
29 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
516 |
|
|
Changed the way GLIStorageDevice.get_max_sectors_for_resize() works |
517 |
|
|
|
518 |
codeman |
293 |
27 Jan 2005; Preston Cody <codeman@gentoo.org> |
519 |
codeman |
295 |
updated TODO list. (again) |
520 |
codeman |
293 |
|
521 |
codeman |
286 |
25 Jan 2005; Preston Cody <codeman@gentoo.org> |
522 |
|
|
changed output of portmap start to display_on_tty8. |
523 |
|
|
fixed bootloader for udev and multiple kernels |
524 |
codeman |
288 |
fixed custom kernel config (again) |
525 |
codeman |
286 |
|
526 |
codeman |
281 |
22 Jan 2005; Preston Cody <codeman@gentoo.org> |
527 |
|
|
changed default value of CC._enable_ssh to True because this is smart. |
528 |
codeman |
282 |
added code to allow custom kernel .config. may be unstable and break. sorry. |
529 |
codeman |
281 |
|
530 |
agaffney |
278 |
21 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
531 |
|
|
partition() now waits until after it checks for partition flags before delete |
532 |
|
|
the partitions :P |
533 |
|
|
|
534 |
agaffney |
271 |
19 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
535 |
agaffney |
272 |
Updated TODO. swapon failure it temporarily not an error. swapon is an error |
536 |
agaffney |
277 |
again. is_uri() check only performed on portage_tree_snapshot_uri if it isn't |
537 |
|
|
blank. |
538 |
agaffney |
271 |
|
539 |
codeman |
268 |
19 Jan 2005; Preston Cody <codeman@gentoo.org> |
540 |
|
|
Various fixes related to the add_users function. Still not yet finished. |
541 |
codeman |
269 |
Added things to the TODO list. Lets start using that! |
542 |
codeman |
268 |
|
543 |
agaffney |
264 |
18 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
544 |
|
|
Added code to x86Template to format newly created partitions. Also added |
545 |
agaffney |
265 |
some error checking code. GLIStorageDevice passes 'minor' with data to |
546 |
agaffney |
266 |
InstallProfile. Added partition() call back in ArchTemplate. Fixed NFS |
547 |
|
|
mounting code. |
548 |
agaffney |
264 |
|
549 |
codeman |
263 |
18 Jan 2005; Preston Cody <codeman@gentoo.org> |
550 |
|
|
Took out unnecessary setting of random livecd root password. the cd already |
551 |
|
|
sets it randomly. |
552 |
|
|
|
553 |
agaffney |
255 |
15 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
554 |
|
|
Took out an unneeded step from CC's run() |
555 |
|
|
|
556 |
codeman |
248 |
15 Jan 2005; Preston Cody <codeman@gentoo.org> |
557 |
|
|
Attempt at detecting and adding windows partitions to lilo. |
558 |
|
|
|
559 |
codeman |
235 |
14 Jan 2005; Preston Cody <codeman@gentoo.org> |
560 |
codeman |
237 |
Added lilo code and cleaned up lilo code. also do_partitioning renamed to |
561 |
|
|
partition. fixed misc exit_status => exitstatus typo. |
562 |
codeman |
235 |
|
563 |
agaffney |
230 |
11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
564 |
agaffney |
232 |
Added basic code for resizing filesystems with pyparted. Fixed code for |
565 |
|
|
resizing ntfs and ext2/3. |
566 |
agaffney |
230 |
|
567 |
agaffney |
228 |
10 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
568 |
|
|
Fixed partition() in x86Template so that it scans through logicals and deletes |
569 |
agaffney |
229 |
before deleting containing extended partition. Also clears partition table to |
570 |
|
|
be safe before third pass. |
571 |
agaffney |
228 |
|
572 |
codeman |
226 |
08 Jan 2005; Preston Cody <codeman@gentoo.org> |
573 |
|
|
Added mount_network_shares. not able to test it from this computer. |
574 |
|
|
will test when i get back to school. |
575 |
|
|
also added start_portmap to the client_controller as an always-do. |
576 |
|
|
agaffney says this is needed for NFS mounts to work. |
577 |
|
|
|
578 |
agaffney |
225 |
08 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
579 |
|
|
Partial rewrite of partitioning code in x86Template. No longer shells out to |
580 |
|
|
parted to perform actions, now uses all pyparted calls. Code "works" in a |
581 |
|
|
test, but still needs lots of TLC. Also modified tests/install.py to work |
582 |
|
|
with x86Template and GLIClientConfiguration. |
583 |
|
|
|
584 |
agaffney |
221 |
07 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
585 |
|
|
Initial move of partitioning code from ArchTemplate to x86Template. |
586 |
agaffney |
220 |
|
587 |
codeman |
219 |
07 Jan 2005; Preston Cody <codeman@gentoo.org> |
588 |
agaffney |
224 |
Added grp_install and services to InstallProfile. forgot about the set_root_password |
589 |
codeman |
222 |
|
590 |
|
|
07 Jan 2005; Preston Cody <codeman@gentoo.org> |
591 |
codeman |
219 |
Fixed a few more edit_configs. fixed a chroot multicommand bug thanks to agaffney. |
592 |
|
|
Test Install ran very well (skipping partitioning). |
593 |
|
|
|
594 |
codeman |
213 |
05 Jan 2005; Preston Cody <codeman@gentoo.org> |
595 |
codeman |
215 |
My mid-day update. rewrote mount_local_partitions for order of mounting. fixed prepare_chroot |
596 |
codeman |
216 |
rewrote configure_fstab and install_bootloader for new partition format. fixed a few _edit_configs. |
597 |
|
|
some may still have eluded me. |
598 |
codeman |
215 |
|
599 |
|
|
05 Jan 2005; Preston Cody <codeman@gentoo.org> |
600 |
codeman |
213 |
Overhauled the entire ArchTemplate and did a lot of other misc fixes in order to test it. |
601 |
|
|
Just finished mount_local_partitions in GLIArchitectureTemplate |
602 |
|
|
|
603 |
agaffney |
212 |
05 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
604 |
|
|
Added get_num_sectors() to GLIStorageDevice. |
605 |
|
|
|
606 |
|
|
04 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
607 |
agaffney |
205 |
GLIStorageDevice now tracks partition boundaries in sectors instead of cylinders. |
608 |
agaffney |
208 |
Also now ignores <=100 sectors for free space. Removed remaining depends stuff |
609 |
|
|
from GLIInstallProfile. |
610 |
agaffney |
205 |
|
611 |
agaffney |
188 |
20 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
612 |
|
|
GLIStorageDevice returns "unknown" instead of "" for get_type() |
613 |
|
|
|
614 |
agaffney |
183 |
19 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
615 |
agaffney |
184 |
Added get_extended_partition() to GLIStorageDevice. Rewrote get_logicals() to |
616 |
|
|
actually work. Commented out resizability checking code for speed. |
617 |
agaffney |
183 |
|
618 |
agaffney |
174 |
17 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
619 |
|
|
Switched to using dumpe2fs to determine free space left in ext2/3 filesystem in |
620 |
|
|
GLIStorageDevice at the suggestion of plors |
621 |
|
|
|
622 |
agaffney |
162 |
10 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
623 |
|
|
Added a function to GLIUtility to pull a value from a make.conf-style config |
624 |
agaffney |
163 |
file. Minor type fix to GLIInstallProfile.py |
625 |
agaffney |
162 |
|
626 |
agaffney |
160 |
09 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
627 |
agaffney |
163 |
Added code in GLIArchitectureTemplate.py to write netmounts into fstab. Separated |
628 |
|
|
network mounts from partition data structure in GLIInstallProfile |
629 |
agaffney |
161 |
|
630 |
agaffney |
147 |
27 Nov 2004; Andrew Gaffney <agaffney@gentoo.org> |
631 |
|
|
Changed the way GLIStorageDevice.py determines the amount a ext2/3 filesystem |
632 |
|
|
can be resized. |
633 |
|
|
|
634 |
codeman |
91 |
27 Oct 2004; Preston Cody <codeman@gentoo.org> |
635 |
|
|
Added some of the final functions to GLIInstallTemplate. |
636 |
|
|
Yes this project is still active despite rare use of the Changelog! |
637 |
|
|
|
638 |
npmccallum |
58 |
11 Jun 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
639 |
|
|
Added the GLIPartitionTools.py file. This is a temporary insertion of |
640 |
|
|
partitioning tools that will eventually go into their own package. |
641 |
|
|
|
642 |
npmccallum |
33 |
27 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
643 |
|
|
Added InstallProfileTODO.txt. Added GLIClientConfiguration.py (contains run-time |
644 |
|
|
for the program). Added __init__(install_profile, client_configuration) to |
645 |
|
|
GLI.InstallProfile. This sets install_profile and client_configuration once so as |
646 |
|
|
to avoid constantly passing stuff every time we call a method. |
647 |
|
|
|
648 |
npmccallum |
28 |
26 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
649 |
|
|
|
650 |
|
|
Added another private method to GLI.InstallTemplate. _edit_config() modifies config |
651 |
|
|
files without messing up all the other stuff in them. This will be used for making |
652 |
|
|
changes to make.conf, rc.conf, /etc/conf.d/net, etc... |
653 |
|
|
|
654 |
npmccallum |
27 |
25 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
655 |
|
|
|
656 |
|
|
Added GLI.InstallTemplate framework. This is not yet functional. However, it does |
657 |
|
|
have a few basic things. I added two private methods. One is _depends(). This |
658 |
|
|
will be used for dependency checking (ie. unpacking a tarball requires that |
659 |
|
|
partitioning has been done). The other is _exec_in_chroot(). This is the exact |
660 |
|
|
same syntax as os.system(), however, instead of being run in the liveCD |
661 |
|
|
environment, it runs in the chroot. This requires a bit of fork() magic, so I |
662 |
|
|
isolated the code. Hope to work more this week to get this class formed... |
663 |
|
|
|
664 |
esammer |
7 |
14 Feb 2004; Eric Sammer <esammer@gentoo.org> |
665 |
|
|
|
666 |
|
|
Added SAX parsing. Made GLI.InstallProfile a subclass of xml.sax.ContentHandler for |
667 |
|
|
obvious reasons. Switched kernel_modules and users to be lists instead of tuples |
668 |
|
|
to allow for easier modification (mutable, rather than immutable objects). Updated |
669 |
|
|
existing pydoc and added more. Implemented body of GLI.InstallProfile.parse(). |
670 |
|
|
Cleaned file format of GLI.py a bit. Fixed all accessors to use self references. |
671 |
|
|
Added initial unit test code. |
672 |
|
|
|
673 |
esammer |
4 |
9 Feb 2004; Eric Sammer <esammer@gentoo.org> |
674 |
|
|
|
675 |
|
|
Added initial changelog. Setting up the basic structure of the CVS repository |
676 |
|
|
for the project. Added the UML class diagram in docs. Added a skeletal GLI |
677 |
|
|
python module. Added misc files such news, authors, etc. |