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