rename util get_block_device_list into get_block_devices_dict and clean up its usage
[bootmanager.git] / source / steps / ChainBootNode.py
index f21a2ff..820aa7d 100644 (file)
@@ -78,7 +78,7 @@ def Run(vars, log):
         # simply creating an instance of this class and listing the system
         # block devices will make them show up so vgscan can find the planetlab
         # volume group
-        systeminfo.get_block_device_list(vars, log)
+        systeminfo.get_block_devices_dict(vars, log)
         
         utils.sysexec("vgscan", log)
         utils.sysexec("vgchange -ay planetlab", log)