X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FInstallPartitionDisks.py;fp=source%2Fsteps%2FInstallPartitionDisks.py;h=a8fbeae3ce1ae949a6e40898926438c2ac70f1aa;hb=ee77a25dfd1dec45dc60518e81ed2e75ae6b5f94;hp=01c0683deb54342c6d2684d6a11f36ee04f520aa;hpb=b83c219dc7e01235f25ee80f90056e2f1cb542e2;p=bootmanager.git diff --git a/source/steps/InstallPartitionDisks.py b/source/steps/InstallPartitionDisks.py index 01c0683..a8fbeae 100644 --- a/source/steps/InstallPartitionDisks.py +++ b/source/steps/InstallPartitionDisks.py @@ -97,7 +97,8 @@ def Run( vars, log ): used_devices= [] - for device in sorted(INSTALL_BLOCK_DEVICES): + INSTALL_BLOCK_DEVICES.sort() + for device in INSTALL_BLOCK_DEVICES: if single_partition_device( device, vars, log ): if (len(used_devices) > 0 and