mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-10 14:51:30 +00:00
bug 4469: add the check for ppc64le arch in pre.rh.rhel7
This commit is contained in:
2
xCAT-server/share/xcat/install/scripts/pre.rh.rhel7
Normal file → Executable file
2
xCAT-server/share/xcat/install/scripts/pre.rh.rhel7
Normal file → Executable file
@ -196,7 +196,7 @@ if uname -r|grep '^3.*el7' > /dev/null; then
|
||||
EFIFSTYPE=efi
|
||||
fi
|
||||
|
||||
if [ `uname -m` = "ppc64" ]; then
|
||||
if [ `uname -m` = "ppc64" -o `uname -m` = "ppc64le" ]; then
|
||||
echo 'part None --fstype "PPC PReP Boot" --ondisk '$instdisk' --size 8' >> /tmp/partitioning
|
||||
fi
|
||||
if [ -d /sys/firmware/efi ]; then
|
||||
|
Reference in New Issue
Block a user