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.75 2005/03/01 08:01:42 codeman Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.96 2005/03/22 04:14:40 agaffney Exp $ |
4 | |
4 | |
5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
6 | |
6 | |
|
|
7 | 21 Mar 2005; Preston Cody <codeman@gentoo.org> |
|
|
8 | took chroot out of grub_install command. Added |
|
|
9 | 'logfile=self._compile_logfile' to a number of spawn() calls. Added new |
|
|
10 | hash_password() function to GLIUtility. |
|
|
11 | |
|
|
12 | 21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
13 | Changed chroot wrapper code in spawn() to write the wrapper the python way |
|
|
14 | instead of the bash way to avoid quote conflicts. |
|
|
15 | |
|
|
16 | 20 Mar 2005; Preston Cody <codeman@gentoo.org> |
|
|
17 | Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo. |
|
|
18 | |
|
|
19 | 20 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
20 | Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in |
|
|
21 | stage1() and stage2(). Added 'origminor' parameter to GLIStorageDevice and |
|
|
22 | GLIInstallProfile. |
|
|
23 | |
|
|
24 | 19 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
25 | Fixed a couple bugs in add_netmount() in GLIInstallProfile. spawn() outputs |
|
|
26 | to the actual tty8 with display_on_tty8 flag. Compile output logfile moved |
|
|
27 | into /mnt/gentoo in prepare_chroot() |
|
|
28 | |
|
|
29 | 18 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
30 | Add sigunmask.c contributed by d_m (on freenode) to counteract python's |
|
|
31 | retarted behavior regarding threads and signals. Add code to convert MB/%/* |
|
|
32 | to start/end sectors |
|
|
33 | |
|
|
34 | 17 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
35 | Add 2>&1 to cmd in spawn() |
|
|
36 | |
|
|
37 | 16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
38 | Modified GLIUtility.exitsuccess() to work with return value from |
|
|
39 | commands.getstatusoutput instead of os.waitpid(). spawn() automatically |
|
|
40 | creates wrapper script for commands run inside chroot so multiple commands |
|
|
41 | and redirection can be used. Change exitsuccess() back. Added 'chmod a+x' |
|
|
42 | for the generated script from spawn() |
|
|
43 | |
|
|
44 | 16 Mar 2005; Preston Cody <codeman@gentoo.org> |
|
|
45 | Removed default values for stage tarball URI and portage tree URI from |
|
|
46 | InstallProfile. These should be set by the FEs. also added services step to |
|
|
47 | ArchTemplate and coldplug/hotplug runlevels to the genkernel step. |
|
|
48 | Possibly fixed CC DHCP bug with -n. (thx agaffney) |
|
|
49 | |
|
|
50 | 14 Mar 2005; Preston Cody <codeman@gentoo.org> |
|
|
51 | Small fix for setting the default gateway. Also added feature to dialogfe. |
|
|
52 | |
|
|
53 | 7 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
54 | Switched spawn() over to commands.getstatusoutput() instead of fork/waitpid |
|
|
55 | |
7 | 1 Mar 2005; Preston Cody <codeman@gentoo.org> |
56 | 1 Mar 2005; Preston Cody <codeman@gentoo.org> |
8 | Fixed a bunch of true -> True typos. |
57 | Fixed a bunch of true -> True typos. lots of em |
|
|
58 | only write new resolv.conf if there are dns servers listed. |
9 | |
59 | |
10 | 1 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
60 | 1 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
11 | Commented out 'display_on_tty8=True' in start_portmap() |
61 | Commented out 'display_on_tty8=True' in start_portmap() |
12 | |
62 | |
13 | 18 Feb 2005; Preston Cody <codeman@gentoo.org> |
63 | 18 Feb 2005; Preston Cody <codeman@gentoo.org> |