We need basic packages in CentOS as well
This commit is contained in:
parent
11012b894f
commit
fbd48a8802
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue