Remove centos7 specific logic check
At this point, we are no longer supporting Centos7 ramdisks and don't need to have extra logic to navigate the difference. Change-Id: I9027b45f1f77f2cd188a8c5eed2ef082c3abdd09
This commit is contained in:
parent
76e2a71d58
commit
a106110fcf
@ -4,7 +4,7 @@ else
|
||||
export IPA_DISTRO_FAMILY=other
|
||||
fi
|
||||
|
||||
if [[ ${DISTRO_NAME} =~ (centos|rhel) && ${DIB_RELEASE%-stream} > 7 ]]; then
|
||||
if [[ ${DISTRO_NAME} =~ (centos|rhel) ]]; then
|
||||
export DIB_DHCP_NETWORK_MANAGER_AUTO=${DIB_DHCP_NETWORK_MANAGER_AUTO:-true}
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user