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.82 2005/03/17 03:59:52 agaffney Exp $ |
4 | |
4 | |
5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
6 | |
6 | |
|
|
7 | 16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
8 | Modified GLIUtility.exitsuccess() to work with return value from |
|
|
9 | commands.getstatusoutput instead of os.waitpid(). spawn() automatically |
|
|
10 | creates wrapper script for commands run inside chroot so multiple commands |
|
|
11 | and redirection can be used. |
|
|
12 | |
|
|
13 | 16 Mar 2005; Preston Cody <codeman@gentoo.org> |
|
|
14 | Removed default values for stage tarball URI and portage tree URI from |
|
|
15 | InstallProfile. These should be set by the FEs. also added services step to |
|
|
16 | ArchTemplate and coldplug/hotplug runlevels to the genkernel step. |
|
|
17 | Possibly fixed CC DHCP bug with -n. (thx agaffney) |
|
|
18 | |
|
|
19 | 14 Mar 2005; Preston Cody <codeman@gentoo.org> |
|
|
20 | Small fix for setting the default gateway. Also added feature to dialogfe. |
|
|
21 | |
|
|
22 | 7 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
23 | Switched spawn() over to commands.getstatusoutput() instead of fork/waitpid |
|
|
24 | |
|
|
25 | 1 Mar 2005; Preston Cody <codeman@gentoo.org> |
|
|
26 | Fixed a bunch of true -> True typos. lots of em |
|
|
27 | only write new resolv.conf if there are dns servers listed. |
|
|
28 | |
|
|
29 | 1 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
30 | Commented out 'display_on_tty8=True' in start_portmap() |
|
|
31 | |
|
|
32 | 18 Feb 2005; Preston Cody <codeman@gentoo.org> |
|
|
33 | added progress bar to dialogfe and fix logger bug in ArchTemplate. |
|
|
34 | |
|
|
35 | 18 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
36 | Created GLISayWhat module. Renamed GLISayWhat to GLILocalization. Moved |
|
|
37 | lang parameter to __init__() |
|
|
38 | |
|
|
39 | 10 Feb 2005; Preston Cody <codeman@gentoo.org> |
|
|
40 | updates to TODO list. |
|
|
41 | |
|
|
42 | 6 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
43 | Initial code for quickpkg GRP support. Fix loop to grab packages from |
|
|
44 | 'emerge -p blah' |
|
|
45 | |
|
|
46 | 6 Feb 2005; Preston Cody <codeman@gentoo.org> |
|
|
47 | check for dhcp in the network stuff and emerge it if it is. |
|
|
48 | added quickpkg to TODO list |
|
|
49 | |
|
|
50 | 5 Feb 2005; Preston Cody <codeman@gentoo.org> |
|
|
51 | Changed the raising of 'warning' exceptions to a simple log of the error |
|
|
52 | so that the installer can continue. |
|
|
53 | |
|
|
54 | 3 Feb 2005; Preston Cody <codeman@gentoo.org> |
|
|
55 | Some big changes. First, changed most output to display_on_tty8. |
|
|
56 | Second, added log lines to all templates. Some smaller fixes such as typos. |
|
|
57 | Also did some cleanups of old commented lines. |
|
|
58 | |
|
|
59 | 1 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
60 | Changed tty8 output to a fifo. Minor GLIStorageDevice fix thanks to BenUrban. |
|
|
61 | Undo change with fix. Escaping fix in GLIStorageDevice.py |
|
|
62 | |
|
|
63 | 31 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
64 | more updates to TODO list. hopefully we'll soon start removing items instead |
|
|
65 | of adding them. |
|
|
66 | |
|
|
67 | 29 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
68 | Changed the way GLIStorageDevice.get_max_sectors_for_resize() works |
|
|
69 | |
|
|
70 | 27 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
71 | updated TODO list. (again) |
|
|
72 | |
|
|
73 | 25 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
74 | changed output of portmap start to display_on_tty8. |
|
|
75 | fixed bootloader for udev and multiple kernels |
|
|
76 | fixed custom kernel config (again) |
|
|
77 | |
|
|
78 | 22 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
79 | changed default value of CC._enable_ssh to True because this is smart. |
|
|
80 | added code to allow custom kernel .config. may be unstable and break. sorry. |
|
|
81 | |
|
|
82 | 21 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
83 | partition() now waits until after it checks for partition flags before delete |
|
|
84 | the partitions :P |
|
|
85 | |
|
|
86 | 19 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
87 | Updated TODO. swapon failure it temporarily not an error. swapon is an error |
|
|
88 | again. is_uri() check only performed on portage_tree_snapshot_uri if it isn't |
|
|
89 | blank. |
|
|
90 | |
|
|
91 | 19 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
92 | Various fixes related to the add_users function. Still not yet finished. |
|
|
93 | Added things to the TODO list. Lets start using that! |
|
|
94 | |
|
|
95 | 18 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
96 | Added code to x86Template to format newly created partitions. Also added |
|
|
97 | some error checking code. GLIStorageDevice passes 'minor' with data to |
|
|
98 | InstallProfile. Added partition() call back in ArchTemplate. Fixed NFS |
|
|
99 | mounting code. |
|
|
100 | |
|
|
101 | 18 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
102 | Took out unnecessary setting of random livecd root password. the cd already |
|
|
103 | sets it randomly. |
|
|
104 | |
|
|
105 | 15 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
106 | Took out an unneeded step from CC's run() |
|
|
107 | |
|
|
108 | 15 Jan 2005; Preston Cody <codeman@gentoo.org> |
|
|
109 | Attempt at detecting and adding windows partitions to lilo. |
|
|
110 | |
7 | 14 Jan 2005; Preston Cody <codeman@gentoo.org> |
111 | 14 Jan 2005; Preston Cody <codeman@gentoo.org> |
8 | Added lilo code and cleaned up lilo code. also do_partitioning renamed to partition |
112 | Added lilo code and cleaned up lilo code. also do_partitioning renamed to |
|
|
113 | partition. fixed misc exit_status => exitstatus typo. |
9 | |
114 | |
10 | 11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
115 | 11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
11 | Added basic code for resizing filesystems with pyparted. Fixed code for |
116 | Added basic code for resizing filesystems with pyparted. Fixed code for |
12 | resizing ntfs and ext2/3. |
117 | resizing ntfs and ext2/3. |
13 | |
118 | |