Install kpartx for DIB tests
diskimage-builder depends on kpartx, install it. Change-Id: I141df7ca3a08cea6851676fb6c3c6c734c746e13
This commit is contained in:
parent
a6b2f75f59
commit
bbdecfd619
@ -6,7 +6,7 @@
|
|||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -eux
|
#!/bin/bash -eux
|
||||||
sudo apt-get install -y qemu-utils || sudo yum -y install qemu-img
|
sudo apt-get install -y qemu-utils kpartx || sudo yum -y install qemu-img kpartx
|
||||||
git clone https://git.openstack.org/openstack/dib-utils ../dib-utils
|
git clone https://git.openstack.org/openstack/dib-utils ../dib-utils
|
||||||
export PATH=$PATH:$(pwd)/bin
|
export PATH=$PATH:$(pwd)/bin
|
||||||
export PATH=$PATH:$(pwd)/../dib-utils/bin
|
export PATH=$PATH:$(pwd)/../dib-utils/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user