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