| 1 |
# ChangeLog for Gentoo Linux Installer
|
| 2 |
# Copyright 2005 Gentoo Technologies, Inc.
|
| 3 |
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.213 2005/06/09 05:57:56 agaffney Exp $
|
| 4 |
|
| 5 |
*GLI-0.1_alpha (4 Apr 2005)
|
| 6 |
|
| 7 |
9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 8 |
Removed start/end from XML output and added mkfsopts to partitioning info.
|
| 9 |
|
| 10 |
8 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 11 |
Updates to GenDialog and dialogfe.
|
| 12 |
|
| 13 |
7 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 14 |
Typo (%$^&#$!) fix in GLIStorageDevice. Minor fix recommended by pychecker
|
| 15 |
|
| 16 |
6 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 17 |
more GenDialog updates to partitioning.
|
| 18 |
|
| 19 |
5 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 20 |
Indenting issue in GLISD/get_ordered_partition_list.
|
| 21 |
updates to GenDialog partitioning and added default UTC for timezone in IP.
|
| 22 |
|
| 23 |
5 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 24 |
Added GLISD.get_model()
|
| 25 |
|
| 26 |
3 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 27 |
Added get_eth_devices() to GLIUtility. Updated netfe.py to newest version.
|
| 28 |
More updates to GenDialog :)
|
| 29 |
|
| 30 |
3 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 31 |
Added get_interface_realname() function.
|
| 32 |
|
| 33 |
2 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 34 |
Added auto-save of CConfig and copying to new /root after install.
|
| 35 |
yet even more GenDialog updates.
|
| 36 |
|
| 37 |
1 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 38 |
removed print statement from GLISD. more updates to GenDialog.
|
| 39 |
|
| 40 |
31 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 41 |
Not being able to fetch the stage tarball is now an exception. Chroot wrapper
|
| 42 |
passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be
|
| 43 |
loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few
|
| 44 |
places in GLIClientConfiguration.
|
| 45 |
|
| 46 |
27 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 47 |
Fix mount_local_partitions(), configure_fstab(), and
|
| 48 |
install_filesystem_tools() to use GLISD directly. A few more fixes for same.
|
| 49 |
A few more fixes for templates/x86Archtemplate
|
| 50 |
|
| 51 |
27 May 2005; Preston Cody <codeman@gentoo.org>
|
| 52 |
Removed more unused code from CConfig. Updated GLIGenDialog, but it is still
|
| 53 |
a work in progress.
|
| 54 |
|
| 55 |
24 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 56 |
Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD
|
| 57 |
directly. GLISD can now handle data imported from XML.
|
| 58 |
|
| 59 |
22 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 60 |
Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to
|
| 61 |
handle blank (no disklabel) disks.
|
| 62 |
|
| 63 |
20 May 2005; Preston Cody <codeman@gentoo.org>
|
| 64 |
HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned
|
| 65 |
up, documented, and separated out serialization and grouped all sections.
|
| 66 |
|
| 67 |
19 May 2005; Preston Cody <codeman@gentoo.org>
|
| 68 |
Reorganization of ClientConfiguration and gutting of unused functions.
|
| 69 |
Removed verbose option from CC. Moved import statement in IP and CConfig up.
|
| 70 |
|
| 71 |
18 May 2005; Preston Cody <codeman@gentoo.org>
|
| 72 |
Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup
|
| 73 |
|
| 74 |
17 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 75 |
Fixed bug in finishing_cleanup(). Fix a late-night coding error in
|
| 76 |
partitioning. CC serializes install profile to disk and prepare_chroot()
|
| 77 |
copies it into /mnt/gentoo/root
|
| 78 |
|
| 79 |
16 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 80 |
Moved URI parsing into new function parse_uri()
|
| 81 |
|
| 82 |
14 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 83 |
Added XMLParser module.
|
| 84 |
|
| 85 |
13 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 86 |
Fix is_realstring() and rewrite is_uri() to use a regex to parse the URI.
|
| 87 |
Minor fix to is_uri() regex to allow hyphens in hostname.
|
| 88 |
|
| 89 |
12 May 2005; Preston Cody <codeman@gentoo.org>
|
| 90 |
Updated finishing_cleanup for new unmounting method from agaffney.
|
| 91 |
|
| 92 |
12 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 93 |
Fix GLILogger to use correct time format string. Fix _edit_config() to
|
| 94 |
properly comment out variables. Fix minor bug in finishing_cleanup(). Add
|
| 95 |
unicode support to is_realstring().
|
| 96 |
|
| 97 |
11 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 98 |
Added --nocolor to all emerge calls. Fix is_eth_device to test for zero
|
| 99 |
return value instead of non-zero. Add code to output a traceback to the
|
| 100 |
install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes
|
| 101 |
instead of --nocolor.
|
| 102 |
|
| 103 |
10 May 2005; Preston Cody <codeman@gentoo.org>
|
| 104 |
Added GLIGenDialog.py to make a generic class for the dialog functions that
|
| 105 |
can be used by both dialogfe and the netfe/be. updated both for new filename.
|
| 106 |
date changes. 2004->2005.
|
| 107 |
|
| 108 |
10 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 109 |
Removed 'quiet=True' from spawn() calls
|
| 110 |
|
| 111 |
10 May 2005; Preston Cody <codeman@gentoo.org>
|
| 112 |
Updated GLIUtility with patches from chotchki. Also added documentation
|
| 113 |
|
| 114 |
9 May 2005; Preston Cody <codeman@gentoo.org>
|
| 115 |
Added the function for set_etc_portage to ArchTemplate. no step for it yet.
|
| 116 |
Updated _edit_config in ArchTemplate, make_config, and various other fixes
|
| 117 |
from bug #89683, mostly touchups.
|
| 118 |
|
| 119 |
6 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 120 |
GLIStorageDevice cleanup patch from bug #91761
|
| 121 |
|
| 122 |
3 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 123 |
Fixed timezone code to not link to /mnt/gentoo/usr/share/zoneinfo/blah. Fix
|
| 124 |
_edit_config(). Error logging casts 'error' to str
|
| 125 |
|
| 126 |
2 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 127 |
Exceptions received in CC are logged before being passed to the FE. Added
|
| 128 |
code to CC to handle exceptions *not* thrown by the installer itself.
|
| 129 |
|
| 130 |
1 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 131 |
get_max_mb_for_resize() returns -1 if not self.resizeable
|
| 132 |
|
| 133 |
30 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 134 |
More dirty rsync hacks :-/
|
| 135 |
|
| 136 |
29 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 137 |
Patches from chotchki (bug #90325) to improve CC networking. untested.
|
| 138 |
|
| 139 |
29 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 140 |
Proxies patch from chotchki (bug #90147). Fixed == instead of = typos in
|
| 141 |
GLIStorageDevice (pointed out by chotchki). Fixed missing int()s. Split
|
| 142 |
'custom' sync option into 'none' and 'snapshot'. Minor fixes to
|
| 143 |
GLIStorageDevice as suggested by pychecker. Fix minor bug in
|
| 144 |
_get_packages_to_emerge(). Fix _quickpkg_deps() to call
|
| 145 |
_get_packages_to_emerge()
|
| 146 |
|
| 147 |
28 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 148 |
Added group-adding code to set_users in ArchTemplate
|
| 149 |
|
| 150 |
27 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 151 |
Added post-install script code
|
| 152 |
|
| 153 |
23 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 154 |
Fixed encapsulation issues in GLIClientController (bug #90141)
|
| 155 |
|
| 156 |
22 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 157 |
Update resizing code in GLIStorageDevice
|
| 158 |
|
| 159 |
17 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 160 |
Update AUTHORS, NEWS, TODO. Added documentation to GLILogger.
|
| 161 |
|
| 162 |
17 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 163 |
Reverted change to ArchTemplate and added support for commented line in old
|
| 164 |
code.
|
| 165 |
|
| 166 |
16 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 167 |
Changed _edit_config() to modify value in-place instead of commenting out and
|
| 168 |
adding the new value to the end of the file.
|
| 169 |
|
| 170 |
15 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 171 |
Back. Did the docuementation thang for ArchTemplate and ClientConfiguration.
|
| 172 |
Also updated TODO list.
|
| 173 |
|
| 174 |
14 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 175 |
Use blackace's one-liner to add comments for all function for use with
|
| 176 |
pythondoc.
|
| 177 |
|
| 178 |
13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 179 |
Moved 'end >= device_sectors' check out of loop to check for next partition's
|
| 180 |
start point (thanks to Marco Djukic). Fix >4 primary partitions on non-x86.
|
| 181 |
Partitioning code now tracks start/end of extended for placing logicals. End
|
| 182 |
point of logical is now adjusted along with start.
|
| 183 |
|
| 184 |
11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 185 |
Finish overhaul of backend partitioning code. Fixed all bugs that stood in
|
| 186 |
the way of partitioning from a blank disk. Add int() around access to minor
|
| 187 |
key in partition information due to new partition code leaving them as float.
|
| 188 |
|
| 189 |
10 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 190 |
tidy_partitions() function in GLIStorageDevice. Tweaks to tidy code
|
| 191 |
|
| 192 |
9 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 193 |
Major GLIStorageDevice overhaul...all MB now instead of sectors.
|
| 194 |
|
| 195 |
8 Apr 2005; Scott Myron <samyron@gentoo.org>
|
| 196 |
Added support for DHCP options and MAC addresses in the InstallProfile.
|
| 197 |
|
| 198 |
3 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 199 |
Changed mountopts check to work for blank and whitespace. Pipe emerge through
|
| 200 |
sed to properly strip out junk.
|
| 201 |
|
| 202 |
2 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 203 |
fixed the way set_timezone works. added hotplug/coldplug for livecd-kernel
|
| 204 |
added --emptytree to stage2. fixed ethx not being added to runlevel defalt.
|
| 205 |
|
| 206 |
31 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 207 |
Fixed indent problem in GLICController
|
| 208 |
|
| 209 |
30 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 210 |
Check for disklabel type "loop" and use the device name without a minor.
|
| 211 |
|
| 212 |
29 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 213 |
Remove /tmp/compile_output.log and /var/log/install.log when install is
|
| 214 |
complete. Added code to (hopefully) keep 2nd thread running after install.
|
| 215 |
Patch from zahna for extra arguments to the kernel. Patch from zahna to add
|
| 216 |
get_eth_info() function. Remove most of content in amd64ArchTemplate and
|
| 217 |
make it inherit from x86Archtemplate. kernel_args -> bootloader_kernel_args
|
| 218 |
|
| 219 |
28 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 220 |
Added 'append_log=True' to all spawn() calls using logfile=. Append to log
|
| 221 |
when unpacking tarball.
|
| 222 |
|
| 223 |
28 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 224 |
rewrote filesystem_tools. looks like it works so ripping out all the old
|
| 225 |
filesystem_tools code.
|
| 226 |
|
| 227 |
26 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 228 |
Changed the print statements to logging in the partitioning BE code.
|
| 229 |
the logger may need to be imported to the x86archtemplate. unknown yet.
|
| 230 |
Added the finishing_cleanup function.
|
| 231 |
added a fix to the logger from BenUrban
|
| 232 |
|
| 233 |
25 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 234 |
changed InstallProfile to remove is_uri check on kernel, stage, and portage
|
| 235 |
URIs. The blank uri check has been commented out.
|
| 236 |
ripped out error checking of set_services. this is done by _add_to_runlevel.
|
| 237 |
|
| 238 |
25 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 239 |
set_stage_tarball_uri() doesn't raise an exception on a blank string.
|
| 240 |
|
| 241 |
24 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 242 |
GRP-ish quickpkg code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in
|
| 243 |
the install profile if available. Commented out spawn() debugging prints
|
| 244 |
|
| 245 |
23 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 246 |
small changes to setup_network_post. moved adding to runlevel of net.x to
|
| 247 |
after the device gets symlinked. added domainname runlevel command.
|
| 248 |
|
| 249 |
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 250 |
minor fix (hopefully) to livecd-kernel code. Removed call to mkvardb in
|
| 251 |
livecd-kernel code as it's now done by catalyst. Switch _emerge() call to
|
| 252 |
spawn() call in livecd-kernel code to pass environment variables.
|
| 253 |
livecd-kernel code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in
|
| 254 |
the install profile if available.
|
| 255 |
|
| 256 |
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 257 |
Added code to build_kernel() and emerge_kernel_sources() in ArchTemplate
|
| 258 |
to handle installing the livecd kernel into the new system.
|
| 259 |
|
| 260 |
22 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 261 |
should emerge hotplug and coldplug before adding them to runlevel.
|
| 262 |
|
| 263 |
21 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 264 |
took chroot out of grub_install command.
|
| 265 |
|
| 266 |
21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 267 |
Changed chroot wrapper code in spawn() to write the wrapper the python way
|
| 268 |
instead of the bash way to avoid quote conflicts. Added
|
| 269 |
'logfile=self._compile_logfile' to a number of spawn() calls. Added new
|
| 270 |
hash_password() function to GLIUtility. Remove command to 'rm /tmp/spawn.sh'
|
| 271 |
as it breaks the piping.
|
| 272 |
|
| 273 |
20 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 274 |
Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo.
|
| 275 |
|
| 276 |
20 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 277 |
Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in
|
| 278 |
stage1() and stage2(). Added 'origminor' parameter to GLIStorageDevice and
|
| 279 |
GLIInstallProfile.
|
| 280 |
|
| 281 |
19 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 282 |
Fixed a couple bugs in add_netmount() in GLIInstallProfile. spawn() outputs
|
| 283 |
to the actual tty8 with display_on_tty8 flag. Compile output logfile moved
|
| 284 |
into /mnt/gentoo in prepare_chroot()
|
| 285 |
|
| 286 |
18 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 287 |
Add sigunmask.c contributed by d_m (on freenode) to counteract python's
|
| 288 |
retarted behavior regarding threads and signals. Add code to convert MB/%/*
|
| 289 |
to start/end sectors
|
| 290 |
|
| 291 |
17 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 292 |
Add 2>&1 to cmd in spawn()
|
| 293 |
|
| 294 |
16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 295 |
Modified GLIUtility.exitsuccess() to work with return value from
|
| 296 |
commands.getstatusoutput instead of os.waitpid(). spawn() automatically
|
| 297 |
creates wrapper script for commands run inside chroot so multiple commands
|
| 298 |
and redirection can be used. Change exitsuccess() back. Added 'chmod a+x'
|
| 299 |
for the generated script from spawn()
|
| 300 |
|
| 301 |
16 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 302 |
Removed default values for stage tarball URI and portage tree URI from
|
| 303 |
InstallProfile. These should be set by the FEs. also added services step to
|
| 304 |
ArchTemplate and coldplug/hotplug runlevels to the genkernel step.
|
| 305 |
Possibly fixed CC DHCP bug with -n. (thx agaffney)
|
| 306 |
|
| 307 |
14 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 308 |
Small fix for setting the default gateway. Also added feature to dialogfe.
|
| 309 |
|
| 310 |
7 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 311 |
Switched spawn() over to commands.getstatusoutput() instead of fork/waitpid
|
| 312 |
|
| 313 |
1 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 314 |
Fixed a bunch of true -> True typos. lots of em
|
| 315 |
only write new resolv.conf if there are dns servers listed.
|
| 316 |
|
| 317 |
1 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 318 |
Commented out 'display_on_tty8=True' in start_portmap()
|
| 319 |
|
| 320 |
18 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 321 |
added progress bar to dialogfe and fix logger bug in ArchTemplate.
|
| 322 |
|
| 323 |
18 Feb 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 324 |
Created GLISayWhat module. Renamed GLISayWhat to GLILocalization. Moved
|
| 325 |
lang parameter to __init__()
|
| 326 |
|
| 327 |
10 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 328 |
updates to TODO list.
|
| 329 |
|
| 330 |
6 Feb 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 331 |
Initial code for quickpkg GRP support. Fix loop to grab packages from
|
| 332 |
'emerge -p blah'
|
| 333 |
|
| 334 |
6 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 335 |
check for dhcp in the network stuff and emerge it if it is.
|
| 336 |
added quickpkg to TODO list
|
| 337 |
|
| 338 |
5 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 339 |
Changed the raising of 'warning' exceptions to a simple log of the error
|
| 340 |
so that the installer can continue.
|
| 341 |
|
| 342 |
3 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 343 |
Some big changes. First, changed most output to display_on_tty8.
|
| 344 |
Second, added log lines to all templates. Some smaller fixes such as typos.
|
| 345 |
Also did some cleanups of old commented lines.
|
| 346 |
|
| 347 |
1 Feb 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 348 |
Changed tty8 output to a fifo. Minor GLIStorageDevice fix thanks to BenUrban.
|
| 349 |
Undo change with fix. Escaping fix in GLIStorageDevice.py
|
| 350 |
|
| 351 |
31 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 352 |
more updates to TODO list. hopefully we'll soon start removing items instead
|
| 353 |
of adding them.
|
| 354 |
|
| 355 |
29 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 356 |
Changed the way GLIStorageDevice.get_max_sectors_for_resize() works
|
| 357 |
|
| 358 |
27 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 359 |
updated TODO list. (again)
|
| 360 |
|
| 361 |
25 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 362 |
changed output of portmap start to display_on_tty8.
|
| 363 |
fixed bootloader for udev and multiple kernels
|
| 364 |
fixed custom kernel config (again)
|
| 365 |
|
| 366 |
22 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 367 |
changed default value of CC._enable_ssh to True because this is smart.
|
| 368 |
added code to allow custom kernel .config. may be unstable and break. sorry.
|
| 369 |
|
| 370 |
21 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 371 |
partition() now waits until after it checks for partition flags before delete
|
| 372 |
the partitions :P
|
| 373 |
|
| 374 |
19 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 375 |
Updated TODO. swapon failure it temporarily not an error. swapon is an error
|
| 376 |
again. is_uri() check only performed on portage_tree_snapshot_uri if it isn't
|
| 377 |
blank.
|
| 378 |
|
| 379 |
19 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 380 |
Various fixes related to the add_users function. Still not yet finished.
|
| 381 |
Added things to the TODO list. Lets start using that!
|
| 382 |
|
| 383 |
18 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 384 |
Added code to x86Template to format newly created partitions. Also added
|
| 385 |
some error checking code. GLIStorageDevice passes 'minor' with data to
|
| 386 |
InstallProfile. Added partition() call back in ArchTemplate. Fixed NFS
|
| 387 |
mounting code.
|
| 388 |
|
| 389 |
18 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 390 |
Took out unnecessary setting of random livecd root password. the cd already
|
| 391 |
sets it randomly.
|
| 392 |
|
| 393 |
15 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 394 |
Took out an unneeded step from CC's run()
|
| 395 |
|
| 396 |
15 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 397 |
Attempt at detecting and adding windows partitions to lilo.
|
| 398 |
|
| 399 |
14 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 400 |
Added lilo code and cleaned up lilo code. also do_partitioning renamed to
|
| 401 |
partition. fixed misc exit_status => exitstatus typo.
|
| 402 |
|
| 403 |
11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 404 |
Added basic code for resizing filesystems with pyparted. Fixed code for
|
| 405 |
resizing ntfs and ext2/3.
|
| 406 |
|
| 407 |
10 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 408 |
Fixed partition() in x86Template so that it scans through logicals and deletes
|
| 409 |
before deleting containing extended partition. Also clears partition table to
|
| 410 |
be safe before third pass.
|
| 411 |
|
| 412 |
08 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 413 |
Added mount_network_shares. not able to test it from this computer.
|
| 414 |
will test when i get back to school.
|
| 415 |
also added start_portmap to the client_controller as an always-do.
|
| 416 |
agaffney says this is needed for NFS mounts to work.
|
| 417 |
|
| 418 |
08 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 419 |
Partial rewrite of partitioning code in x86Template. No longer shells out to
|
| 420 |
parted to perform actions, now uses all pyparted calls. Code "works" in a
|
| 421 |
test, but still needs lots of TLC. Also modified tests/install.py to work
|
| 422 |
with x86Template and GLIClientConfiguration.
|
| 423 |
|
| 424 |
07 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 425 |
Initial move of partitioning code from ArchTemplate to x86Template.
|
| 426 |
|
| 427 |
07 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 428 |
Added grp_install and services to InstallProfile. forgot about the set_root_password
|
| 429 |
|
| 430 |
07 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 431 |
Fixed a few more edit_configs. fixed a chroot multicommand bug thanks to agaffney.
|
| 432 |
Test Install ran very well (skipping partitioning).
|
| 433 |
|
| 434 |
05 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 435 |
My mid-day update. rewrote mount_local_partitions for order of mounting. fixed prepare_chroot
|
| 436 |
rewrote configure_fstab and install_bootloader for new partition format. fixed a few _edit_configs.
|
| 437 |
some may still have eluded me.
|
| 438 |
|
| 439 |
05 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 440 |
Overhauled the entire ArchTemplate and did a lot of other misc fixes in order to test it.
|
| 441 |
Just finished mount_local_partitions in GLIArchitectureTemplate
|
| 442 |
|
| 443 |
05 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 444 |
Added get_num_sectors() to GLIStorageDevice.
|
| 445 |
|
| 446 |
04 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 447 |
GLIStorageDevice now tracks partition boundaries in sectors instead of cylinders.
|
| 448 |
Also now ignores <=100 sectors for free space. Removed remaining depends stuff
|
| 449 |
from GLIInstallProfile.
|
| 450 |
|
| 451 |
20 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 452 |
GLIStorageDevice returns "unknown" instead of "" for get_type()
|
| 453 |
|
| 454 |
19 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 455 |
Added get_extended_partition() to GLIStorageDevice. Rewrote get_logicals() to
|
| 456 |
actually work. Commented out resizability checking code for speed.
|
| 457 |
|
| 458 |
17 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 459 |
Switched to using dumpe2fs to determine free space left in ext2/3 filesystem in
|
| 460 |
GLIStorageDevice at the suggestion of plors
|
| 461 |
|
| 462 |
10 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 463 |
Added a function to GLIUtility to pull a value from a make.conf-style config
|
| 464 |
file. Minor type fix to GLIInstallProfile.py
|
| 465 |
|
| 466 |
09 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 467 |
Added code in GLIArchitectureTemplate.py to write netmounts into fstab. Separated
|
| 468 |
network mounts from partition data structure in GLIInstallProfile
|
| 469 |
|
| 470 |
27 Nov 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 471 |
Changed the way GLIStorageDevice.py determines the amount a ext2/3 filesystem
|
| 472 |
can be resized.
|
| 473 |
|
| 474 |
27 Oct 2004; Preston Cody <codeman@gentoo.org>
|
| 475 |
Added some of the final functions to GLIInstallTemplate.
|
| 476 |
Yes this project is still active despite rare use of the Changelog!
|
| 477 |
|
| 478 |
11 Jun 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 479 |
Added the GLIPartitionTools.py file. This is a temporary insertion of
|
| 480 |
partitioning tools that will eventually go into their own package.
|
| 481 |
|
| 482 |
27 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 483 |
Added InstallProfileTODO.txt. Added GLIClientConfiguration.py (contains run-time
|
| 484 |
for the program). Added __init__(install_profile, client_configuration) to
|
| 485 |
GLI.InstallProfile. This sets install_profile and client_configuration once so as
|
| 486 |
to avoid constantly passing stuff every time we call a method.
|
| 487 |
|
| 488 |
26 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 489 |
|
| 490 |
Added another private method to GLI.InstallTemplate. _edit_config() modifies config
|
| 491 |
files without messing up all the other stuff in them. This will be used for making
|
| 492 |
changes to make.conf, rc.conf, /etc/conf.d/net, etc...
|
| 493 |
|
| 494 |
25 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 495 |
|
| 496 |
Added GLI.InstallTemplate framework. This is not yet functional. However, it does
|
| 497 |
have a few basic things. I added two private methods. One is _depends(). This
|
| 498 |
will be used for dependency checking (ie. unpacking a tarball requires that
|
| 499 |
partitioning has been done). The other is _exec_in_chroot(). This is the exact
|
| 500 |
same syntax as os.system(), however, instead of being run in the liveCD
|
| 501 |
environment, it runs in the chroot. This requires a bit of fork() magic, so I
|
| 502 |
isolated the code. Hope to work more this week to get this class formed...
|
| 503 |
|
| 504 |
14 Feb 2004; Eric Sammer <esammer@gentoo.org>
|
| 505 |
|
| 506 |
Added SAX parsing. Made GLI.InstallProfile a subclass of xml.sax.ContentHandler for
|
| 507 |
obvious reasons. Switched kernel_modules and users to be lists instead of tuples
|
| 508 |
to allow for easier modification (mutable, rather than immutable objects). Updated
|
| 509 |
existing pydoc and added more. Implemented body of GLI.InstallProfile.parse().
|
| 510 |
Cleaned file format of GLI.py a bit. Fixed all accessors to use self references.
|
| 511 |
Added initial unit test code.
|
| 512 |
|
| 513 |
9 Feb 2004; Eric Sammer <esammer@gentoo.org>
|
| 514 |
|
| 515 |
Added initial changelog. Setting up the basic structure of the CVS repository
|
| 516 |
for the project. Added the UML class diagram in docs. Added a skeletal GLI
|
| 517 |
python module. Added misc files such news, authors, etc.
|