summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-12-09 01:23:11 -0600
committerDavid Lehman <dlehman@redhat.com>2009-12-09 15:12:59 -0600
commit414e70f9d87771eeb45875fea69b54d7ce9444af (patch)
treecdad5e9bab52f266015b55ca0f5c50a398180495 /textw
parent429d97802d036413ddfc3f60148a39618e032b6e (diff)
downloadanaconda-414e70f9d87771eeb45875fea69b54d7ce9444af.tar.gz
anaconda-414e70f9d87771eeb45875fea69b54d7ce9444af.tar.xz
anaconda-414e70f9d87771eeb45875fea69b54d7ce9444af.zip
Add support for whole-disk formatting.
Whole-disk formats are recognized but cannot be edited in any way.
Diffstat (limited to 'textw')
-rw-r--r--textw/partition_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index 81c1f05b0..a299b94e0 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -95,7 +95,7 @@ class PartitionTypeWindow:
screen.pushHelpLine (_("<Space>,<+>,<-> selection | <F2> Add drive | <F12> next screen"))
# restore the drive list each time
- disks = anaconda.id.storage.disks
+ disks = anaconda.id.storage.partitioned
cleardrives = anaconda.id.storage.clearPartDisks
for disk in disks: