2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 10:40:24 +00:00

Merge pull request #7256 from Obihoernchen/bmcsetup

Add ipmi_si module to be able to run bmcsetup manually
This commit is contained in:
besawn
2023-02-17 13:43:59 -05:00
committed by GitHub

View File

@@ -109,6 +109,11 @@ if ! ipmitool -V 2>/dev/null| grep "version"; then
fi
# Add ipmi_devintf module to allow the ipmitool operation in-band
if grep -q "^ppc64" <<< "$(uname -m)"; then
modprobe ipmi_powernv
else
modprobe ipmi_si
fi
modprobe ipmi_devintf
for parm in `cat /proc/cmdline`; do