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