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:
@@ -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
|
||||
|
Reference in New Issue
Block a user