1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
2 | # Copyright 2004 Gentoo Technologies, Inc. |
2 | # Copyright 2004 Gentoo Technologies, Inc. |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.36 2005/01/14 06:31:08 codeman Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.70 2005/02/18 07:15:01 agaffney Exp $ |
4 | |
4 | |
5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
6 | |
6 | |
|
|
7 | 18 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
8 | Created GLISayWhat module. |
|
|
9 | |
|
|
10 | 10 Feb 2005; Preston Cody <codeman@gentoo.org> |
|
|
11 | updates to TODO list. |
|
|
12 | |
|
|
13 | 6 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
14 | Initial code for quickpkg GRP support. Fix loop to grab packages from |
|
|
15 | 'emerge -p blah' |
|
|
16 | |
|
|
17 | 6 Feb 2005; Preston Cody <codeman@gentoo.org> |
|
|
18 | check for dhcp in the network stuff and emerge it if it is. |
|
|
19 | added quickpkg to TODO list |
|
|
20 | |
|
|
21 | 5 Feb 2005; Preston Cody <codeman@gentoo.org> |
|
|
22 | Changed the raising of 'warning' exceptions to a simple log of the error |
|
|
23 | so that the installer can continue. |
|
|
24 | |
|
|
25 | 3 Feb 2005; Preston Cody <codeman@gentoo.org> |
|
|
26 | Some big changes. First, changed most output to display_on_tty8. |
|
|
27 | Second, added log lines to all templates. Some smaller fixes such as typos. |
|
|
28 | Also did some cleanups of old commented lines. |
|
|
29 | |
|
|
30 | 1 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
31 | Changed tty8 output to a fifo. Minor GLIStorageDevice fix thanks to BenUrban. |
|
|
32 | Undo change with fix. Escaping fix in GLIStorageDevice.py |
|
|
33 | |
|
|
34 | 31 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
35 | more updates to TODO list. hopefully we'll soon start removing items instead |
|
|
36 | of adding them. |
|
|
37 | |
|
|
38 | 29 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
39 | Changed the way GLIStorageDevice.get_max_sectors_for_resize() works |
|
|
40 | |
|
|
41 | 27 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
42 | updated TODO list. (again) |
|
|
43 | |
|
|
44 | 25 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
45 | changed output of portmap start to display_on_tty8. |
|
|
46 | fixed bootloader for udev and multiple kernels |
|
|
47 | fixed custom kernel config (again) |
|
|
48 | |
|
|
49 | 22 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
50 | changed default value of CC._enable_ssh to True because this is smart. |
|
|
51 | added code to allow custom kernel .config. may be unstable and break. sorry. |
|
|
52 | |
|
|
53 | 21 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
54 | partition() now waits until after it checks for partition flags before delete |
|
|
55 | the partitions :P |
|
|
56 | |
|
|
57 | 19 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
58 | Updated TODO. swapon failure it temporarily not an error. swapon is an error |
|
|
59 | again. is_uri() check only performed on portage_tree_snapshot_uri if it isn't |
|
|
60 | blank. |
|
|
61 | |
|
|
62 | 19 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
63 | Various fixes related to the add_users function. Still not yet finished. |
|
|
64 | Added things to the TODO list. Lets start using that! |
|
|
65 | |
|
|
66 | 18 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
67 | Added code to x86Template to format newly created partitions. Also added |
|
|
68 | some error checking code. GLIStorageDevice passes 'minor' with data to |
|
|
69 | InstallProfile. Added partition() call back in ArchTemplate. Fixed NFS |
|
|
70 | mounting code. |
|
|
71 | |
|
|
72 | 18 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
73 | Took out unnecessary setting of random livecd root password. the cd already |
|
|
74 | sets it randomly. |
|
|
75 | |
|
|
76 | 15 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
77 | Took out an unneeded step from CC's run() |
|
|
78 | |
|
|
79 | 15 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
80 | Attempt at detecting and adding windows partitions to lilo. |
|
|
81 | |
7 | 14 Jan 2005; Preston Cody <codeman@gentoo.org> |
82 | 14 Jan 2005; Preston Cody <codeman@gentoo.org> |
8 | Added lilo code and cleaned up lilo code. also do_partitioning renamed to partition |
83 | Added lilo code and cleaned up lilo code. also do_partitioning renamed to |
|
|
84 | partition. fixed misc exit_status => exitstatus typo. |
9 | |
85 | |
10 | 11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
86 | 11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
11 | Added basic code for resizing filesystems with pyparted. Fixed code for |
87 | Added basic code for resizing filesystems with pyparted. Fixed code for |
12 | resizing ntfs and ext2/3. |
88 | resizing ntfs and ext2/3. |
13 | |
89 | |