fd850475ea
This patch makes iscsi-boot element support not only just DISTRO_NAME centos7 but also centos and centos-minimal. Change-Id: I8db8b01f35b2e572666badd8d2316d24a5e4287a
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
if [[ $DISTRO_NAME =~ "centos" ]]; then
|
|
|
|
DIB_DRACUT_ENABLED_MODULES+="
|
|
- name: network
|
|
- name: iscsi
|
|
"
|
|
export DIB_DRACUT_ENABLED_MODULES
|
|
fi
|