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