mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
losetup dependency was suggesting wrong package
This commit is contained in:
parent
a06b4463d3
commit
ca13d66b16
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue