| 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.102 2005/03/24 23:20:32 codeman Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.103 2005/03/25 01:07:26 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
| 6 | |
6 | |
| 7 | 23 Mar 2005; Preston Cody <codeman@gentoo.org> |
7 | 23 Mar 2005; Preston Cody <codeman@gentoo.org> |
| 8 | small changes to setup_network_post. moved adding to runlevel of net.x to |
8 | small changes to setup_network_post. moved adding to runlevel of net.x to |
| 9 | after the device gets symlinked. added domainname runlevel command. |
9 | after the device gets symlinked. added domainname runlevel command. |
| 10 | |
10 | |
| 11 | 23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
11 | 23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 12 | minor fix (hopefully) to livecd-kernel code. Removed call to mkvardb in |
12 | minor fix (hopefully) to livecd-kernel code. Removed call to mkvardb in |
| 13 | livecd-kernel code as it's now done by catalyst. |
13 | livecd-kernel code as it's now done by catalyst. Switch _emerge() call to |
|
|
14 | spawn() call in livecd-kernel code to pass environment variables. |
| 14 | |
15 | |
| 15 | 23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
16 | 23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 16 | Added code to build_kernel() and emerge_kernel_sources() in ArchTemplate |
17 | Added code to build_kernel() and emerge_kernel_sources() in ArchTemplate |
| 17 | to handle installing the livecd kernel into the new system. |
18 | to handle installing the livecd kernel into the new system. |
| 18 | |
19 | |