We need basic packages in CentOS as well

This commit is contained in:
Michal Ruprich 2023-04-04 08:40:21 +02:00
commit fbd48a8802

View file

@ -37,6 +37,7 @@ rlJournalStart
rlIsFedora && rlRun "dnf -y --installroot=$chrootd --releasever=`rlGetDistroRelease` install net-tools"
rlIsFedora && dnf -y --installroot=$chrootd --releasever=rawhide upgrade net-tools --nogpg
rlIsRHEL && rlRun "yum -y --installroot=$chrootd install net-tools --nogpgcheck"
rlIsCentOS && rlRun "dnf -y --installroot=$chrootd install net-tools --nogpgcheck"
rlRun "mkdir $chrootd/proc/net -p"
rlPhaseEnd