losetup dependency was suggesting wrong package

This commit is contained in:
Anders Ingemann 2014-03-22 15:13:43 +01:00
parent a06b4463d3
commit ca13d66b16

View file

@ -17,7 +17,7 @@ class AddRequiredCommands(Task):
info.host_dependencies['losetup'] = 'mount'
from common.fs.qemuvolume import QEMUVolume
if isinstance(info.volume, QEMUVolume):
info.host_dependencies['losetup'] = 'qemu-nbd'
info.host_dependencies['losetup'] = 'mount'
class Create(Task):