diff --git a/common/tasks/loopback.py b/common/tasks/loopback.py index 615de0d..8700feb 100644 --- a/common/tasks/loopback.py +++ b/common/tasks/loopback.py @@ -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):