[PATCH 1/5] Collect free space info for unpartitioned disks, too. | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
---
pyanaconda/storage/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pyanaconda/storage/__init__.py b/pyanaconda/storage/__init__.py
index 00c8486..60acb4d 100644
--- a/pyanaconda/storage/__init__.py
+++ b/pyanaconda/storage/__init__.py
@@ -753,7 +753,7 @@ class Storage(object):
clearPartType = self.config.clearPartType
free = {}
- for disk in [d for d in disks if d.partitioned]:
+ for disk in disks:
should_clear = shouldClear(disk, clearPartType, [disk.name])
if should_clear:
free[disk.name] = (Size(spec="%f mb" % disk.size), 0)
--
1.7.7.6
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
[Home] [Fedora Users] [Fedora Legacy List] [Fedora Maintainers] [Fedora Desktop] [Red Hat 9 Bible] [Fedora Bible] [Fedora SELinux] [Big List of Linux Books] [Yosemite News] [Yosemite Photos] [KDE Users] [Fedora Tools]