summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-08-02 16:28:48 +0000
committerMike Fulbright <msf@redhat.com>2001-08-02 16:28:48 +0000
commit1f8224e105c5b39540f46a97c78ab9bba67e774c (patch)
tree089cbff6182133a68307a3f434704275b9cc9d7d /textw
parent7f41db9e8946a5911ca7ec0c198a3e7f013942a7 (diff)
downloadanaconda-1f8224e105c5b39540f46a97c78ab9bba67e774c.tar.gz
anaconda-1f8224e105c5b39540f46a97c78ab9bba67e774c.tar.xz
anaconda-1f8224e105c5b39540f46a97c78ab9bba67e774c.zip
sort list of drives
Diffstat (limited to 'textw')
-rw-r--r--textw/partition_text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index 4afac42f5..a57539a04 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -1062,6 +1062,7 @@ class AutoPartitionWindow:
0, 0)
cleardrives = partitions.autoClearPartDrives
disks = diskset.disks.keys()
+ disks.sort()
drivelist = CheckboxTree(height=3, scroll=1)
if not cleardrives or len(cleardrives) < 1:
for disk in disks: