ddb2811255
Set YUM to dnf for Centos 8; this matches similar done in fedora-minimal. Change-Id: I2b2c41a73e468fe9045ee5b7b812da66f20d8584
7 lines
256 B
Bash
7 lines
256 B
Bash
export DISTRO_NAME=centos
|
|
export DIB_RELEASE=${DIB_RELEASE:-7}
|
|
|
|
# by default, enable DHCP configuration of eth0 & eth1 in network
|
|
# scripts. See yum-minimal for full details
|
|
export DIB_YUM_MINIMAL_CREATE_INTERFACES=${DIB_YUM_MINIMAL_CREATE_INTERFACES:-1}
|