diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-09-24 21:19:44 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-09-24 21:19:44 +0000 |
commit | 11535e328a1a29048e1c9e39ca03be357c88a455 (patch) | |
tree | 929a8bd5cd9867b350f37b138c3e3dc6806ac84d /ChangeLog | |
parent | 66cfd9603aafd74647f441212cdfcf2fead9ddca (diff) | |
download | anaconda-11535e328a1a29048e1c9e39ca03be357c88a455.tar.gz anaconda-11535e328a1a29048e1c9e39ca03be357c88a455.tar.xz anaconda-11535e328a1a29048e1c9e39ca03be357c88a455.zip |
2004-09-24 Jeremy Katz <katzj@redhat.com>
* iw/partition_gui.py (PartitionWindow.populate):
* textw/partition_text.py (PartitionWindow.populate):
Free space isn't active, so we can't just ignore it. Instead,
just ignore non-active partitions of < 1 MB (#133425)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-09-24 Jeremy Katz <katzj@redhat.com> + * iw/partition_gui.py (PartitionWindow.populate): + * textw/partition_text.py (PartitionWindow.populate): + Free space isn't active, so we can't just ignore it. Instead, + just ignore non-active partitions of < 1 MB (#133425) + * installclasses/rhel_as.py: * installclasses/rhel_desktop.py: * installclasses/rhel_es.py: |