]> git.ipfire.org Git - thirdparty/dracut.git/blob - modules.d/95iscsi/cleanup-iscsi.sh
Fix boot with `fips` without a value
[thirdparty/dracut.git] / modules.d / 95iscsi / cleanup-iscsi.sh
1 #!/bin/sh
2
3 if [[ -z "${DRACUT_SYSTEMD}" ]] && ( [[ -e /sys/module/bnx2i ]] || [[ -e /sys/module/qedi ]] ) ; then
4 killproc iscsiuio
5 fi