| 1 |
esammer |
4 |
# ChangeLog for Gentoo Linux Installer
|
| 2 |
|
|
# Copyright 2004 Gentoo Technologies, Inc.
|
| 3 |
agaffney |
205 |
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.17 2005/01/04 22:45:47 agaffney Exp $
|
| 4 |
esammer |
4 |
|
| 5 |
|
|
*GLI-0.01 (9 Feb 2004)
|
| 6 |
|
|
|
| 7 |
agaffney |
205 |
04 Dec 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 8 |
|
|
GLIStorageDevice now tracks partition boundaries in sectors instead of cylinders.
|
| 9 |
|
|
|
| 10 |
agaffney |
188 |
20 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 11 |
|
|
GLIStorageDevice returns "unknown" instead of "" for get_type()
|
| 12 |
|
|
|
| 13 |
agaffney |
183 |
19 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 14 |
agaffney |
184 |
Added get_extended_partition() to GLIStorageDevice. Rewrote get_logicals() to
|
| 15 |
|
|
actually work. Commented out resizability checking code for speed.
|
| 16 |
agaffney |
183 |
|
| 17 |
agaffney |
174 |
17 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 18 |
|
|
Switched to using dumpe2fs to determine free space left in ext2/3 filesystem in
|
| 19 |
|
|
GLIStorageDevice at the suggestion of plors
|
| 20 |
|
|
|
| 21 |
agaffney |
162 |
10 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 22 |
|
|
Added a function to GLIUtility to pull a value from a make.conf-style config
|
| 23 |
agaffney |
163 |
file. Minor type fix to GLIInstallProfile.py
|
| 24 |
agaffney |
162 |
|
| 25 |
agaffney |
160 |
09 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 26 |
agaffney |
163 |
Added code in GLIArchitectureTemplate.py to write netmounts into fstab. Separated
|
| 27 |
|
|
network mounts from partition data structure in GLIInstallProfile
|
| 28 |
agaffney |
161 |
|
| 29 |
agaffney |
147 |
27 Nov 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 30 |
|
|
Changed the way GLIStorageDevice.py determines the amount a ext2/3 filesystem
|
| 31 |
|
|
can be resized.
|
| 32 |
|
|
|
| 33 |
codeman |
91 |
27 Oct 2004; Preston Cody <codeman@gentoo.org>
|
| 34 |
|
|
Added some of the final functions to GLIInstallTemplate.
|
| 35 |
|
|
Yes this project is still active despite rare use of the Changelog!
|
| 36 |
|
|
|
| 37 |
npmccallum |
58 |
11 Jun 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 38 |
|
|
Added the GLIPartitionTools.py file. This is a temporary insertion of
|
| 39 |
|
|
partitioning tools that will eventually go into their own package.
|
| 40 |
|
|
|
| 41 |
npmccallum |
33 |
27 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 42 |
|
|
Added InstallProfileTODO.txt. Added GLIClientConfiguration.py (contains run-time
|
| 43 |
|
|
for the program). Added __init__(install_profile, client_configuration) to
|
| 44 |
|
|
GLI.InstallProfile. This sets install_profile and client_configuration once so as
|
| 45 |
|
|
to avoid constantly passing stuff every time we call a method.
|
| 46 |
|
|
|
| 47 |
npmccallum |
28 |
26 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 48 |
|
|
|
| 49 |
|
|
Added another private method to GLI.InstallTemplate. _edit_config() modifies config
|
| 50 |
|
|
files without messing up all the other stuff in them. This will be used for making
|
| 51 |
|
|
changes to make.conf, rc.conf, /etc/conf.d/net, etc...
|
| 52 |
|
|
|
| 53 |
npmccallum |
27 |
25 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 54 |
|
|
|
| 55 |
|
|
Added GLI.InstallTemplate framework. This is not yet functional. However, it does
|
| 56 |
|
|
have a few basic things. I added two private methods. One is _depends(). This
|
| 57 |
|
|
will be used for dependency checking (ie. unpacking a tarball requires that
|
| 58 |
|
|
partitioning has been done). The other is _exec_in_chroot(). This is the exact
|
| 59 |
|
|
same syntax as os.system(), however, instead of being run in the liveCD
|
| 60 |
|
|
environment, it runs in the chroot. This requires a bit of fork() magic, so I
|
| 61 |
|
|
isolated the code. Hope to work more this week to get this class formed...
|
| 62 |
|
|
|
| 63 |
esammer |
7 |
14 Feb 2004; Eric Sammer <esammer@gentoo.org>
|
| 64 |
|
|
|
| 65 |
|
|
Added SAX parsing. Made GLI.InstallProfile a subclass of xml.sax.ContentHandler for
|
| 66 |
|
|
obvious reasons. Switched kernel_modules and users to be lists instead of tuples
|
| 67 |
|
|
to allow for easier modification (mutable, rather than immutable objects). Updated
|
| 68 |
|
|
existing pydoc and added more. Implemented body of GLI.InstallProfile.parse().
|
| 69 |
|
|
Cleaned file format of GLI.py a bit. Fixed all accessors to use self references.
|
| 70 |
|
|
Added initial unit test code.
|
| 71 |
|
|
|
| 72 |
esammer |
4 |
9 Feb 2004; Eric Sammer <esammer@gentoo.org>
|
| 73 |
|
|
|
| 74 |
|
|
Added initial changelog. Setting up the basic structure of the CVS repository
|
| 75 |
|
|
for the project. Added the UML class diagram in docs. Added a skeletal GLI
|
| 76 |
|
|
python module. Added misc files such news, authors, etc.
|