2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Add ipmi_si module to be able to run bmcsetup manually

This commit is contained in:
Markus Hilger 2021-11-01 10:33:28 +01:00
parent 544835a841
commit 4c3404619f

View File

@ -110,6 +110,7 @@ fi
# Add ipmi_devintf module to allow the ipmitool operation in-band
modprobe ipmi_devintf
modprobe ipmi_si
for parm in `cat /proc/cmdline`; do
key=`echo $parm|awk -F= '{print $1}'`