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