summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-05-05 01:51:03 +0000
committerJeremy Katz <katzj@redhat.com>2005-05-05 01:51:03 +0000
commit6b3bec558a1da3c8e5b97ab61768b79ab20bd000 (patch)
treeca3c7464331177f00938d2461135ea201b1353de
parent383a190ddb0648b78a0d80a9903348a64987438a (diff)
downloadanaconda-6b3bec558a1da3c8e5b97ab61768b79ab20bd000.tar.gz
anaconda-6b3bec558a1da3c8e5b97ab61768b79ab20bd000.tar.xz
anaconda-6b3bec558a1da3c8e5b97ab61768b79ab20bd000.zip
2005-05-04 Jeremy Katz <katzj@redhat.com>
* fsset.py (HfsPlusFileSystem.__init__): Add hfs+ support. * autopart.py (growParts): Don't try to grow a partition beyond the size of the largest free space. Fixes pathological problem hit when installing a dual boot with MacOS X.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1e335fd5..11264f04e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
2005-05-04 Jeremy Katz <katzj@redhat.com>
+
+ * fsset.py (HfsPlusFileSystem.__init__): Add hfs+ support.
+
+ * autopart.py (growParts): Don't try to grow a partition beyond
+ the size of the largest free space. Fixes pathological problem
+ hit when installing a dual boot with MacOS X.
* hdrlist.py (EverythingExclude): Add the gfs kernel module
packages to the everything exclude list too... we need to do this