diff --git a/Sanity/ifconfig-inaccurately-rounds-exabytes/runtest.sh b/Sanity/ifconfig-inaccurately-rounds-exabytes/runtest.sh index 159d110..e6cd1f0 100755 --- a/Sanity/ifconfig-inaccurately-rounds-exabytes/runtest.sh +++ b/Sanity/ifconfig-inaccurately-rounds-exabytes/runtest.sh @@ -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