Also install dnf for centos
This commit is contained in:
parent
01330943ba
commit
9e8e39b2ee
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ if [ ! -f '/etc/centos-release' ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install requirements
|
# Install requirements
|
||||||
yum install -y qemu cryptsetup
|
yum install -y qemu cryptsetup dnf
|
||||||
|
|
||||||
# Create base RAW image (no LOOPBACK support in RHEL/CentOS).
|
# Create base RAW image (no LOOPBACK support in RHEL/CentOS).
|
||||||
qemu-img create -f raw "$IMAGE_PATH" "$IMAGE_SIZE"
|
qemu-img create -f raw "$IMAGE_PATH" "$IMAGE_SIZE"
|
||||||
|
|
Loading…
Reference in a new issue