| 1 |
# ChangeLog for Gentoo Linux Installer |
| 2 |
# Copyright 2004 Gentoo Technologies, Inc. |
| 3 |
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.39 2005/01/16 04:04:36 agaffney Exp $ |
| 4 |
|
| 5 |
*GLI-0.01 (9 Feb 2004) |
| 6 |
|
| 7 |
15 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 |
Took out an unneeded step from CC's run() |
| 9 |
|
| 10 |
15 Jan 2005; Preston Cody <codeman@gentoo.org> |
| 11 |
Attempt at detecting and adding windows partitions to lilo. |
| 12 |
|
| 13 |
14 Jan 2005; Preston Cody <codeman@gentoo.org> |
| 14 |
Added lilo code and cleaned up lilo code. also do_partitioning renamed to |
| 15 |
partition. fixed misc exit_status => exitstatus typo. |
| 16 |
|
| 17 |
11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 18 |
Added basic code for resizing filesystems with pyparted. Fixed code for |
| 19 |
resizing ntfs and ext2/3. |
| 20 |
|
| 21 |
10 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 22 |
Fixed partition() in x86Template so that it scans through logicals and deletes |
| 23 |
before deleting containing extended partition. Also clears partition table to |
| 24 |
be safe before third pass. |
| 25 |
|
| 26 |
08 Jan 2005; Preston Cody <codeman@gentoo.org> |
| 27 |
Added mount_network_shares. not able to test it from this computer. |
| 28 |
will test when i get back to school. |
| 29 |
also added start_portmap to the client_controller as an always-do. |
| 30 |
agaffney says this is needed for NFS mounts to work. |
| 31 |
|
| 32 |
08 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 33 |
Partial rewrite of partitioning code in x86Template. No longer shells out to |
| 34 |
parted to perform actions, now uses all pyparted calls. Code "works" in a |
| 35 |
test, but still needs lots of TLC. Also modified tests/install.py to work |
| 36 |
with x86Template and GLIClientConfiguration. |
| 37 |
|
| 38 |
07 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 39 |
Initial move of partitioning code from ArchTemplate to x86Template. |
| 40 |
|
| 41 |
07 Jan 2005; Preston Cody <codeman@gentoo.org> |
| 42 |
Added grp_install and services to InstallProfile. forgot about the set_root_password |
| 43 |
|
| 44 |
07 Jan 2005; Preston Cody <codeman@gentoo.org> |
| 45 |
Fixed a few more edit_configs. fixed a chroot multicommand bug thanks to agaffney. |
| 46 |
Test Install ran very well (skipping partitioning). |
| 47 |
|
| 48 |
05 Jan 2005; Preston Cody <codeman@gentoo.org> |
| 49 |
My mid-day update. rewrote mount_local_partitions for order of mounting. fixed prepare_chroot |
| 50 |
rewrote configure_fstab and install_bootloader for new partition format. fixed a few _edit_configs. |
| 51 |
some may still have eluded me. |
| 52 |
|
| 53 |
05 Jan 2005; Preston Cody <codeman@gentoo.org> |
| 54 |
Overhauled the entire ArchTemplate and did a lot of other misc fixes in order to test it. |
| 55 |
Just finished mount_local_partitions in GLIArchitectureTemplate |
| 56 |
|
| 57 |
05 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 58 |
Added get_num_sectors() to GLIStorageDevice. |
| 59 |
|
| 60 |
04 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 61 |
GLIStorageDevice now tracks partition boundaries in sectors instead of cylinders. |
| 62 |
Also now ignores <=100 sectors for free space. Removed remaining depends stuff |
| 63 |
from GLIInstallProfile. |
| 64 |
|
| 65 |
20 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
| 66 |
GLIStorageDevice returns "unknown" instead of "" for get_type() |
| 67 |
|
| 68 |
19 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
| 69 |
Added get_extended_partition() to GLIStorageDevice. Rewrote get_logicals() to |
| 70 |
actually work. Commented out resizability checking code for speed. |
| 71 |
|
| 72 |
17 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
| 73 |
Switched to using dumpe2fs to determine free space left in ext2/3 filesystem in |
| 74 |
GLIStorageDevice at the suggestion of plors |
| 75 |
|
| 76 |
10 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
| 77 |
Added a function to GLIUtility to pull a value from a make.conf-style config |
| 78 |
file. Minor type fix to GLIInstallProfile.py |
| 79 |
|
| 80 |
09 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
| 81 |
Added code in GLIArchitectureTemplate.py to write netmounts into fstab. Separated |
| 82 |
network mounts from partition data structure in GLIInstallProfile |
| 83 |
|
| 84 |
27 Nov 2004; Andrew Gaffney <agaffney@gentoo.org> |
| 85 |
Changed the way GLIStorageDevice.py determines the amount a ext2/3 filesystem |
| 86 |
can be resized. |
| 87 |
|
| 88 |
27 Oct 2004; Preston Cody <codeman@gentoo.org> |
| 89 |
Added some of the final functions to GLIInstallTemplate. |
| 90 |
Yes this project is still active despite rare use of the Changelog! |
| 91 |
|
| 92 |
11 Jun 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
| 93 |
Added the GLIPartitionTools.py file. This is a temporary insertion of |
| 94 |
partitioning tools that will eventually go into their own package. |
| 95 |
|
| 96 |
27 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
| 97 |
Added InstallProfileTODO.txt. Added GLIClientConfiguration.py (contains run-time |
| 98 |
for the program). Added __init__(install_profile, client_configuration) to |
| 99 |
GLI.InstallProfile. This sets install_profile and client_configuration once so as |
| 100 |
to avoid constantly passing stuff every time we call a method. |
| 101 |
|
| 102 |
26 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
| 103 |
|
| 104 |
Added another private method to GLI.InstallTemplate. _edit_config() modifies config |
| 105 |
files without messing up all the other stuff in them. This will be used for making |
| 106 |
changes to make.conf, rc.conf, /etc/conf.d/net, etc... |
| 107 |
|
| 108 |
25 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
| 109 |
|
| 110 |
Added GLI.InstallTemplate framework. This is not yet functional. However, it does |
| 111 |
have a few basic things. I added two private methods. One is _depends(). This |
| 112 |
will be used for dependency checking (ie. unpacking a tarball requires that |
| 113 |
partitioning has been done). The other is _exec_in_chroot(). This is the exact |
| 114 |
same syntax as os.system(), however, instead of being run in the liveCD |
| 115 |
environment, it runs in the chroot. This requires a bit of fork() magic, so I |
| 116 |
isolated the code. Hope to work more this week to get this class formed... |
| 117 |
|
| 118 |
14 Feb 2004; Eric Sammer <esammer@gentoo.org> |
| 119 |
|
| 120 |
Added SAX parsing. Made GLI.InstallProfile a subclass of xml.sax.ContentHandler for |
| 121 |
obvious reasons. Switched kernel_modules and users to be lists instead of tuples |
| 122 |
to allow for easier modification (mutable, rather than immutable objects). Updated |
| 123 |
existing pydoc and added more. Implemented body of GLI.InstallProfile.parse(). |
| 124 |
Cleaned file format of GLI.py a bit. Fixed all accessors to use self references. |
| 125 |
Added initial unit test code. |
| 126 |
|
| 127 |
9 Feb 2004; Eric Sammer <esammer@gentoo.org> |
| 128 |
|
| 129 |
Added initial changelog. Setting up the basic structure of the CVS repository |
| 130 |
for the project. Added the UML class diagram in docs. Added a skeletal GLI |
| 131 |
python module. Added misc files such news, authors, etc. |