| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2005-2006 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 2005-2006 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.633 2006/03/31 01:05:43 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.634 2006/03/31 04:07:21 agaffney Exp $ |
| 4 | |
4 | |
| 5 | 30 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
5 | 30 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
| 6 | src/GLIStorageDevice.py: |
6 | src/GLIStorageDevice.py: |
| 7 | add get_devnode() |
7 | add get_devnode() |
| 8 | fix up detect_devices() to detect cciss/ida arrays |
8 | fix up detect_devices() to detect cciss/ida arrays |
| 9 | src/templates/x86ArchitectureTemplate.py: |
9 | src/templates/x86ArchitectureTemplate.py: |
| 10 | use get_devnode() instead of figuring out the devnode |
10 | use get_devnode() instead of figuring out the devnode |
| 11 | skip first 3 steps if partition layout hasn't changed |
11 | skip first 3 steps if partition layout hasn't changed |
|
|
12 | wipe disk and create new disklabel before recreating partitions |
| 12 | src/GLIArchitectureTemplate.py: |
13 | src/GLIArchitectureTemplate.py: |
| 13 | use get_devnode() in local mount and fstab stuff |
14 | use get_devnode() in local mount and fstab stuff |
| 14 | |
15 | |
| 15 | 26 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
16 | 26 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
| 16 | src/GLIStorageDevice.py: |
17 | src/GLIStorageDevice.py: |