Software RAID: Add mdadm to IPA images

With the addition of Software RAID we need 'mdadm' in our images.

Change-Id: I29a4ce98dbd456b104683a2202ba3115b966469d
This commit is contained in:
Arne Wiebalck 2019-06-07 14:34:14 +02:00
parent 9bf743a768
commit e2bdb30662
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RUN proxy.sh apt-get update && \
python2.7 python2.7-dev python-pip qemu-utils parted hdparm \
util-linux genisoimage git gcc bash coreutils tgt dmidecode \
ipmitool psmisc dosfstools bsdmainutils open-iscsi udev \
smartmontools iptables lshw
smartmontools iptables lshw mdadm
# Some cleanup
RUN proxy.sh apt-get -y autoremove && \

View File

@ -14,3 +14,4 @@ util-linux.tcz
glib2.tcz
iproute2.tcz
smartmontools.tcz
mdadm.tcz