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