mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 12:20:40 +00:00
Fix a typo in the doxcat script to grep ppc64
This commit is contained in:
@ -285,7 +285,7 @@ if [ -e "/dev/rtc" ]; then
|
||||
hwclock --systohc
|
||||
fi
|
||||
HOST_ARCH=`uname -m`
|
||||
if [ `echo $HOST_ARCH | grep "bac" > /dev/null; echo $?` == 0 ]; then
|
||||
if [ `echo $HOST_ARCH | grep "ppc64" > /dev/null; echo $?` == 0 ]; then
|
||||
modprobe ipmi_powernv
|
||||
else
|
||||
modprobe ipmi_si
|
||||
|
Reference in New Issue
Block a user