853e13c6c3
There is an use of get_image_element_array on the environment.d phase, for the iscsi-boot element. This function is not available on that step. So moving the check at next step, extra-data-d, where it is available. Change-Id: I89cfe565492142c2f7962109360fcbcebadfd469
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
if [[ $DISTRO_NAME = "centos7" ]]; then
|
|
|
|
DIB_DRACUT_ENABLED_MODULES+="
|
|
- name: network
|
|
- name: iscsi
|
|
"
|
|
export DIB_DRACUT_ENABLED_MODULES
|
|
fi
|